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:TU_DEBUG_DYNAMIC
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_device.h
55
TU_DEBUG_DYNAMIC
= 1 << 20,
enumerator
H
A
D
tu_pass.c
750
if (unlikely(device->instance->debug_flags &
TU_DEBUG_DYNAMIC
))
in tu_CreateRenderPass2()
945
if (unlikely(device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_DestroyRenderPass()
H
A
D
tu_descriptor_set.c
42
if (unlikely(dev->instance->debug_flags &
TU_DEBUG_DYNAMIC
))
in descriptor_size()
1066
if (unlikely(device->instance->debug_flags &
TU_DEBUG_DYNAMIC
))
in tu_update_descriptor_sets()
1295
if (unlikely(device->instance->debug_flags &
TU_DEBUG_DYNAMIC
))
in tu_update_descriptor_set_with_template()
H
A
D
tu_device.c
363
{ "dynamic",
TU_DEBUG_DYNAMIC
},
2647
if (unlikely(device->instance->debug_flags &
TU_DEBUG_DYNAMIC
))
in tu_CreateFramebuffer()
2709
if (unlikely(device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_DestroyFramebuffer()
H
A
D
tu_shader.c
338
likely(!(dev->instance->debug_flags &
TU_DEBUG_DYNAMIC
))) {
in build_bindless()
H
A
D
tu_cmd_buffer.c
1839
if (unlikely(cmd_buffer->device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_BeginCommandBuffer()
3828
if (unlikely(cmd->device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_CmdBeginRenderPass2()
3950
if (unlikely(cmd->device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_CmdBeginRendering()
4041
if (unlikely(cmd->device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_CmdNextSubpass2()
5160
if (unlikely(cmd_buffer->device->instance->debug_flags &
TU_DEBUG_DYNAMIC
)) {
in tu_CmdEndRenderPass2()
H
A
D
tu_pipeline.c
3895
if (unlikely(dev->instance->debug_flags &
TU_DEBUG_DYNAMIC
) && !rendering_info)
in tu_pipeline_builder_init_graphics()
Completed in 23 milliseconds