Home
last modified time | relevance | path

Searched refs:PIPE_RENDER_COND_BY_REGION_NO_WAIT (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_condrender.c74 m = PIPE_RENDER_COND_BY_REGION_NO_WAIT; in st_BeginConditionalRender()
89 m = PIPE_RENDER_COND_BY_REGION_NO_WAIT; in st_BeginConditionalRender()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c85 mode != PIPE_RENDER_COND_BY_REGION_NO_WAIT; in nv50_render_condition()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c107 mode != PIPE_RENDER_COND_BY_REGION_NO_WAIT; in nvc0_render_condition()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h482 #define PIPE_RENDER_COND_BY_REGION_NO_WAIT 3 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h569 PIPE_RENDER_COND_BY_REGION_NO_WAIT, enumerator
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1014 ctx->cond_mode != PIPE_RENDER_COND_BY_REGION_NO_WAIT; in fd_render_condition_check()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst513 PIPE_RENDER_COND_BY_REGION_NO_WAIT rendering will be predicated as above
/external/virglrenderer/src/
Dvrend_renderer.c7743 case PIPE_RENDER_COND_BY_REGION_NO_WAIT: in vrend_render_condition()