Searched defs:swizzle_xxxx (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/glsl/ |
H A D | ir_builder.cpp | 95 swizzle_xxxx(operand a) function in namespace:ir_builder
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | radeon_program_alu.c | 177 static struct rc_src_register swizzle_xxxx(struct rc_src_register reg) function 413 negate(swizzle_xxxx(srctemp)), 448 emit1(c, inst->Prev, RC_OPCODE_LG2, 0, tempdst, swizzle_xxxx(inst->U.I.SrcReg[0])); 449 emit2(c, inst->Prev, RC_OPCODE_MUL, 0, tempdst, tempsrc, swizzle_xxxx(inst->U.I.SrcReg[1])); 981 swizzle_xxxx(src), 985 absolute(swizzle_xxxx(src)), 986 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))); 988 swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg)), 989 absolute(swizzle_xxxx(srcreg(RC_FILE_TEMPORARY, tempreg))), 990 negate(swizzle_xxxx(srcre [all...] |
Completed in 94 milliseconds