Searched refs:wrap_s (Results 1 - 25 of 155) sorted by relevance

1234567

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dpp_program.c97 p->sampler.wrap_s = p->sampler.wrap_t = p->sampler.wrap_r =
105 p->sampler_point.wrap_s = p->sampler_point.wrap_t =
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_linear_priv.h111 sampler->sampler_state.wrap_s == PIPE_TEX_WRAP_CLAMP_TO_EDGE &&
124 sampler->sampler_state.wrap_s == PIPE_TEX_WRAP_CLAMP_TO_EDGE &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/core/core/
H A Dsampler.cpp56 info.wrap_s = info.wrap_t = info.wrap_r =
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/core/
H A Dsampler.cpp56 info.wrap_s = info.wrap_t = info.wrap_r =
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/
H A Dpp_program.c98 p->sampler.wrap_s = p->sampler.wrap_t = p->sampler.wrap_r =
106 p->sampler_point.wrap_s = p->sampler_point.wrap_t =
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c110 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP);
123 A3XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) |
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dsamplerobj.h250 s->wrap_s = lower_gl_clamp((enum pipe_tex_wrap)s->wrap_s,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xa/
H A Dxa_yuv.c79 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP;
H A Dxa_composite.c468 src_sampler.wrap_s = src_wrap;
489 mask_sampler.wrap_s = mask_wrap;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_compute.c130 sampler_state.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
H A Du_pstipple.c154 templat.wrap_s = PIPE_TEX_WRAP_REPEAT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c109 A2XX_SQ_TEX_0_CLAMP_X(tex_clamp(cso->wrap_s)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_compute.c125 sampler_state.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xa/
H A Dxa_yuv.c79 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP;
H A Dxa_composite.c468 src_sampler.wrap_s = src_wrap;
489 mask_sampler.wrap_s = mask_wrap;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atom_sampler.c113 sampler->wrap_s = gl_wrap_xlate(msamp->WrapS);
158 (sampler->wrap_s | sampler->wrap_t | sampler->wrap_r) & 0x1 &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c110 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP);
121 A4XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c110 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP);
121 A5XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c537 sampler.wrap_s = translate_wrap(cso->wrap_s, either_nearest);
723 enum V3DX(Wrap_Mode) wrap_s = translate_wrap(cso->wrap_s,
730 bool uses_border_color = (wrap_s == V3D_WRAP_MODE_BORDER ||
760 p0.s_wrap_mode = wrap_s;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3dx_state.c539 sampler.wrap_s = translate_wrap(cso->wrap_s);
722 enum V3DX(Wrap_Mode) wrap_s = translate_wrap(cso->wrap_s);
726 bool uses_border_color = (wrap_s == V3D_WRAP_MODE_BORDER ||
756 p0.s_wrap_mode = wrap_s;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_pipe.c230 samp.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
234 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_texture.c116 so->saturate_s = (cso->wrap_s == PIPE_TEX_WRAP_CLAMP);
127 A6XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, clamp_to_edge, &so->needs_border)) |
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_pipe.c232 samp.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
236 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_state.h403 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */ member in struct:pipe_sampler_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_wallpaper.c177 .wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE,

Completed in 19 milliseconds

1234567