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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 120 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7)
  /external/mesa3d/src/mesa/program/
prog_instruction.h 60 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7)

Completed in 46 milliseconds