Searched defs:GET_SWZ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h120 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7) macro
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_constants.h120 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7) macro
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_instruction.h60 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7) macro
/external/mesa3d/src/mesa/program/
H A Dprog_instruction.h60 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7) macro

Completed in 399 milliseconds