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

  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 163 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_X);
166 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Y);
169 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Z);
172 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W);
175 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ONE);
178 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO);
181 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_HALF);
184 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 64 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED);
85 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan,
radeon_compiler_util.c 71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED);
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i));
238 SET_SWZ(sub->TexSwizzle, swz, i);
272 SET_SWZ(out_swizzle, chan, swz);
276 SET_SWZ(out_swizzle, chan, new_swz);
278 SET_SWZ(out_swizzle, chan, swz);
693 SET_SWZ(conversion_swizzle, old_idx, new_idx);
radeon_inline_literals.c 125 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
radeon_program_constants.h 122 #define SET_SWZ(swz, idx, newv) \
radeon_dataflow_deadcode.c 353 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan, RC_SWIZZLE_UNUSED);
radeon_optimize.c 369 SET_SWZ(newsrc.Swizzle, chan, newswz);
radeon_pair_schedule.c 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W);
    [all...]

Completed in 168 milliseconds