Home
last modified time | relevance | path

Searched refs:PIPE_TEX_WRAP_REPEAT (Results 1 - 25 of 49) sorted by relevance

12

/third_party/mesa3d/src/gallium/tests/graw/
H A 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()
H A 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()
H A 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()
H A 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()
H A Dquad-tex.c174 PIPE_TEX_WRAP_REPEAT, in init_tex()
H A Dtex-swizzle.c153 PIPE_TEX_WRAP_REPEAT, in init_tex()
H A Dtex-srgb.c167 PIPE_TEX_WRAP_REPEAT, in init_tex()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A 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/frontends/clover/core/
H A Dsampler.cpp59 addr_mode() == CL_ADDRESS_REPEAT ? PIPE_TEX_WRAP_REPEAT : in bind()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_conv.h98 return PIPE_TEX_WRAP_REPEAT; in vk_conv_wrap_mode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_texture.c39 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/frontends/xa/
H A 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/a5xx/
H A Dfd5_texture.c40 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_translate.h165 case PIPE_TEX_WRAP_REPEAT: in translate_texture_wrapmode()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_texture.c40 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h239 case PIPE_TEX_WRAP_REPEAT: in r300_translate_wrap()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_zscan.c328 sampler.wrap_s = PIPE_TEX_WRAP_REPEAT; in init_state()
329 sampler.wrap_t = PIPE_TEX_WRAP_REPEAT; in init_state()
H A 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/mesa/state_tracker/
H A Dst_atom_sampler.c87 STATIC_ASSERT(((PIPE_TEX_WRAP_REPEAT | in st_convert_sampler()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c40 case PIPE_TEX_WRAP_REPEAT: in tex_clamp()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.c125 case PIPE_TEX_WRAP_REPEAT: in pipe_wrap_to_lima()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A 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/
H A Dsamplerobj.c46 [GL_REPEAT & 0x1f] = PIPE_TEX_WRAP_REPEAT,
124 sampObj->Attrib.state.wrap_s = PIPE_TEX_WRAP_REPEAT; in _mesa_init_sampler_object()
125 sampObj->Attrib.state.wrap_t = PIPE_TEX_WRAP_REPEAT; in _mesa_init_sampler_object()
126 sampObj->Attrib.state.wrap_r = PIPE_TEX_WRAP_REPEAT; in _mesa_init_sampler_object()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h185 PIPE_TEX_WRAP_REPEAT, enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_sampler.c46 case PIPE_TEX_WRAP_REPEAT: in translate_wrap_mode()

Completed in 20 milliseconds

12