Searched refs:NV50_3D_COND_MODE_EQUAL (Results 1 – 2 of 2) sorted by relevance
94 cond = condition ? NV50_3D_COND_MODE_EQUAL : in nv50_render_condition()106 cond = wait ? NV50_3D_COND_MODE_EQUAL : NV50_3D_COND_MODE_ALWAYS; in nv50_render_condition()
1288 #define NV50_3D_COND_MODE_EQUAL 0x00000003 macro