Home
last modified time | relevance | path

Searched refs:RC_SWIZZLE_ZERO (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_constants.h112 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)
Dradeon_optimize.c235 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()
Dradeon_dataflow_swizzles.c154 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()
Dr300_fragprog_swizzle.c43 …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()
Dradeon_program_alu.c257 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()
Dr3xx_vertprog.c201 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()
Dradeon_inline_literals.c130 if (swz >= RC_SWIZZLE_ZERO) { in rc_inline_literals()
Dr500_fragprog.c227 if (swz != RC_SWIZZLE_UNUSED && swz != RC_SWIZZLE_ZERO) in r500_swizzle_is_native()
Dradeon_program_print.c177 case RC_SWIZZLE_ZERO: return '0'; in rc_swizzle_char()
Dr500_fragprog_emit.c146 case RC_SWIZZLE_ZERO: in fix_hw_swizzle()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c301 swizzle |= RC_SWIZZLE_ZERO << (i * 3); in handle_immediate()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c226 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO); in init_rc_normal_src()