Searched refs:NVC0_3D_COND_MODE_EQUAL (Results 1 – 2 of 2) sorted by relevance
116 cond = condition ? NVC0_3D_COND_MODE_EQUAL : in nvc0_render_condition()130 cond = wait ? NVC0_3D_COND_MODE_EQUAL : NVC0_3D_COND_MODE_ALWAYS; in nvc0_render_condition()
1195 #define NVC0_3D_COND_MODE_EQUAL 0x00000003 macro