Home
last modified time | relevance | path

Searched refs:combine_swizzles (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h51 unsigned int combine_swizzles(unsigned int src, unsigned int swz);
Dradeon_program_tex.c41 reg.Swizzle = combine_swizzles(RC_SWIZZLE_0000, in shadow_fail_value()
52 reg.Swizzle = combine_swizzles(RC_SWIZZLE_1111, in shadow_pass_value()
251 combine_swizzles(RC_SWIZZLE_WWWW, in radeonTransformTEX()
Dradeon_compiler_util.c89 unsigned int combine_swizzles(unsigned int src, unsigned int swz) in combine_swizzles() function
Dradeon_compiler.c154 inst->U.I.SrcReg[i].Swizzle = combine_swizzles(new_input.Swizzle, inst->U.I.SrcReg[i].Swizzle); in rc_move_input()
Dradeon_optimize.c62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle); in chain_srcregs()