Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_constants.h112 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)
Dradeon_optimize.c233 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()
Dradeon_dataflow_swizzles.c159 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()
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.c282 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()
Dr3xx_vertprog.c199 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()
Dr500_fragprog.c228 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.c144 case RC_SWIZZLE_ZERO: in fix_hw_swizzle()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c278 swizzle |= RC_SWIZZLE_ZERO << (i * 3); in handle_immediate()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c225 SET_SWZ(src_reg->Swizzle, i, RC_SWIZZLE_ZERO); in init_rc_normal_src()