Searched refs:RC_SWIZZLE_ZERO (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_constants.h | 112 RC_SWIZZLE_ZERO, enumerator 128 #define RC_SWIZZLE_XYZ0 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ZERO) 135 #define RC_SWIZZLE_0000 RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_ZERO)
|
D | radeon_optimize.c | 233 if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mad() 246 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mad() 260 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mad() 280 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mul() 293 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mul() 307 if (swz == RC_SWIZZLE_ZERO) { in constant_folding_add() 315 if (swz == RC_SWIZZLE_ZERO) { in constant_folding_add() 376 newswz = RC_SWIZZLE_ZERO; in constant_folding() 441 if (swz == RC_SWIZZLE_ZERO || swz == RC_SWIZZLE_HALF in src_has_const_swz() 558 || swz == RC_SWIZZLE_ZERO in is_presub_candidate()
|
D | radeon_dataflow_swizzles.c | 159 swz1 == RC_SWIZZLE_ZERO || in try_rewrite_constant() 318 case RC_SWIZZLE_ZERO: in try_rewrite_constant() 388 case RC_SWIZZLE_ZERO: in try_rewrite_constant()
|
D | r300_fragprog_swizzle.c | 43 …KE_SWZ3(x, y, z) (RC_MAKE_SWIZZLE(RC_SWIZZLE_##x, RC_SWIZZLE_##y, RC_SWIZZLE_##z, RC_SWIZZLE_ZERO)) 241 case RC_SWIZZLE_ZERO: return R300_ALU_ARGA_ZERO; in r300FPTranslateAlphaSwizzle()
|
D | radeon_program_alu.c | 282 src0.Swizzle |= (RC_SWIZZLE_ZERO << (3 * 2)) | (RC_SWIZZLE_ZERO << (3 * 3)); in transform_DP2() 285 src1.Swizzle |= (RC_SWIZZLE_ZERO << (3 * 2)) | (RC_SWIZZLE_ZERO << (3 * 3)); in transform_DP2() 392 RC_SWIZZLE_ZERO, RC_SWIZZLE_ZERO, RC_SWIZZLE_ZERO, constant_swizzle&3)); in transform_LIT() 748 src0.Swizzle |= RC_SWIZZLE_ZERO << (3 * 3); in transform_r300_vertex_DP3() 751 src1.Swizzle |= RC_SWIZZLE_ZERO << (3 * 3); in transform_r300_vertex_DP3()
|
D | r3xx_vertprog.c | 199 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_vector1() 200 inst[3] = __CONST(0, RC_SWIZZLE_ZERO); in ei_vector1() 217 inst[3] = __CONST(1, RC_SWIZZLE_ZERO); in ei_vector2() 233 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_math1() 234 inst[3] = __CONST(0, RC_SWIZZLE_ZERO); in ei_math1() 361 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_pow()
|
D | r500_fragprog.c | 228 if (swz != RC_SWIZZLE_UNUSED && swz != RC_SWIZZLE_ZERO) in r500_swizzle_is_native()
|
D | radeon_program_print.c | 177 case RC_SWIZZLE_ZERO: return '0'; in rc_swizzle_char()
|
D | r500_fragprog_emit.c | 144 case RC_SWIZZLE_ZERO: in fix_hw_swizzle()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 278 swizzle |= RC_SWIZZLE_ZERO << (i * 3); in handle_immediate()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 225 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO); in init_rc_normal_src()
|