Home
last modified time | relevance | path

Searched refs:NVC0_3D_COND_MODE_ALWAYS (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_query.c110 cond = NVC0_3D_COND_MODE_ALWAYS; in nvc0_render_condition()
126 NVC0_3D_COND_MODE_ALWAYS; in nvc0_render_condition()
130 cond = wait ? NVC0_3D_COND_MODE_EQUAL : NVC0_3D_COND_MODE_ALWAYS; in nvc0_render_condition()
135 cond = NVC0_3D_COND_MODE_ALWAYS; in nvc0_render_condition()
283 nvc0->cond_condmode = NVC0_3D_COND_MODE_ALWAYS; in nvc0_init_query_functions()
Dnvc0_surface.c348 IMMED_NVC0(push, NVC0_3D(COND_MODE), NVC0_3D_COND_MODE_ALWAYS); in nvc0_clear_render_target()
597 IMMED_NVC0(push, NVC0_3D(COND_MODE), NVC0_3D_COND_MODE_ALWAYS); in nvc0_clear_buffer()
676 IMMED_NVC0(push, NVC0_3D(COND_MODE), NVC0_3D_COND_MODE_ALWAYS); in nvc0_clear_depth_stencil()
1017 IMMED_NVC0(push, NVC0_3D(COND_MODE), NVC0_3D_COND_MODE_ALWAYS); in nvc0_blitctx_prepare_state()
Dnvc0_3d.xml.h1193 #define NVC0_3D_COND_MODE_ALWAYS 0x00000001 macro
Dnvc0_screen.c1001 PUSH_DATA (push, NVC0_3D_COND_MODE_ALWAYS); in nvc0_screen_create()