Searched refs:RC_SWIZZLE_X (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_dataflow_swizzles.c | 173 case RC_SWIZZLE_X: in try_rewrite_constant() 177 case RC_SWIZZLE_X: in try_rewrite_constant() 215 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_X); in try_rewrite_constant() 220 SET_SWZ(new_swizzle, 2, RC_SWIZZLE_X); in try_rewrite_constant() 224 case RC_SWIZZLE_X: in try_rewrite_constant() 226 if (swz2 == RC_SWIZZLE_X) { in try_rewrite_constant() 253 case RC_SWIZZLE_X: in try_rewrite_constant() 263 SET_SWZ(new_swizzle, 1, RC_SWIZZLE_X); in try_rewrite_constant() 268 SET_SWZ(new_swizzle, 0, RC_SWIZZLE_X); in try_rewrite_constant() 293 case RC_SWIZZLE_X: in try_rewrite_constant() [all …]
|
D | radeon_program_constants.h | 108 RC_SWIZZLE_X = 0, enumerator 132 #define RC_SWIZZLE_XYZW RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_W) 133 #define RC_SWIZZLE_XYZ0 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ZERO) 134 #define RC_SWIZZLE_XYZ1 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ONE) 135 #define RC_SWIZZLE_XYZZ RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_Z) 136 #define RC_SWIZZLE_XXXX RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_X)
|
D | r500_fragprog.c | 100 if (GET_SWZ(inst_if->U.I.SrcReg[0].Swizzle, 0) == RC_SWIZZLE_X) { in r500_transform_IF() 118 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED, in r500_transform_IF() 177 RC_SWIZZLE_X, RC_SWIZZLE_UNUSED, in r500_transform_IF()
|
D | radeon_compiler_util.c | 93 ret |= get_swz(src, GET_SWZ(swz, RC_SWIZZLE_X)); in combine_swizzles() 107 case RC_MASK_X: return RC_SWIZZLE_X; in rc_mask_to_swizzle() 347 } else if (swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y in rc_source_type_swz()
|
D | radeon_program_pair.c | 200 if(swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y in rc_pair_foreach_source_that_rgb_reads()
|
D | radeon_program_alu.c | 180 return swizzle_smear(reg, RC_SWIZZLE_X); in swizzle_xxxx() 384 swizzle(srctemp, RC_SWIZZLE_ONE, RC_SWIZZLE_X, RC_SWIZZLE_ONE, RC_SWIZZLE_ONE)); in transform_LIT() 968 …swizzle(srcreg(RC_FILE_CONSTANT, constants[1]), RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZ… in r300_transform_trig_simple()
|
D | radeon_program_print.c | 173 case RC_SWIZZLE_X: return 'x'; in rc_swizzle_char()
|
D | radeon_dataflow.c | 71 if (swz == RC_SWIZZLE_X || swz == RC_SWIZZLE_Y || swz == RC_SWIZZLE_Z) { in pair_get_src_refmasks()
|
D | radeon_pair_schedule.c | 845 case RC_SWIZZLE_X: in is_rgb_to_alpha_possible()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | radeon_compiler_regalloc_tests.c | 73 != RC_SWIZZLE_X) { in test_runner_rc_regalloc()
|
D | rc_test_helpers.c | 211 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_X); in init_rc_normal_src()
|