HomeSort by relevance Sort by last modified time
    Searched refs:GET_SWZ (Results 26 - 44 of 44) sorted by null

12

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_constval.c 108 GET_SWZ(src.Swizzle, i));
brw_vs_emit.c     [all...]
brw_wm_pass0.c 267 GLuint component = GET_SWZ(src.Swizzle,i);
brw_wm_fp.c 578 GLuint z = GET_SWZ(src0.Swizzle, Z);
909 GET_SWZ(src.Swizzle, W) == W &&
937 src_swizzle1(src0, GET_SWZ(src0.Swizzle, W)),
brw_wm_surface_state.c 705 return MAKE_SWIZZLE4(swizzles[GET_SWZ(t->_Swizzle, 0)],
706 swizzles[GET_SWZ(t->_Swizzle, 1)],
707 swizzles[GET_SWZ(t->_Swizzle, 2)],
708 swizzles[GET_SWZ(t->_Swizzle, 3)]);
    [all...]
brw_vec4_visitor.cpp 580 int swiz = GET_SWZ(slots[i].swizzle, j);
    [all...]
brw_fs_visitor.cpp     [all...]
brw_fs.cpp 585 int swiz = GET_SWZ(slots[i].swizzle, j);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_instruction.c 325 GLuint swizzle = GET_SWZ(inst->SrcReg[i].Swizzle, chan);
prog_instruction.h 60 #define GET_SWZ(swz, idx) (((swz) >> ((idx)*3)) & 0x7)
prog_print.c 478 s[i++] = swz[GET_SWZ(swizzle, 0)];
486 s[i++] = swz[GET_SWZ(swizzle, 1)];
494 s[i++] = swz[GET_SWZ(swizzle, 2)];
502 s[i++] = swz[GET_SWZ(swizzle, 3)];
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 569 const GLuint swzR = GET_SWZ(swizzle, 0);
570 const GLuint swzG = GET_SWZ(swizzle, 1);
571 const GLuint swzB = GET_SWZ(swizzle, 2);
572 const GLuint swzA = GET_SWZ(swizzle, 3);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 188 GET_SWZ(source->Swizzle, 0),
189 GET_SWZ(source->Swizzle, 1),
190 GET_SWZ(source->Swizzle, 2), GET_SWZ(source->Swizzle, 3));
337 const unsigned field = GET_SWZ(inst->SrcReg[a].Swizzle, c);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_tgsi_to_rc.c 224 dst->Swizzle |= GET_SWZ(ttr->imms_to_swizzle[i].swizzle,
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow.c 49 refmask |= 1 << GET_SWZ(src->Swizzle, chan);
112 GET_SWZ(inst->RGB.Arg[arg].Swizzle, chan);
114 GET_SWZ(inst->Alpha.Arg[arg].Swizzle, chan);
radeon_program_tex.c 97 RC_MAKE_SWIZZLE_SMEAR(GET_SWZ(inst->U.I.SrcReg[0].Swizzle, 3));
186 RC_MAKE_SWIZZLE_SMEAR(GET_SWZ(inst->U.I.SrcReg[0].Swizzle, 3));
198 RC_MAKE_SWIZZLE_SMEAR(GET_SWZ(inst->U.I.SrcReg[0].Swizzle, 2));
radeon_dataflow_deadcode.c 191 refmask |= 1 << GET_SWZ(inst->U.I.SrcReg[src].Swizzle, chan);
radeon_pair_schedule.c 635 if (GET_SWZ(alpha->Alpha.Arg[arg].Swizzle, 0) < 3) {
639 } else if (GET_SWZ(alpha->Alpha.Arg[arg].Swizzle, 0) < 4) {
770 if (get_swz(arg->Swizzle, i) == old_swz) {
847 rc_swizzle swz = get_swz(arg->Swizzle, i);
954 unsigned int swz = get_swz(pair_inst->Alpha.Arg[i].Swizzle, j);
    [all...]
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 365 reg.swz = MAKE_SWIZZLE4(GET_SWZ(reg.swz, x),
366 GET_SWZ(reg.swz, y),
367 GET_SWZ(reg.swz, z),
368 GET_SWZ(reg.swz, w));
    [all...]

Completed in 3047 milliseconds

12