Searched refs:RC_SWIZZLE_ONE (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_constants.h | 113 RC_SWIZZLE_ONE, enumerator 135 #define RC_SWIZZLE_1111 RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_ONE)
|
D | radeon_optimize.c | 223 if (swz == RC_SWIZZLE_ONE) { in constant_folding_mad() 237 if (swz == RC_SWIZZLE_ONE) { in constant_folding_mad() 257 if (swz == RC_SWIZZLE_ONE) { in constant_folding_mul() 271 if (swz == RC_SWIZZLE_ONE) { in constant_folding_mul() 361 newswz = RC_SWIZZLE_ONE; in constant_folding() 425 || swz == RC_SWIZZLE_ONE) { in src_has_const_swz() 540 if (swz == RC_SWIZZLE_ONE in is_presub_candidate() 641 && swz != RC_SWIZZLE_ONE) { in peephole_add_presub_inv()
|
D | radeon_program_alu.c | 296 src0.Swizzle |= RC_SWIZZLE_ONE << (3 * 3); in transform_DPH() 309 swizzle(inst->U.I.SrcReg[0], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ONE), in transform_DST() 310 swizzle(inst->U.I.SrcReg[1], RC_SWIZZLE_ONE, RC_SWIZZLE_Y, RC_SWIZZLE_ONE, RC_SWIZZLE_W)); in transform_DST() 420 swizzle(srctemp, RC_SWIZZLE_ONE, RC_SWIZZLE_X, RC_SWIZZLE_ONE, RC_SWIZZLE_ONE)); in transform_LIT()
|
D | r300_fragprog_swizzle.c | 238 case RC_SWIZZLE_ONE: return R300_ALU_ARGA_ONE; in r300FPTranslateAlphaSwizzle()
|
D | radeon_program_print.c | 178 case RC_SWIZZLE_ONE: return '1'; in rc_swizzle_char()
|
D | r500_fragprog_emit.c | 151 case RC_SWIZZLE_ONE: in fix_hw_swizzle()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 311 swizzle |= RC_SWIZZLE_ONE << (i * 3); in handle_immediate()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 175 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ONE); in init_rc_normal_src()
|