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:record_ir
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_interface.cpp
150
if (options->
record_ir
) {
in aco_postprocess_shader()
250
bool get_disasm = options->dump_shader || options->
record_ir
;
in aco_compile_shader()
305
bool get_disasm = options->dump_shader || options->
record_ir
;
in aco_compile_vs_prolog()
350
bool get_disasm = options->dump_shader || options->
record_ir
;
in aco_compile_ps_epilog()
H
A
D
aco_shader_info.h
189
bool
record_ir
;
member
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_aco_shader_info.h
163
ASSIGN_FIELD(
record_ir
);
in radv_aco_convert_opts()
H
A
D
radv_shader.c
2216
options->
record_ir
= keep_shader_info;
2227
if (radv_use_llvm_for_stage(device, stage) || options->dump_shader || options->
record_ir
)
2434
options.
record_ir
= device->instance->debug_flags & RADV_DEBUG_HANG;
2457
if (options.dump_shader || options.
record_ir
)
2496
options.
record_ir
= device->instance->debug_flags & RADV_DEBUG_HANG;
2507
if (options.dump_shader || options.
record_ir
)
H
A
D
radv_shader.h
125
bool
record_ir
;
member
H
A
D
radv_nir_to_llvm.c
1573
if (options->
record_ir
) {
in ac_compile_llvm_module()
Completed in 12 milliseconds