Home
last modified time | relevance | path

Searched refs:pipe_tex_wrap (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dsamplerobj.h79 extern const enum pipe_tex_wrap wrap_to_gallium_table[32];
84 static inline enum pipe_tex_wrap
157 static inline enum pipe_tex_wrap
158 lower_gl_clamp(enum pipe_tex_wrap old_wrap, GLenum wrap, bool clamp_to_border) in lower_gl_clamp()
177 s->wrap_s = lower_gl_clamp((enum pipe_tex_wrap)s->wrap_s, in _mesa_lower_gl_clamp()
179 s->wrap_t = lower_gl_clamp((enum pipe_tex_wrap)s->wrap_t, in _mesa_lower_gl_clamp()
181 s->wrap_r = lower_gl_clamp((enum pipe_tex_wrap)s->wrap_r, in _mesa_lower_gl_clamp()
H A Dsamplerobj.c45 const enum pipe_tex_wrap wrap_to_gallium_table[32] = {
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h104 enum pipe_tex_wrap wrap_r;
105 enum pipe_tex_wrap wrap_s;
106 enum pipe_tex_wrap wrap_t;
H A Dd3d12_context.cpp585 sampler_address_mode(enum pipe_tex_wrap wrap, enum pipe_tex_filter filter) in sampler_address_mode()
654 ss->wrap_r = (pipe_tex_wrap)state->wrap_r; in d3d12_create_sampler_state()
655 ss->wrap_s = (pipe_tex_wrap)state->wrap_s; in d3d12_create_sampler_state()
656 ss->wrap_t = (pipe_tex_wrap)state->wrap_t; in d3d12_create_sampler_state()
683 desc.AddressU = sampler_address_mode((pipe_tex_wrap) state->wrap_s, in d3d12_create_sampler_state()
685 desc.AddressV = sampler_address_mode((pipe_tex_wrap) state->wrap_t, in d3d12_create_sampler_state()
687 desc.AddressW = sampler_address_mode((pipe_tex_wrap) state->wrap_r, in d3d12_create_sampler_state()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h184 enum pipe_tex_wrap { enum
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.h562 lp_sampler_wrap_mode_uses_border_color(enum pipe_tex_wrap mode,
H A Dlp_bld_sample.c64 lp_sampler_wrap_mode_uses_border_color(enum pipe_tex_wrap mode, in lp_sampler_wrap_mode_uses_border_color()
/third_party/mesa3d/src/microsoft/clc/
H A Dclc_compiler.c679 static enum pipe_tex_wrap
688 return (enum pipe_tex_wrap)-1; in wrap_from_cl_addressing()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir_lower_int_samplers.c186 wrap_coords(nir_builder *b, nir_ssa_def *coords, enum pipe_tex_wrap wrap, in wrap_coords()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c305 agx_wrap_from_pipe(enum pipe_tex_wrap in) in agx_wrap_from_pipe()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c153 translate_tex_wrap(enum pipe_tex_wrap w, bool using_nearest) in translate_tex_wrap()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_context.c272 sampler_address_mode(enum pipe_tex_wrap filter) in sampler_address_mode()

Completed in 45 milliseconds