Home
last modified time | relevance | path

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

/third_party/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()
250 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_optimize.c64 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle); in chain_srcregs()