r600/sb: schedule LDS ops in appropriate places.
[mesa.git] / src / gallium / drivers / r600 / r600_isa.h
index 1ed52edf086461342dc9a023ca0d85aa05c89d2d..f6e26976c5fcbb57599d1a0f40e65404aec64282 100644 (file)
@@ -115,7 +115,7 @@ enum alu_op_flags
        AF_CC_LE        = (5U << AF_CC_SHIFT),
 };
 
-/* flags for FETCH instructions (TEX/VTX) */
+/* flags for FETCH instructions (TEX/VTX/GDS) */
 enum fetch_op_flags
 {
        FF_GDS          = (1<<0),
@@ -675,8 +675,6 @@ struct r600_context;
 int r600_isa_init(struct r600_context *ctx, struct r600_isa *isa);
 int r600_isa_destroy(struct r600_isa *isa);
 
-#define TABLE_SIZE(t) (sizeof(t)/sizeof(t[0]))
-
 extern const struct alu_op_info r600_alu_op_table[];
 
 unsigned