Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_reg.h217 #define PRIM3D_MASK (0x1f<<18) macro
Di915_reg.h50 #define PRIM3D_MASK (0x1f<<18) macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h48 #define PRIM3D_MASK (0x1f << 18) macro
858 #define PRIM3D_MASK (0x1f << 18) macro
Di915_debug.c97 switch (val & PRIM3D_MASK) { in get_prim_name()