Searched defs:UREG (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.h66 #define UREG( type, nr ) (((type)<< UREG_TYPE_SHIFT) | \ macro
85 /* One neat thing about the UREG representation:
97 /* Another neat thing about the UREG representation:
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h118 #define UREG( type, nr ) (((type)<< UREG_TYPE_SHIFT) | \ macro
137 /* One neat thing about the UREG representation:
170 /* Macros for translating UREG's into the various register fields used

Completed in 88 milliseconds