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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.h250 #define INST_INDEX_BITS 12 macro
259 GLint Index:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
287 GLint Index2:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
299 GLuint Index:INST_INDEX_BITS; /**< Unsigned, never negative */
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h250 #define INST_INDEX_BITS 12 macro
259 GLint Index:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
287 GLint Index2:(INST_INDEX_BITS+1); /**< Extra bit here for sign bit.
299 GLuint Index:INST_INDEX_BITS; /**< Unsigned, never negative */

Completed in 197 milliseconds