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_BATCH
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.c
218
if (INTEL_DEBUG(
DEBUG_BATCH
)) {
in crocus_init_batch()
249
if (INTEL_DEBUG(
DEBUG_BATCH
)) {
in crocus_init_batch()
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()
975
if (INTEL_DEBUG(
DEBUG_BATCH
)) {
in _crocus_batch_flush()
/third_party/mesa3d/src/intel/dev/
H
A
D
intel_debug.h
52
#define
DEBUG_BATCH
(1ull << 4)
macro
H
A
D
intel_debug.c
50
{ "bat",
DEBUG_BATCH
},
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.c
948
if (INTEL_DEBUG(
DEBUG_BATCH
))
in submit_batch()
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_context.c
369
if (INTEL_DEBUG(
DEBUG_BATCH
))
in iris_create_context()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_batch_chain.c
2178
if (INTEL_DEBUG(
DEBUG_BATCH
)) {
in anv_queue_exec_locked()
2450
if (INTEL_DEBUG(
DEBUG_BATCH
)) {
in anv_queue_submit_simple_batch()
H
A
D
anv_device.c
3143
if (INTEL_DEBUG(
DEBUG_BATCH
)) {
in anv_CreateDevice()
3654
if (INTEL_DEBUG(
DEBUG_BATCH
))
in anv_DestroyDevice()
Completed in 15 milliseconds