Searched refs:NV50_3D_COND_MODE_ALWAYS (Results 1 – 4 of 4) sorted by relevance
88 cond = NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()103 NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()107 cond = wait ? NV50_3D_COND_MODE_EQUAL : NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()112 cond = NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()164 nv50->cond_condmode = NV50_3D_COND_MODE_ALWAYS; in nv50_init_query_functions()
347 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()791 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_clear_buffer()1174 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_blitctx_prepare_state()
557 PUSH_DATA (push, NV50_3D_COND_MODE_ALWAYS); in nv50_screen_init_hwctx()
1286 #define NV50_3D_COND_MODE_ALWAYS 0x00000001 macro