Searched refs:combine_swizzles (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h51 unsigned int combine_swizzles(unsigned int src, unsigned int swz);
H A Dradeon_program_tex.c41 reg.Swizzle = combine_swizzles(RC_SWIZZLE_0000,
52 reg.Swizzle = combine_swizzles(RC_SWIZZLE_1111,
251 combine_swizzles(RC_SWIZZLE_WWWW,
H A Dradeon_compiler.c154 inst->U.I.SrcReg[i].Swizzle = combine_swizzles(new_input.Swizzle, inst->U.I.SrcReg[i].Swizzle);
H A Dradeon_compiler_util.c89 unsigned int combine_swizzles(unsigned int src, unsigned int swz) function in typeref:typename:unsigned int
H A Dradeon_optimize.c62 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_compiler_util.h51 unsigned int combine_swizzles(unsigned int src, unsigned int swz);
H A Dradeon_program_tex.c41 reg.Swizzle = combine_swizzles(RC_SWIZZLE_0000,
52 reg.Swizzle = combine_swizzles(RC_SWIZZLE_1111,
251 combine_swizzles(RC_SWIZZLE_WWWW,
H A Dradeon_compiler.c154 inst->U.I.SrcReg[i].Swizzle = combine_swizzles(new_input.Swizzle, inst->U.I.SrcReg[i].Swizzle);
H A Dradeon_compiler_util.c89 unsigned int combine_swizzles(unsigned int src, unsigned int swz) function in typeref:typename:unsigned int
H A Dradeon_optimize.c64 combine.Swizzle = combine_swizzles(inner.Swizzle, outer.Swizzle);

Completed in 13 milliseconds