HomeSort by relevance Sort by last modified time
    Searched refs:instruction_bo_changed (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_render.c 139 render->instruction_bo_changed = true;
375 render->instruction_bo_changed = true;
428 render->instruction_bo_changed = false;
ilo_render_gen6.c 281 if (r->state_bo_changed || r->instruction_bo_changed ||
470 if (DIRTY(VS) || r->instruction_bo_changed) {
499 session->prim_changed || r->instruction_bo_changed) {
672 r->instruction_bo_changed) {
ilo_render_gen.h 70 bool instruction_bo_changed; member in struct:ilo_render
ilo_render_gen8.c 127 if (DIRTY(FS) || r->instruction_bo_changed)
ilo_render_gen7.c 287 const bool emit_3dstate_vs = (DIRTY(VS) || r->instruction_bo_changed);
536 if (DIRTY(FS) || r->instruction_bo_changed) {

Completed in 75 milliseconds