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/
radeon_dataflow_swizzles.c 70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED);
91 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan,
120 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_UNUSED);
165 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_Z);
172 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y);
185 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_Z);
190 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Z);
198 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_Y);
203 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_Y);
220 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_X)
    [all...]
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 150 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 386 SET_SWZ(newsrc.Swizzle, chan, newswz);
radeon_pair_schedule.c 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 210 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_X);
213 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Y);
216 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Z);
219 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W);
222 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ONE);
225 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO);
228 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_HALF);
231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED);

Completed in 8557 milliseconds