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:has_depth
(Results
1 - 11
of
11
) 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
71
if (is_zs && !
has_depth
)
in util_gen_mipmap()
/third_party/mesa3d/src/util/format/
H
A
D
u_format_table.py
236
if format.
has_depth
():
275
if format.
has_depth
():
H
A
D
u_format_parse.py
323
def
has_depth
(self):
member in Format
/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
635
assert(
has_depth
|| has_stencil);
in create_depth_clear_pipeline()
638
nir_shader *fs_nir =
has_depth
? get_depth_clear_rect_fs() : NULL;
in create_depth_clear_pipeline()
649
.depthTestEnable =
has_depth
,
in create_depth_clear_pipeline()
650
.depthWriteEnable =
has_depth
,
in create_depth_clear_pipeline()
777
const bool
has_depth
= (aspects & VK_IMAGE_ASPECT_DEPTH_BIT) ? 1 : 0;
in get_depth_clear_pipeline_cache_key()
local
778
key |= ((uint64_t)
has_depth
) << bit_offset;
in get_depth_clear_pipeline_cache_key()
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_resource.c
60
if (FD_DBG(LRZ) &&
has_depth
(rsc->b.b.format))
in fd5_setup_slices()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_resource.c
231
if (!FD_DBG(NOLRZ) &&
has_depth
(rsc->b.b.format))
in fd6_setup_slices()
H
A
D
fd6_draw.c
472
const bool
has_depth
= pfb->zsbuf;
variable
495
if (
has_depth
&& (buffers & PIPE_CLEAR_DEPTH)) {
H
A
D
fd6_gmem.c
1124
const bool
has_depth
= pfb->zsbuf;
in emit_clears()
local
1126
has_depth
&& fd_resource(pfb->zsbuf->texture)->stencil;
in emit_clears()
1129
if ((
has_depth
&& (buffers & PIPE_CLEAR_DEPTH)) ||
in emit_clears()
1523
const bool
has_depth
= pfb->zsbuf;
variable
1525
has_depth
&& fd_resource(pfb->zsbuf->texture)->stencil
/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/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
213
else if (
has_depth
) {
in crocus_resource_configure_main()
/third_party/mesa3d/src/gallium/drivers/zink/
H
A
D
zink_context.c
2217
bool
has_depth
= false;
in begin_rendering()
local
2252
has_depth
= util_format_has_depth(util_format_description(ctx->fb_state.zsbuf->format));
in begin_rendering()
2264
if (
has_depth
) {
in begin_rendering()
Completed in 17 milliseconds