Searched refs:imm_end (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_fs.c245 unsigned imm_end = generic_code->constants.Count; local in function:r300_emit_fs_code_to_buffer
285 for(i = imm_first; i < imm_end; ++i) {
395 for(i = imm_first; i < imm_end; ++i) {
H A Dr300_emit.c1166 int imm_end = vs->code.constants.Count; local in function:r300_emit_vs_constants
1173 R300_PVS_MAX_CONST_ADDR(MAX2(imm_end - 1, 0)));
1196 for (i = imm_first; i < imm_end; i++) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_fs.c245 unsigned imm_end = generic_code->constants.Count; local in function:r300_emit_fs_code_to_buffer
285 for(i = imm_first; i < imm_end; ++i) {
395 for(i = imm_first; i < imm_end; ++i) {
H A Dr300_emit.c1169 int imm_end = vs->code.constants.Count; local in function:r300_emit_vs_constants
1176 R300_PVS_MAX_CONST_ADDR(MAX2(imm_end - 1, 0)));
1199 for (i = imm_first; i < imm_end; i++) {

Completed in 8 milliseconds