summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r600/r600_asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/r600/r600_asm.h')
-rw-r--r--src/gallium/drivers/r600/r600_asm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_asm.h b/src/gallium/drivers/r600/r600_asm.h
index 921d0d98454..b22c21d1e23 100644
--- a/src/gallium/drivers/r600/r600_asm.h
+++ b/src/gallium/drivers/r600/r600_asm.h
@@ -103,6 +103,7 @@ struct r600_bc_vtx {
103 unsigned num_format_all; 103 unsigned num_format_all;
104 unsigned format_comp_all; 104 unsigned format_comp_all;
105 unsigned srf_mode_all; 105 unsigned srf_mode_all;
106 unsigned offset;
106}; 107};
107 108
108struct r600_bc_output { 109struct r600_bc_output {
@@ -189,7 +190,7 @@ struct r600_bc {
189 190
190/* eg_asm.c */ 191/* eg_asm.c */
191int eg_bc_cf_build(struct r600_bc *bc, struct r600_bc_cf *cf); 192int eg_bc_cf_build(struct r600_bc *bc, struct r600_bc_cf *cf);
192void eg_cf_vtx(struct r600_vertex_element *ve, u32 *bytecode, unsigned count); 193void eg_cf_vtx(struct r600_vertex_element *ve);
193 194
194/* r600_asm.c */ 195/* r600_asm.c */
195int r600_bc_init(struct r600_bc *bc, enum radeon_family family); 196int r600_bc_init(struct r600_bc *bc, enum radeon_family family);