Home
last modified time | relevance | path

Searched refs:PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h106 return PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in vk_conv_wrap_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c47 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c51 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h176 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in translate_texture_wrapmode()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h251 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in r300_translate_wrap()
Dr300_state.c1412 sampler->state.wrap_s = PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in r300_create_sampler_state()
1418 sampler->state.wrap_t = PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in r300_create_sampler_state()
1424 sampler->state.wrap_r = PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in r300_create_sampler_state()
Dr300_fs.c193 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in get_external_state()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.h238 PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in lower_gl_clamp()
Dsamplerobj.c51 [GL_MIRROR_CLAMP_TO_EDGE & 0x1f] = PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE,
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c47 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c47 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in tex_clamp()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c91 PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE) & 0x1) == 0); in st_convert_sampler()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c123 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in lp_build_sample_wrap_nearest_int()
284 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in lp_build_sample_wrap_linear_int()
354 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in lp_build_sample_wrap_linear_int()
Dlp_bld_sample.c72 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in lp_sampler_wrap_mode_uses_border_color()
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst38 * ``PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE``: First, the absolute value of the
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h191 PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c60 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in translate_wrap_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_texture.c59 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in tex_clamp()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.h764 case D3DTADDRESS_MIRRORONCE: return PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in d3dtextureaddress_to_pipe_tex_wrap()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_samplers.c202 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in wrap_coords()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp357 return PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE; in translate_address_mode()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_state.c523 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in V3DX()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c471 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in nv50_tsc_wrap_mode()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c2989 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in get_nearest_wrap()
3033 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: in get_linear_wrap()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp571 case PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE: return D3D12_TEXTURE_ADDRESS_MODE_MIRROR_ONCE; in sampler_address_mode()

12