Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_program_alu.c177 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/
Dir_builder.h99 ir_swizzle *swizzle_xxxx(operand a);
Dir_builder.cpp95 swizzle_xxxx(operand a) in swizzle_xxxx() function
/external/mesa3d/src/mesa/main/
Dff_fragment_shader.cpp698 return swizzle_xxxx(val); in smear()