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
defs:has_depth
(Results
1 - 8
of
8
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/
H
A
D
u_gen_mipmap.c
67
boolean
has_depth
=
in util_gen_mipmap()
local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_draw.c
472
const bool
has_depth
= pfb->zsbuf;
variable
H
A
D
fd6_gmem.c
1124
const bool
has_depth
= pfb->zsbuf;
in emit_clears()
local
1523
const bool
has_depth
= pfb->zsbuf;
variable
/third_party/mesa3d/src/util/format/
H
A
D
u_format_parse.py
323
def
has_depth
(self):
member in Format
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_resource.h
252
has_depth
(enum pipe_format format)
in has_depth()
function
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_meta_clear.c
633
const bool
has_depth
= aspects & VK_IMAGE_ASPECT_DEPTH_BIT;
in create_depth_clear_pipeline()
local
777
const bool
has_depth
= (aspects & VK_IMAGE_ASPECT_DEPTH_BIT) ? 1 : 0;
in get_depth_clear_pipeline_cache_key()
local
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_resource.c
179
const bool
has_depth
= util_format_has_depth(format_desc);
in crocus_resource_configure_main()
local
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.c
2217
bool
has_depth
= false;
in begin_rendering()
local
Completed in 17 milliseconds