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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.h 118 unsigned int TexSwizzle:12;
r500_fragprog_emit.c 422 | (GET_SWZ(inst->TexSwizzle, 0) << 24)
423 | (GET_SWZ(inst->TexSwizzle, 1) << 26)
424 | (GET_SWZ(inst->TexSwizzle, 2) << 28)
425 | (GET_SWZ(inst->TexSwizzle, 3) << 30)
radeon_compiler_util.c 233 assert(sub->TexSwizzle == RC_SWIZZLE_XYZW);
238 SET_SWZ(sub->TexSwizzle, swz, i);
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 268 dst->U.I.TexSwizzle = RC_SWIZZLE_XYZW;

Completed in 189 milliseconds