HomeSort by: relevance | last modified time | path
    Searched defs:SwizzleW (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 55 unsigned SwizzleW : 2; /* TGSI_SWIZZLE_ */
890 (reg.SwizzleW << 6));
901 reg.SwizzleW = (swz >> (w*2)) & 0x3;
1082 src.SwizzleW = TGSI_SWIZZLE_W;
1117 src.SwizzleW = TGSI_SWIZZLE_W;
1172 src.SwizzleW = 0;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 53 unsigned SwizzleW : 2; /* TGSI_SWIZZLE_ */
879 (reg.SwizzleW << 6));
890 reg.SwizzleW = (swz >> (w*2)) & 0x3;
1071 src.SwizzleW = TGSI_SWIZZLE_W;
1106 src.SwizzleW = TGSI_SWIZZLE_W;
1161 src.SwizzleW = 0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_fpc.h 225 unsigned SwizzleW : 3; /* TGSI_SWIZZLE_ */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_fpc.h 255 unsigned SwizzleW : 3; /* TGSI_SWIZZLE_ */
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_shader_tokens.h 737 * SwizzleZ and SwizzleW.
750 unsigned SwizzleW : 2; /* TGSI_SWIZZLE_ */
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_shader_tokens.h 732 * SwizzleZ and SwizzleW.
745 unsigned SwizzleW : 2; /* TGSI_SWIZZLE_ */
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
mtypes.h 1329 GLenum16 SwizzleX, SwizzleY, SwizzleZ, SwizzleW;

Completed in 13 milliseconds