Searched refs:swizzle_xxxx (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_program_alu.c | 177 static struct rc_src_register swizzle_xxxx(struct rc_src_register reg) in swizzle_xxxx() function 413 negate(swizzle_xxxx(srctemp)), in transform_LIT() 448 emit1(c, inst->Prev, RC_OPCODE_LG2, 0, tempdst, swizzle_xxxx(inst->U.I.SrcReg[0])); in transform_POW() 449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); in transform_POW() 981 swizzle_xxxx(src), in sin_approx() 985 absolute(swizzle_xxxx(src)), in sin_approx() 986 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))); in sin_approx() 988 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)), in sin_approx() 989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))), in sin_approx() 990 negate(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)))); in sin_approx() [all …]
|
/external/mesa3d/src/glsl/ |
D | ir_builder.h | 99 ir_swizzle *swizzle_xxxx(operand a);
|
D | ir_builder.cpp | 95 swizzle_xxxx(operand a) in swizzle_xxxx() function
|
/external/mesa3d/src/mesa/main/ |
D | ff_fragment_shader.cpp | 698 return swizzle_xxxx(val); in smear()
|