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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 177 inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZW;
178 inst->U.I.SrcReg[1].Swizzle = RC_SWIZZLE_XYZW;
179 inst->U.I.SrcReg[2].Swizzle = RC_SWIZZLE_XYZW;
radeon_program_constants.h 127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W)
r500_fragprog.c 197 if (opcode == RC_OPCODE_KIL && (reg.Swizzle != RC_SWIZZLE_XYZW || reg.Negate != RC_MASK_NONE))
217 if (reg.Swizzle == RC_SWIZZLE_XYZW && !reg.Abs && !reg.Negate)
radeon_compiler.c 217 inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZW;
226 inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZW;
radeon_compiler_util.c 233 assert(sub->TexSwizzle == RC_SWIZZLE_XYZW);
309 reg->Swizzle = RC_SWIZZLE_XYZW;
r3xx_vertprog.c 691 inst->U.I.SrcReg[i].Swizzle = RC_SWIZZLE_XYZW;
759 inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZW;
radeon_program_print.c 250 if (src.Swizzle != RC_SWIZZLE_XYZW || !trivial_negate) {
radeon_program_alu.c 128 .Swizzle = RC_SWIZZLE_XYZW
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 148 src_reg->Swizzle = RC_SWIZZLE_XYZW;
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 268 dst->U.I.TexSwizzle = RC_SWIZZLE_XYZW;

Completed in 49 milliseconds