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:reduction_mode
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/mesa/main/
H
A
D
samplerobj.h
115
reduction_to_gallium(GLenum
reduction_mode
)
in reduction_to_gallium()
argument
117
switch (
reduction_mode
) {
in reduction_to_gallium()
H
A
D
samplerobj.c
153
sampObj->Attrib.state.
reduction_mode
= PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE;
in _mesa_init_sampler_object()
860
samp->Attrib.state.
reduction_mode
= reduction_to_gallium(param);
in set_sampler_reduction_mode()
H
A
D
texobj.c
359
obj->Sampler.Attrib.state.
reduction_mode
= PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE;
in _mesa_initialize_texture_object()
H
A
D
texparam.c
626
texObj->Sampler.Attrib.state.
reduction_mode
= reduction_to_gallium(mode);
in set_tex_parameteri()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_util.h
266
tu6_reduction_mode(VkSamplerReductionMode
reduction_mode
)
268
return (enum a6xx_reduction_mode)
reduction_mode
;
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_sample_aos.c
693
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_fetch_image_linear()
703
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_fetch_image_linear()
716
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_fetch_image_linear()
1087
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_mipmap()
H
A
D
lp_bld_sample.h
211
unsigned
reduction_mode
:2;
member
H
A
D
lp_bld_sample_soa.c
1365
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_image_linear()
1406
bld->static_sampler_state->
reduction_mode
== PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE) {
in lp_build_sample_image_linear()
1626
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_image_linear()
1664
bld->static_sampler_state->
reduction_mode
== PIPE_TEX_REDUCTION_WEIGHTED_AVERAGE) {
in lp_build_sample_image_linear()
1709
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_image_linear()
1722
bld->static_sampler_state->
reduction_mode
,
in lp_build_sample_image_linear()
H
A
D
lp_bld_sample.c
200
state->
reduction_mode
= sampler->
reduction_mode
;
in lp_sampler_static_sampler_state()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_state.h
432
unsigned
reduction_mode
:2; /**< PIPE_TEX_REDUCTION_x */
member
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_pipe.c
252
samp.
reduction_mode
= 0;
in nine_convert_sampler_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H
A
D
lvp_private.h
266
VkSamplerReductionMode
reduction_mode
;
member
H
A
D
lvp_device.c
2173
sampler->
reduction_mode
= VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE;
in lvp_CreateSampler()
2175
sampler->
reduction_mode
= reduction_mode_create_info->reductionMode;
in lvp_CreateSampler()
H
A
D
lvp_execute.c
1069
ss->
reduction_mode
= samp->
reduction_mode
;
in fill_sampler()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_state.c
540
if (cso->
reduction_mode
== PIPE_TEX_REDUCTION_MIN)
in nv50_sampler_state_create()
542
if (cso->
reduction_mode
== PIPE_TEX_REDUCTION_MAX)
in nv50_sampler_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.c
354
switch (state->
reduction_mode
) {
in zink_create_sampler_state()
365
if (state->
reduction_mode
)
in zink_create_sampler_state()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_state_fs.c
3545
debug_printf(" .
reduction_mode
= %u\n", sampler->
reduction_mode
);
in dump_fs_variant_key()
Completed in 51 milliseconds