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:cond_stack_depth
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_cs.h
97
uint32_t
cond_stack_depth
;
member
384
assert(cs->
cond_stack_depth
< TU_COND_EXEC_STACK_SIZE);
in tu_cond_exec_start()
389
cs->cond_flags[cs->
cond_stack_depth
] = cond_flags;
in tu_cond_exec_start()
390
cs->cond_dwords[cs->
cond_stack_depth
] = cs->cur;
in tu_cond_exec_start()
395
cs->
cond_stack_depth
++;
in tu_cond_exec_start()
405
assert(cs->
cond_stack_depth
> 0);
in tu_cond_exec_end()
406
cs->
cond_stack_depth
--;
in tu_cond_exec_end()
408
cs->cond_flags[cs->
cond_stack_depth
] = 0;
in tu_cond_exec_end()
410
*cs->cond_dwords[cs->
cond_stack_depth
] =
in tu_cond_exec_end()
411
cs->cur - cs->cond_dwords[cs->
cond_stack_depth
]
in tu_cond_exec_end()
[all...]
H
A
D
tu_cs.c
362
for (uint32_t i = 0; i < cs->
cond_stack_depth
; i++) {
in tu_cs_reserve_space()
376
if (cs->
cond_stack_depth
) {
in tu_cs_reserve_space()
381
for (uint32_t i = 0; i < cs->
cond_stack_depth
; i++) {
in tu_cs_reserve_space()
H
A
D
tu_cmd_buffer.c
143
assert(!cs->
cond_stack_depth
);
in tu_emit_cache_flush_ccu()
Completed in 9 milliseconds