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:DEBUG_SUBMIT
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_debug.h
57
#define
DEBUG_SUBMIT
(1ull << 9)
macro
H
A
D
intel_debug.c
56
{ "submit",
DEBUG_SUBMIT
},
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.c
955
if (INTEL_DEBUG(DEBUG_BATCH |
DEBUG_SUBMIT
)) {
in submit_batch()
1044
if (INTEL_DEBUG(DEBUG_BATCH |
DEBUG_SUBMIT
| DEBUG_PIPE_CONTROL)) {
in _iris_batch_flush()
H
A
D
iris_fence.c
255
if (INTEL_DEBUG(
DEBUG_SUBMIT
)) {
in iris_fence_flush()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.c
952
if (INTEL_DEBUG(DEBUG_BATCH |
DEBUG_SUBMIT
| DEBUG_PIPE_CONTROL)) {
in _crocus_batch_flush()
970
if (INTEL_DEBUG(DEBUG_BATCH |
DEBUG_SUBMIT
)) {
in _crocus_batch_flush()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_batch_chain.c
2166
if (INTEL_DEBUG(
DEBUG_SUBMIT
)) {
in anv_queue_exec_locked()
Completed in 10 milliseconds