HomeSort by relevance Sort by last modified time
    Searched defs:UREG (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.h 55 #define UREG_BAD 0xffffffff /* not a valid ureg */
64 /* Construct a ureg:
66 #define UREG( type, nr ) (((type)<< UREG_TYPE_SHIFT) | \
85 /* One neat thing about the UREG representation:
97 /* Another neat thing about the UREG representation:
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.h 55 #define UREG_BAD 0xffffffff /* not a valid ureg */
64 /* Construct a ureg:
66 #define UREG( type, nr ) (((type)<< UREG_TYPE_SHIFT) | \
85 /* One neat thing about the UREG representation:
97 /* Another neat thing about the UREG representation:
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc.h 107 #define UREG_BAD 0xffffffff /* not a valid ureg */
116 /* Construct a ureg:
118 #define UREG( type, nr ) (((type)<< UREG_TYPE_SHIFT) | \
137 /* One neat thing about the UREG representation:
170 /* Macros for translating UREG's into the various register fields used
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc.h 107 #define UREG_BAD 0xffffffff /* not a valid ureg */
116 /* Construct a ureg:
118 #define UREG( type, nr ) (((type)<< UREG_TYPE_SHIFT) | \
137 /* One neat thing about the UREG representation:
170 /* Macros for translating UREG's into the various register fields used

Completed in 506 milliseconds