Home
last modified time | relevance | path

Searched refs:NV50_3D_COND_MODE_EQUAL (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_query.c94 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()
Dnv50_3d.xml.h1288 #define NV50_3D_COND_MODE_EQUAL 0x00000003 macro