Home
last modified time | relevance | path

Searched refs:last_input_read (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_code.h273 unsigned last_input_read; member
Dr3xx_vertprog.c380 compiler->code->last_input_read = 0; in translate_vertex_program()
456 compiler->code->last_input_read = compiler->code->length / 4; in translate_vertex_program()
567 compiler->code->last_input_read = compiler->code->length / 4; in translate_vertex_program()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c1131 OUT_CS_REG(R300_VAP_PVS_CODE_CNTL_1, code->last_input_read); in r300_emit_vs_state()