Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c88 cond = NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()
104 cond = wait ? NV50_3D_COND_MODE_NOT_EQUAL : NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()
106 cond = wait ? NV50_3D_COND_MODE_EQUAL : NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()
111 cond = NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()
163 nv50->cond_condmode = NV50_3D_COND_MODE_ALWAYS; in nv50_init_query_functions()
Dnv50_surface.c347 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_clear_render_target()
435 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_clear_depth_stencil()
790 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_clear_buffer()
1181 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_blitctx_prepare_state()
Dnv50_screen.c669 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_screen_init_hwctx()
Dnv50_3d.xml.h1286 #define NV50_3D_COND_MODE_ALWAYS 0x00000001 macro