Home
last modified time | relevance | path

Searched refs:R300_VS_MAX_FC_OPS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h256 #define R300_VS_MAX_FC_OPS 16 macro
285 uint32_t r300[R300_VS_MAX_FC_OPS];
289 } r500[R300_VS_MAX_FC_OPS];
291 int32_t fc_loop_index[R300_VS_MAX_FC_OPS];
Dr3xx_vertprog.c468 if (loop_depth >= R300_VS_MAX_FC_OPS) { in translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c1148 OUT_CS_REG_SEQ(R500_VAP_PVS_FLOW_CNTL_ADDRS_LW_0, R300_VS_MAX_FC_OPS * 2); in r300_emit_vs_state()
1149 OUT_CS_TABLE(code->fc_op_addrs.r500, R300_VS_MAX_FC_OPS * 2); in r300_emit_vs_state()
1151 OUT_CS_REG_SEQ(R300_VAP_PVS_FLOW_CNTL_ADDRS_0, R300_VS_MAX_FC_OPS); in r300_emit_vs_state()
1152 OUT_CS_TABLE(code->fc_op_addrs.r300, R300_VS_MAX_FC_OPS); in r300_emit_vs_state()
1154 OUT_CS_REG_SEQ(R300_VAP_PVS_FLOW_CNTL_LOOP_INDEX_0, R300_VS_MAX_FC_OPS); in r300_emit_vs_state()
1155 OUT_CS_TABLE(code->fc_loop_index, R300_VS_MAX_FC_OPS); in r300_emit_vs_state()
Dr300_state.c2008 (R300_VS_MAX_FC_OPS * fc_op_dwords + 4); in r300_bind_vs_state()