Home
last modified time | relevance | path

Searched refs:lmul_swizzle (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler_util.h73 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg);
Dr3xx_fragprog.c76 inst->SrcReg[i] = lmul_swizzle(RC_SWIZZLE_ZZZZ, inst->SrcReg[i]); in rc_rewrite_depth_out()
Dradeon_compiler_util.c288 struct rc_src_register lmul_swizzle(unsigned int swizzle, struct rc_src_register srcreg) in lmul_swizzle() function