Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H A Dsampler.hpp39 wrap_s = info->wrap_s; in sampler2DBase()
55 uv.x = wrap(uv.x, wrap_s, mips[0].width); in sampleLod()
88 spirv_cross_wrap wrap_s; member
H A Dexternal_interface.h112 enum spirv_cross_wrap wrap_s; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_linear_priv.h111 sampler->sampler_state.wrap_s == PIPE_TEX_WRAP_CLAMP_TO_EDGE && in is_nearest_clamp_sampler()
124 sampler->sampler_state.wrap_s == PIPE_TEX_WRAP_CLAMP_TO_EDGE && in is_linear_clamp_sampler()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c98 p->sampler.wrap_s = p->sampler.wrap_t = p->sampler.wrap_r = in pp_init_prog()
106 p->sampler_point.wrap_s = p->sampler_point.wrap_t = in pp_init_prog()
/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.h177 s->wrap_s = lower_gl_clamp((enum pipe_tex_wrap)s->wrap_s, in _mesa_lower_gl_clamp()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dsampler.cpp56 info.wrap_s = info.wrap_t = info.wrap_r = in bind()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.h66 uint32_t wrap_s: 3; member
H A Dlima_texture.c244 desc->wrap_s = pipe_wrap_to_lima(sampler->base.wrap_s, using_nearest); in lima_update_tex_desc()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3dx_state.c546 sampler.wrap_s = translate_wrap(cso->wrap_s); in v3d_upload_sampler_state_variant()
733 enum V3DX(Wrap_Mode) wrap_s = translate_wrap(cso->wrap_s); in v3d_create_sampler_state()
738 bool uses_border_color = (wrap_s == V3D_WRAP_MODE_BORDER || in v3d_create_sampler_state()
789 p0.s_wrap_mode = wrap_s; in v3d_create_sampler_state()
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_yuv.c79 sampler.wrap_s = PIPE_TEX_WRAP_CLAMP; in xa_yuv_bind_samplers()
H A Dxa_composite.c468 src_sampler.wrap_s = src_wrap; in bind_samplers()
489 mask_sampler.wrap_s = mask_wrap; in bind_samplers()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_compute.c125 sampler_state.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE; in util_compute_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c108 so->tex0 = A2XX_SQ_TEX_0_CLAMP_X(tex_clamp(cso->wrap_s)) | in fd2_sampler_state_create()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.c232 samp.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE; in nine_convert_sampler_state()
236 samp.wrap_s = d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]); in nine_convert_sampler_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_texture.c99 A5XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd5_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c101 A3XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd3_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c1439 if (sampler->state.wrap_s == PIPE_TEX_WRAP_CLAMP) in r300_create_sampler_state()
1440 sampler->state.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE; in r300_create_sampler_state()
1441 else if (sampler->state.wrap_s == PIPE_TEX_WRAP_MIRROR_CLAMP) in r300_create_sampler_state()
1442 sampler->state.wrap_s = PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in r300_create_sampler_state()
1458 (r300_translate_wrap(sampler->state.wrap_s) << R300_TX_WRAP_S_SHIFT) | in r300_create_sampler_state()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_device.c235 s.wrap_s = vk_to_v3d_wrap_mode[pCreateInfo->addressModeU]; in pack_sampler_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h420 unsigned wrap_s:3; /**< PIPE_TEX_WRAP_x */ member
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h293 sampler_desc.wrap_s = in graw_util_create_simple_sampler()
H A Dquad-sample.c277 sampler_desc.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_tex()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_sampler.c95 (sampler->wrap_s | sampler->wrap_t | sampler->wrap_r) & 0x1) { in st_convert_sampler()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_texture.c141 so->wrap = (wrap_mode(cso->wrap_s) << NV30_3D_TEX_WRAP_S__SHIFT) | in nv30_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c100 A4XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->wrap_s, &so->needs_border)) | in fd4_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c135 const unsigned ws = sampler->templ->wrap_s; in update_sampler()

Completed in 18 milliseconds

1234