HomeSort by relevance Sort by last modified time
    Searched refs:Swizzle (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program.c 177 inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZW;
178 inst->U.I.SrcReg[1].Swizzle = RC_SWIZZLE_XYZW;
179 inst->U.I.SrcReg[2].Swizzle = RC_SWIZZLE_XYZW;
radeon_vert_fc.c 22 src->Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED, RC_SWIZZLE_UNUSED,
109 new_inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_0000;
129 new_inst->U.I.SrcReg[1].Swizzle = RC_SWIZZLE_0000;
143 inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_0000;
198 swz = rc_get_scalar_src_swz(inst->U.I.SrcReg[1].Swizzle);
201 inst->U.I.SrcReg[1].Swizzle = RC_MAKE_SWIZZLE(RC_SWIZZLE_UNUSED,
r3xx_vertprog.c 39 * Take an already-setup and valid source then swizzle it appropriately to
116 static inline unsigned long t_swizzle(unsigned int swizzle)
119 return swizzle;
147 t_swizzle(GET_SWZ(src->Swizzle, 0)),
148 t_swizzle(GET_SWZ(src->Swizzle, 1)),
149 t_swizzle(GET_SWZ(src->Swizzle, 2)),
150 t_swizzle(GET_SWZ(src->Swizzle, 3)),
162 unsigned int swz = rc_get_scalar_src_swz(src->Swizzle);
247 inst[1] = PVS_SRC_OPERAND(t_src_index(vp, &vpi->SrcReg[0]), t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizzle, 0)), // X
248 t_swizzle(GET_SWZ(vpi->SrcReg[0].Swizzle, 3)), //
    [all...]
radeon_inline_literals.c 100 swz = GET_SWZ(src_reg->Swizzle, chan);
136 src_reg->Swizzle = new_swizzle;
radeon_program.h 48 unsigned int Swizzle:12;
117 /**R500 Only. How to swizzle the result of a TEX lookup*/
radeon_program_pair.h 66 unsigned int Swizzle:12;
radeon_emulate_loops.c 94 !(1 << GET_SWZ(value->Src->Swizzle, 0) & mask)){
107 inst->U.I.SrcReg[0].Swizzle,
142 inst->U.I.SrcReg[0].Swizzle == count_inst->Swz){
146 inst->U.I.SrcReg[1].Swizzle == count_inst->Swz){
158 inst->U.I.SrcReg[amnt_src_index].Swizzle,
231 count_inst.Swz = counter->Swizzle;
279 limit_value = rc_get_constant_value(c, limit->Index, limit->Swizzle,