HomeSort by relevance Sort by last modified time
    Searched refs:PIPE_SWIZZLE_0 (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_sampler.c 78 if (desc->swizzle[1] == PIPE_SWIZZLE_0) {
81 if (desc->swizzle[2] == PIPE_SWIZZLE_0) {
97 PIPE_SWIZZLE_0);
u_format.c 102 desc->swizzle[0] == PIPE_SWIZZLE_0 &&
103 desc->swizzle[1] == PIPE_SWIZZLE_0 &&
104 desc->swizzle[2] == PIPE_SWIZZLE_0 &&
859 else if (swz[i] == PIPE_SWIZZLE_0)
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c 513 if (swizzle[i] == PIPE_SWIZZLE_0
521 if (swizzle[i] < PIPE_SWIZZLE_0 && swizzle[i] != i)
664 && swizzle[0] < PIPE_SWIZZLE_0
665 && swizzle[1] < PIPE_SWIZZLE_0
666 && swizzle[2] < PIPE_SWIZZLE_0
667 && swizzle[3] < PIPE_SWIZZLE_0) {
672 && swizzle[0] < PIPE_SWIZZLE_0
673 && swizzle[1] < PIPE_SWIZZLE_0) {
677 if (swizzle[0] < PIPE_SWIZZLE_0) {
682 imms[swizzle[0] - PIPE_SWIZZLE_0]);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 321 if (desc->swizzle[0] == PIPE_SWIZZLE_0)
323 if (desc->swizzle[1] == PIPE_SWIZZLE_0)
325 if (desc->swizzle[2] == PIPE_SWIZZLE_0)
327 if (desc->swizzle[3] == PIPE_SWIZZLE_0)
  /external/mesa3d/src/gallium/drivers/freedreno/a2xx/
fd2_util.c 301 case PIPE_SWIZZLE_0: return SQ_TEX_ZERO;
314 PIPE_SWIZZLE_0, PIPE_SWIZZLE_1,
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 261 if ( view->swizzle_r == PIPE_SWIZZLE_0 &&
262 view->swizzle_g == PIPE_SWIZZLE_0 &&
263 view->swizzle_b == PIPE_SWIZZLE_0 &&
  /external/mesa3d/src/gallium/tests/graw/
tex-swizzle.c 193 return PIPE_SWIZZLE_0;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 380 case PIPE_SWIZZLE_0:
418 case PIPE_SWIZZLE_0:
582 case PIPE_SWIZZLE_0:
lp_bld_format_aos.c 61 * according to the format description. PIPE_SWIZZLE_0/ONE are supported
85 swizzle = PIPE_SWIZZLE_0;
lp_bld_sample_soa.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 909 desc->swizzle[0] == PIPE_SWIZZLE_0 &&
910 desc->swizzle[1] == PIPE_SWIZZLE_0 &&
911 desc->swizzle[2] == PIPE_SWIZZLE_0 &&
928 desc->swizzle[1] == PIPE_SWIZZLE_0 &&
929 desc->swizzle[2] == PIPE_SWIZZLE_0 &&
965 desc->swizzle[1] == PIPE_SWIZZLE_0 &&
966 desc->swizzle[2] == PIPE_SWIZZLE_0 &&
978 if ((desc->swizzle[0] == TGSI_SWIZZLE_X || desc->swizzle[0] == PIPE_SWIZZLE_0) &&
979 (desc->swizzle[1] == TGSI_SWIZZLE_Y || desc->swizzle[1] == PIPE_SWIZZLE_0) &&
980 (desc->swizzle[2] == TGSI_SWIZZLE_Z || desc->swizzle[2] == PIPE_SWIZZLE_0) &
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 566 PIPE_SWIZZLE_0,
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 138 const unsigned char swizzles[4] = { PIPE_SWIZZLE_X, PIPE_SWIZZLE_0,
139 PIPE_SWIZZLE_0, PIPE_SWIZZLE_0 };
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
basetexture9.c 485 #define SWIZZLE_TO_REPLACE(s) (s == PIPE_SWIZZLE_0 || \
530 swizzle[1] = PIPE_SWIZZLE_0;
531 swizzle[2] = PIPE_SWIZZLE_0;
device9.c 449 templ.swizzle_r = PIPE_SWIZZLE_0;
450 templ.swizzle_g = PIPE_SWIZZLE_0;
451 templ.swizzle_b = PIPE_SWIZZLE_0;
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/a5xx/
fd5_format.c 424 case PIPE_SWIZZLE_0: return A5XX_TEX_ZERO;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_format.c 377 case PIPE_SWIZZLE_0: return A3XX_TEX_ZERO;
  /external/mesa3d/src/gallium/drivers/freedreno/a4xx/
fd4_format.c 425 case PIPE_SWIZZLE_0: return A4XX_TEX_ZERO;
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_tex.c 40 case PIPE_SWIZZLE_0:
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture.c 142 case PIPE_SWIZZLE_0:
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_vs.c 624 case PIPE_SWIZZLE_0:
    [all...]
ilo_shader_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_tex.c 45 case PIPE_SWIZZLE_0:
    [all...]

Completed in 463 milliseconds

1 2