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:can_sample_z
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.h
204
bool
can_sample_z
;
member
914
(!stencil_sampler && tex->
can_sample_z
);
in r600_can_sample_zs()
H
A
D
r600_texture.c
419
rtex->
can_sample_z
= new_tex->
can_sample_z
;
in r600_reallocate_texture_inplace()
933
rtex->
can_sample_z
= !rtex->surface.u.legacy.depth_adjusted;
in r600_texture_create_object()
939
rtex->
can_sample_z
= true;
in r600_texture_create_object()
1163
if (!rtex->
can_sample_z
&& rtex->can_sample_s) {
in r600_init_flushed_depth_texture()
1184
} else if (!rtex->can_sample_s && rtex->
can_sample_z
) {
in r600_init_flushed_depth_texture()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_texture.c
513
tex->
can_sample_z
= new_tex->
can_sample_z
;
in si_reallocate_texture_inplace()
992
tex->
can_sample_z
= true;
in si_texture_create_object()
1000
tex->
can_sample_z
= !tex->surface.u.legacy.depth_adjusted;
in si_texture_create_object()
1699
if (!tex->
can_sample_z
&& tex->can_sample_s) {
in si_init_flushed_depth_texture()
1720
} else if (!tex->can_sample_s && tex->
can_sample_z
) {
in si_init_flushed_depth_texture()
H
A
D
si_pipe.h
416
bool
can_sample_z
: 1;
member
1841
return (stencil_sampler && tex->can_sample_s) || (!stencil_sampler && tex->
can_sample_z
);
in si_can_sample_zs()
Completed in 13 milliseconds