Home
last modified time | relevance | path

Searched refs:PIPE_TEX_WRAP_REPEAT (Results 1 – 25 of 50) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pstipple.c154 templat.wrap_s = PIPE_TEX_WRAP_REPEAT; in util_pstipple_create_sampler()
155 templat.wrap_t = PIPE_TEX_WRAP_REPEAT; in util_pstipple_create_sampler()
156 templat.wrap_r = PIPE_TEX_WRAP_REPEAT; in util_pstipple_create_sampler()
/third_party/mesa3d/src/gallium/tests/graw/
Dquad-sample.c277 sampler_desc.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_tex()
278 sampler_desc.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_tex()
279 sampler_desc.wrap_r = PIPE_TEX_WRAP_REPEAT; in init_tex()
Dfs-test.c362 sampler_desc.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_tex()
363 sampler_desc.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_tex()
364 sampler_desc.wrap_r = PIPE_TEX_WRAP_REPEAT; in init_tex()
Dvs-test.c350 sampler_desc.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_tex()
351 sampler_desc.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_tex()
352 sampler_desc.wrap_r = PIPE_TEX_WRAP_REPEAT; in init_tex()
Dgs-test.c452 sampler_desc.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_tex()
453 sampler_desc.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_tex()
454 sampler_desc.wrap_r = PIPE_TEX_WRAP_REPEAT; in init_tex()
Dtex-srgb.c167 PIPE_TEX_WRAP_REPEAT, in init_tex()
Dquad-tex.c174 PIPE_TEX_WRAP_REPEAT, in init_tex()
Dtex-swizzle.c153 PIPE_TEX_WRAP_REPEAT, in init_tex()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dsampler.cpp59 addr_mode() == CL_ADDRESS_REPEAT ? PIPE_TEX_WRAP_REPEAT : in bind()
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_texture.c205 case PIPE_TEX_WRAP_REPEAT: in lima_update_tex_desc()
222 case PIPE_TEX_WRAP_REPEAT: in lima_update_tex_desc()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_conv.h98 return PIPE_TEX_WRAP_REPEAT; in vk_conv_wrap_mode()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c165 return PIPE_TEX_WRAP_REPEAT; in xa_repeat_to_gallium()
173 return PIPE_TEX_WRAP_REPEAT; in xa_repeat_to_gallium()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_texture.c40 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_texture.c39 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h164 case PIPE_TEX_WRAP_REPEAT: in translate_texture_wrapmode()
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_zscan.c328 sampler.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_state()
329 sampler.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_state()
Dvl_idct.c547 sampler.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_state()
548 sampler.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_state()
549 sampler.wrap_r = PIPE_TEX_WRAP_REPEAT; in init_state()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_state_inlines.h239 case PIPE_TEX_WRAP_REPEAT: in r300_translate_wrap()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_texture.c40 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
Dfd5_texture.c40 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c88 STATIC_ASSERT(((PIPE_TEX_WRAP_REPEAT | in st_convert_sampler()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample_aos.c97 case PIPE_TEX_WRAP_REPEAT: in lp_build_sample_wrap_nearest_int()
246 case PIPE_TEX_WRAP_REPEAT: in lp_build_sample_wrap_linear_int()
303 case PIPE_TEX_WRAP_REPEAT: in lp_build_sample_wrap_linear_int()
/third_party/mesa3d/src/mesa/main/
Dsamplerobj.c45 [GL_REPEAT & 0x1f] = PIPE_TEX_WRAP_REPEAT,
123 sampObj->Attrib.state.wrap_s = PIPE_TEX_WRAP_REPEAT; in _mesa_init_sampler_object()
124 sampObj->Attrib.state.wrap_t = PIPE_TEX_WRAP_REPEAT; in _mesa_init_sampler_object()
125 sampObj->Attrib.state.wrap_r = PIPE_TEX_WRAP_REPEAT; in _mesa_init_sampler_object()
/third_party/mesa3d/docs/gallium/cso/
Dsampler.rst24 * ``PIPE_TEX_WRAP_REPEAT``: Standard coord repeat/wrap-around mode.
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp349 return PIPE_TEX_WRAP_REPEAT; in translate_address_mode()
360 return PIPE_TEX_WRAP_REPEAT; in translate_address_mode()

12