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:max_aniso_ratio
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
6901
uint32_t
max_aniso_ratio
= radv_tex_aniso_filter(max_aniso);
in radv_init_sampler()
local
6951
S_008F30_MAX_ANISO_RATIO(
max_aniso_ratio
) | S_008F30_DEPTH_COMPARE_FUNC(depth_compare_func) |
in radv_init_sampler()
6953
S_008F30_ANISO_THRESHOLD(
max_aniso_ratio
>> 1) | S_008F30_ANISO_BIAS(
max_aniso_ratio
) |
in radv_init_sampler()
6958
S_008F34_PERF_MIP(
max_aniso_ratio
?
max_aniso_ratio
+ 6 : 0));
in radv_init_sampler()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_state.c
4742
unsigned
max_aniso_ratio
= si_tex_aniso_filter(max_aniso);
in si_create_sampler_state()
local
4768
S_008F30_CLAMP_Z(si_tex_wrap(state->wrap_r)) | S_008F30_MAX_ANISO_RATIO(
max_aniso_ratio
) |
in si_create_sampler_state()
4771
S_008F30_ANISO_THRESHOLD(
max_aniso_ratio
>> 1) | S_008F30_ANISO_BIAS(
max_aniso_ratio
) |
in si_create_sampler_state()
4777
S_008F34_PERF_MIP(
max_aniso_ratio
?
max_aniso_ratio
+ 6 : 0));
in si_create_sampler_state()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_state.c
593
unsigned
max_aniso_ratio
= r600_tex_aniso_filter(max_aniso);
in r600_create_sampler_state()
local
610
S_03C000_MAX_ANISO_RATIO(
max_aniso_ratio
) |
in r600_create_sampler_state()
H
A
D
evergreen_state.c
581
unsigned
max_aniso_ratio
= r600_tex_aniso_filter(max_aniso);
in evergreen_create_sampler_state()
local
607
S_03C000_MAX_ANISO_RATIO(
max_aniso_ratio
) |
in evergreen_create_sampler_state()
Completed in 53 milliseconds