Searched refs:SET_SWZ (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow_swizzles.c | 70 SET_SWZ(mov->U.I.SrcReg[0].Swizzle, chan, RC_SWIZZLE_UNUSED); in rewrite_source() 91 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan, in rewrite_source() 120 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_UNUSED); in try_rewrite_constant() 165 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_Z); in try_rewrite_constant() 172 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Y); in try_rewrite_constant() 185 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_Z); in try_rewrite_constant() 190 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_Z); in try_rewrite_constant() 198 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_Y); in try_rewrite_constant() 203 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_Y); in try_rewrite_constant() 220 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_X); in try_rewrite_constant() [all …]
|
D | radeon_compiler_util.c | 71 SET_SWZ(initial_value, i, RC_SWIZZLE_UNUSED); in rc_init_swizzle() 159 SET_SWZ(new_swizzle, new_chan, GET_SWZ(old_swizzle, i)); in rc_adjust_channels() 238 SET_SWZ(sub->TexSwizzle, swz, i); in rc_normal_rewrite_writemask() 272 SET_SWZ(out_swizzle, chan, swz); in rc_rewrite_swizzle() 276 SET_SWZ(out_swizzle, chan, new_swz); in rc_rewrite_swizzle() 278 SET_SWZ(out_swizzle, chan, swz); in rc_rewrite_swizzle() 693 SET_SWZ(conversion_swizzle, old_idx, new_idx); in rc_make_conversion_swizzle()
|
D | radeon_inline_literals.c | 150 SET_SWZ(new_swizzle, chan, RC_SWIZZLE_W); in rc_inline_literals()
|
D | radeon_program_constants.h | 122 #define SET_SWZ(swz, idx, newv) \ macro
|
D | radeon_dataflow_deadcode.c | 353 SET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan, RC_SWIZZLE_UNUSED); in rc_dataflow_deadcode()
|
D | radeon_optimize.c | 386 SET_SWZ(newsrc.Swizzle, chan, newswz); in constant_folding()
|
D | radeon_pair_schedule.c | 771 SET_SWZ(arg->Swizzle, i, RC_SWIZZLE_W); in rgb_to_alpha_remap()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 210 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_X); in init_rc_normal_src() 213 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Y); in init_rc_normal_src() 216 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_Z); in init_rc_normal_src() 219 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_W); in init_rc_normal_src() 222 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ONE); in init_rc_normal_src() 225 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO); in init_rc_normal_src() 228 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_HALF); in init_rc_normal_src() 231 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_UNUSED); in init_rc_normal_src()
|