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:LIMA_DEBUG_GP
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/
H
A
D
lima_ir.h
34
if (lima_debug &
LIMA_DEBUG_GP
) \
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_screen.h
37
#define
LIMA_DEBUG_GP
(1 << 0)
macro
H
A
D
lima_screen.c
580
{ "gp",
LIMA_DEBUG_GP
,
H
A
D
lima_program.c
487
if (lima_debug &
LIMA_DEBUG_GP
)
in lima_vs_compile_shader()
H
A
D
lima_draw.c
879
if (lima_debug &
LIMA_DEBUG_GP
) {
in lima_update_gp_uniform()
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
H
A
D
lima_compiler_cmdline.c
182
lima_debug =
LIMA_DEBUG_GP
| LIMA_DEBUG_PP;
in main()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H
A
D
node.c
468
if (!(lima_debug &
LIMA_DEBUG_GP
))
in gpir_node_print_prog_dep()
489
if (!(lima_debug &
LIMA_DEBUG_GP
))
in gpir_node_print_prog_seq()
H
A
D
regalloc.c
185
if (!(lima_debug &
LIMA_DEBUG_GP
))
in print_liveness()
571
if (!(lima_debug &
LIMA_DEBUG_GP
))
in regalloc_print_result()
H
A
D
scheduler.c
1515
if (!(lima_debug &
LIMA_DEBUG_GP
))
in schedule_print_pre_one_instr()
1540
if (!(lima_debug &
LIMA_DEBUG_GP
))
in schedule_print_post_one_instr()
1722
if (lima_debug &
LIMA_DEBUG_GP
) {
in gpir_schedule_prog()
H
A
D
codegen.c
609
if (lima_debug &
LIMA_DEBUG_GP
) {
in gpir_codegen_prog()
Completed in 11 milliseconds