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

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program_constants.h 111 RC_SWIZZLE_W,
127 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W)
133 #define RC_SWIZZLE_WWWW RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_W)
radeon_inline_literals.c 123 /* Use RC_SWIZZLE_W for the inline constant, so
125 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
radeon_program_pair.c 143 if(swz == RC_SWIZZLE_W) {
201 || swz == RC_SWIZZLE_Z || swz == RC_SWIZZLE_W)
r300_fragprog_swizzle.c 237 case RC_SWIZZLE_W: return R300_ALU_ARGA_SRC0A + src;
radeon_pair_translate.c 226 if (swz < RC_SWIZZLE_W)
228 else if (swz == RC_SWIZZLE_W)
radeon_compiler_util.c 96 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_W)) << 9;
110 case RC_MASK_W: return RC_SWIZZLE_W;
338 if (swz == RC_SWIZZLE_W) {
radeon_program_alu.c 194 return swizzle_smear(reg, RC_SWIZZLE_W);
310 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_ONE, RC_SWIZZLE_W));
634 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W),
635 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W));
637 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_W),
638 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_Z, RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_W),
    [all...]
radeon_vert_fc.c 23 RC_SWIZZLE_UNUSED, RC_SWIZZLE_W);
radeon_program_print.c 176 case RC_SWIZZLE_W: return 'w';
radeon_pair_schedule.c 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W);
852 case RC_SWIZZLE_W:
    [all...]
radeon_dataflow.c 86 if (swz == RC_SWIZZLE_W) {
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 172 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W);

Completed in 69 milliseconds