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:level_zero_only
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_linear_priv.h
78
(sampler->texture_state.
level_zero_only
||
in is_nearest_sampler()
96
(sampler->texture_state.
level_zero_only
||
in is_linear_sampler()
H
A
D
lp_state_cs.c
703
debug_printf(" .
level_zero_only
= %u\n",
in dump_cs_variant_key()
704
texture->
level_zero_only
);
in dump_cs_variant_key()
718
debug_printf(" .
level_zero_only
= %u\n",
in dump_cs_variant_key()
719
image->
level_zero_only
);
in dump_cs_variant_key()
H
A
D
lp_state_fs.c
3556
debug_printf(" .
level_zero_only
= %u\n",
in dump_fs_variant_key()
3557
texture->
level_zero_only
);
in dump_fs_variant_key()
3571
debug_printf(" .
level_zero_only
= %u\n",
in dump_fs_variant_key()
3572
image->
level_zero_only
);
in dump_fs_variant_key()
3750
if (samp0->texture_state.
level_zero_only
) {
in generate_variant()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_sample.h
182
unsigned
level_zero_only
:1;
member
H
A
D
lp_bld_sample.c
122
state->
level_zero_only
= !view->u.tex.last_level;
in lp_sampler_static_texture_state()
160
state->
level_zero_only
= 0;
in lp_sampler_static_texture_state_image()
H
A
D
lp_bld_sample_soa.c
3409
if (!static_texture_state->
level_zero_only
||
in lp_build_sample_soa_code()
4311
static_texture_state->
level_zero_only
== TRUE) &&
in lp_build_sample_soa()
4537
if (static_state->
level_zero_only
) {
in lp_build_size_query_soa()
Completed in 21 milliseconds