Searched refs:RC_SWIZZLE_ZERO (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_constants.h | 112 RC_SWIZZLE_ZERO, enumerator 119 return swizzle >= RC_SWIZZLE_ZERO; in is_swizzle_inline_constant() 133 #define RC_SWIZZLE_XYZ0 RC_MAKE_SWIZZLE(RC_SWIZZLE_X, RC_SWIZZLE_Y, RC_SWIZZLE_Z, RC_SWIZZLE_ZERO) 140 #define RC_SWIZZLE_0000 RC_MAKE_SWIZZLE_SMEAR(RC_SWIZZLE_ZERO)
|
D | radeon_optimize.c | 235 if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mad() 248 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mad() 262 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mad() 282 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mul() 295 } else if (swz == RC_SWIZZLE_ZERO) { in constant_folding_mul() 309 if (swz == RC_SWIZZLE_ZERO) { in constant_folding_add() 317 if (swz == RC_SWIZZLE_ZERO) { in constant_folding_add() 378 newswz = RC_SWIZZLE_ZERO; in constant_folding() 442 if (swz == RC_SWIZZLE_ZERO || swz == RC_SWIZZLE_HALF in src_has_const_swz() 563 || swz == RC_SWIZZLE_ZERO in is_presub_candidate()
|
D | radeon_dataflow_swizzles.c | 154 swz1 == RC_SWIZZLE_ZERO || in try_rewrite_constant() 313 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 | 257 src0.Swizzle |= (RC_SWIZZLE_ZERO << (3 * 2)) | (RC_SWIZZLE_ZERO << (3 * 3)); in transform_DP2() 260 src1.Swizzle |= (RC_SWIZZLE_ZERO << (3 * 2)) | (RC_SWIZZLE_ZERO << (3 * 3)); in transform_DP2() 356 RC_SWIZZLE_ZERO, RC_SWIZZLE_ZERO, RC_SWIZZLE_ZERO, constant_swizzle&3)); in transform_LIT() 666 src0.Swizzle |= RC_SWIZZLE_ZERO << (3 * 3); in transform_r300_vertex_DP3() 669 src1.Swizzle |= RC_SWIZZLE_ZERO << (3 * 3); in transform_r300_vertex_DP3()
|
D | r3xx_vertprog.c | 201 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_vector1() 202 inst[3] = __CONST(0, RC_SWIZZLE_ZERO); in ei_vector1() 219 inst[3] = __CONST(1, RC_SWIZZLE_ZERO); in ei_vector2() 235 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_math1() 236 inst[3] = __CONST(0, RC_SWIZZLE_ZERO); in ei_math1() 363 inst[2] = __CONST(0, RC_SWIZZLE_ZERO); in ei_pow()
|
D | radeon_inline_literals.c | 130 if (swz >= RC_SWIZZLE_ZERO) { in rc_inline_literals()
|
D | r500_fragprog.c | 227 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 | 146 case RC_SWIZZLE_ZERO: in fix_hw_swizzle()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 301 swizzle |= RC_SWIZZLE_ZERO << (i * 3); in handle_immediate()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
D | rc_test_helpers.c | 226 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO); in init_rc_normal_src()
|