Searched refs:emit_states (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ | ||
| H A D | r300_render.c | 198 boolean emit_states = flags & PREP_EMIT_STATES; local in function:r300_reserve_cs_dwords 203 if (emit_states) 242 boolean emit_states = flags & PREP_EMIT_STATES; local in function:r300_emit_states 249 if (emit_states || (emit_vertex_arrays && validate_vbos)) { 258 if (emit_states) |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ | ||
| H A D | r300_render.c | 199 boolean emit_states = flags & PREP_EMIT_STATES; local in function:r300_reserve_cs_dwords 204 if (emit_states) 243 boolean emit_states = flags & PREP_EMIT_STATES; local in function:r300_emit_states 250 if (emit_states || (emit_vertex_arrays && validate_vbos)) { 259 if (emit_states) |
Completed in 4 milliseconds