Searched refs:pipe_tex_wrap (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | samplerobj.h | 79 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 D | samplerobj.c | 45 const enum pipe_tex_wrap wrap_to_gallium_table[32] = {
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.h | 104 enum pipe_tex_wrap wrap_r; 105 enum pipe_tex_wrap wrap_s; 106 enum pipe_tex_wrap wrap_t;
|
H A D | d3d12_context.cpp | 585 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 D | p_defines.h | 184 enum pipe_tex_wrap { enum
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample.h | 562 lp_sampler_wrap_mode_uses_border_color(enum pipe_tex_wrap mode,
|
H A D | lp_bld_sample.c | 64 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 D | clc_compiler.c | 679 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 D | dxil_nir_lower_int_samplers.c | 186 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 D | agx_state.c | 305 agx_wrap_from_pipe(enum pipe_tex_wrap in) in agx_wrap_from_pipe()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
H A D | pan_cmdstream.c | 153 translate_tex_wrap(enum pipe_tex_wrap w, bool using_nearest) in translate_tex_wrap()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_context.c | 272 sampler_address_mode(enum pipe_tex_wrap filter) in sampler_address_mode()
|
Completed in 45 milliseconds