Searched refs:validate_vbos (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_render.c246 boolean validate_vbos = flags & PREP_VALIDATE_VBOS; local in function:r300_emit_states
249 if (emit_states || (emit_vertex_arrays && validate_vbos)) {
250 if (!r300_emit_buffer_validate(r300, validate_vbos,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_render.c247 boolean validate_vbos = flags & PREP_VALIDATE_VBOS; local in function:r300_emit_states
250 if (emit_states || (emit_vertex_arrays && validate_vbos)) {
251 if (!r300_emit_buffer_validate(r300, validate_vbos,

Completed in 5 milliseconds