Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:wrap_s
(Results
1 - 25
of
86
) sorted by relevance
1
2
3
4
/third_party/skia/third_party/externals/spirv-cross/include/spirv_cross/
H
A
D
sampler.hpp
39
wrap_s
= info->
wrap_s
;
in sampler2DBase()
55
uv.x = wrap(uv.x,
wrap_s
, mips[0].width);
in sampleLod()
88
spirv_cross_wrap
wrap_s
;
member
H
A
D
external_interface.h
112
enum spirv_cross_wrap
wrap_s
;
member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_linear_priv.h
111
sampler->sampler_state.
wrap_s
== PIPE_TEX_WRAP_CLAMP_TO_EDGE &&
in is_nearest_clamp_sampler()
124
sampler->sampler_state.
wrap_s
== PIPE_TEX_WRAP_CLAMP_TO_EDGE &&
in is_linear_clamp_sampler()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H
A
D
pp_program.c
98
p->sampler.
wrap_s
= p->sampler.wrap_t = p->sampler.wrap_r =
in pp_init_prog()
106
p->sampler_point.
wrap_s
= p->sampler_point.wrap_t =
in pp_init_prog()
/third_party/mesa3d/src/mesa/main/
H
A
D
samplerobj.h
177
s->
wrap_s
= lower_gl_clamp((enum pipe_tex_wrap)s->
wrap_s
,
in _mesa_lower_gl_clamp()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H
A
D
sampler.cpp
56
info.
wrap_s
= info.wrap_t = info.wrap_r =
in bind()
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_texture.h
66
uint32_t
wrap_s
: 3;
member
H
A
D
lima_texture.c
244
desc->
wrap_s
= pipe_wrap_to_lima(sampler->base.
wrap_s
, using_nearest);
in lima_update_tex_desc()
/third_party/mesa3d/src/gallium/drivers/v3d/
H
A
D
v3dx_state.c
546
sampler.
wrap_s
= translate_wrap(cso->
wrap_s
);
in v3d_upload_sampler_state_variant()
733
enum V3DX(Wrap_Mode)
wrap_s
= translate_wrap(cso->
wrap_s
);
in v3d_create_sampler_state()
738
bool uses_border_color = (
wrap_s
== V3D_WRAP_MODE_BORDER ||
in v3d_create_sampler_state()
789
p0.s_wrap_mode =
wrap_s
;
in v3d_create_sampler_state()
/third_party/mesa3d/src/gallium/frontends/xa/
H
A
D
xa_yuv.c
79
sampler.
wrap_s
= PIPE_TEX_WRAP_CLAMP;
in xa_yuv_bind_samplers()
H
A
D
xa_composite.c
468
src_sampler.
wrap_s
= src_wrap;
in bind_samplers()
489
mask_sampler.
wrap_s
= mask_wrap;
in bind_samplers()
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_compute.c
125
sampler_state.
wrap_s
= PIPE_TEX_WRAP_CLAMP_TO_EDGE;
in util_compute_blit()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H
A
D
fd2_texture.c
108
so->tex0 = A2XX_SQ_TEX_0_CLAMP_X(tex_clamp(cso->
wrap_s
)) |
in fd2_sampler_state_create()
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_pipe.c
232
samp.
wrap_s
= PIPE_TEX_WRAP_CLAMP_TO_EDGE;
in nine_convert_sampler_state()
236
samp.
wrap_s
= d3dtextureaddress_to_pipe_tex_wrap(ss[D3DSAMP_ADDRESSU]);
in nine_convert_sampler_state()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_texture.c
99
A5XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->
wrap_s
, &so->needs_border)) |
in fd5_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_texture.c
101
A3XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->
wrap_s
, &so->needs_border)) |
in fd3_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/r300/
H
A
D
r300_state.c
1439
if (sampler->state.
wrap_s
== PIPE_TEX_WRAP_CLAMP)
in r300_create_sampler_state()
1440
sampler->state.
wrap_s
= PIPE_TEX_WRAP_CLAMP_TO_EDGE;
in r300_create_sampler_state()
1441
else if (sampler->state.
wrap_s
== PIPE_TEX_WRAP_MIRROR_CLAMP)
in r300_create_sampler_state()
1442
sampler->state.
wrap_s
= PIPE_TEX_WRAP_MIRROR_CLAMP_TO_EDGE;
in r300_create_sampler_state()
1458
(r300_translate_wrap(sampler->state.
wrap_s
) << R300_TX_WRAP_S_SHIFT) |
in r300_create_sampler_state()
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dvx_device.c
235
s.
wrap_s
= vk_to_v3d_wrap_mode[pCreateInfo->addressModeU];
in pack_sampler_state()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
420
unsigned
wrap_s
:3; /**< PIPE_TEX_WRAP_x */
member
/third_party/mesa3d/src/gallium/tests/graw/
H
A
D
graw_util.h
293
sampler_desc.
wrap_s
=
in graw_util_create_simple_sampler()
H
A
D
quad-sample.c
277
sampler_desc.
wrap_s
= PIPE_TEX_WRAP_REPEAT;
in init_tex()
/third_party/mesa3d/src/mesa/state_tracker/
H
A
D
st_atom_sampler.c
95
(sampler->
wrap_s
| sampler->wrap_t | sampler->wrap_r) & 0x1) {
in st_convert_sampler()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H
A
D
nv30_texture.c
141
so->wrap = (wrap_mode(cso->
wrap_s
) << NV30_3D_TEX_WRAP_S__SHIFT) |
in nv30_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_texture.c
100
A4XX_TEX_SAMP_0_WRAP_S(tex_clamp(cso->
wrap_s
, &so->needs_border)) |
in fd4_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/i915/
H
A
D
i915_state_sampler.c
135
const unsigned ws = sampler->templ->
wrap_s
;
in update_sampler()
Completed in 17 milliseconds
1
2
3
4