HomeSort by relevance Sort by last modified time
    Searched full:new_swizzle (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_inline_literals.c 82 unsigned new_swizzle; local
97 new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0);
125 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W);
136 src_reg->Swizzle = new_swizzle;
radeon_pair_regalloc.c 268 unsigned int new_swizzle = rc_adjust_channels(arg->Swizzle, local
270 if (!r300_swizzle_is_native_basic(new_swizzle)) {
329 unsigned int new_swizzle; local
337 new_swizzle = rc_adjust_channels(
340 new_swizzle)) {
radeon_compiler_util.c 153 unsigned int new_swizzle = rc_init_swizzle(RC_SWIZZLE_UNUSED, 0); local
159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i));
161 return new_swizzle;

Completed in 59 milliseconds