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:NIR_DEBUG
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir.c
95
DEBUG_GET_ONCE_FLAGS_OPTION(nir_debug, "
NIR_DEBUG
", nir_debug_control, 0)
101
nir_debug_print_shader[MESA_SHADER_VERTEX] =
NIR_DEBUG
(PRINT_VS);
in nir_process_debug_variable_once()
102
nir_debug_print_shader[MESA_SHADER_TESS_CTRL] =
NIR_DEBUG
(PRINT_TCS);
in nir_process_debug_variable_once()
103
nir_debug_print_shader[MESA_SHADER_TESS_EVAL] =
NIR_DEBUG
(PRINT_TES);
in nir_process_debug_variable_once()
104
nir_debug_print_shader[MESA_SHADER_GEOMETRY] =
NIR_DEBUG
(PRINT_GS);
in nir_process_debug_variable_once()
105
nir_debug_print_shader[MESA_SHADER_FRAGMENT] =
NIR_DEBUG
(PRINT_FS);
in nir_process_debug_variable_once()
106
nir_debug_print_shader[MESA_SHADER_COMPUTE] =
NIR_DEBUG
(PRINT_CS);
in nir_process_debug_variable_once()
107
nir_debug_print_shader[MESA_SHADER_TASK] =
NIR_DEBUG
(PRINT_TS);
in nir_process_debug_variable_once()
108
nir_debug_print_shader[MESA_SHADER_MESH] =
NIR_DEBUG
(PRINT_MS);
in nir_process_debug_variable_once()
109
nir_debug_print_shader[MESA_SHADER_RAYGEN] =
NIR_DEBUG
(PRINT_RG
in nir_process_debug_variable_once()
[all...]
H
A
D
nir_validate.c
1675
NIR_DEBUG
(VALIDATE_SSA_DOMINANCE);
in validate_function_impl()
1701
state->shader_gc_list =
NIR_DEBUG
(VALIDATE_GC_LIST) ?
in init_validate_state()
1753
if (
NIR_DEBUG
(NOVALIDATE))
in nir_validate_shader()
1824
if (
NIR_DEBUG
(NOVALIDATE))
in nir_validate_ssa_dominance()
H
A
D
nir.h
68
#define
NIR_DEBUG
(flag) unlikely(nir_debug & (NIR_DEBUG_ ## flag))
macro
70
#define
NIR_DEBUG
(flag) false
macro
4388
if (
NIR_DEBUG
(CLONE)) { \
4392
if (
NIR_DEBUG
(SERIALIZE)) { \
H
A
D
nir_print.c
201
if (instr->type == nir_instr_type_load_const &&
NIR_DEBUG
(PRINT_CONSTS)) {
in print_ssa_use()
/third_party/mesa3d/.gitlab-ci/
H
A
D
crosvm-runner.sh
93
NIR_DEBUG
="novalidate" \
/third_party/mesa3d/src/gallium/auxiliary/nir/
H
A
D
tgsi_to_nir.c
2649
if (
NIR_DEBUG
(TGSI)) {
in tgsi_to_nir()
2661
if (
NIR_DEBUG
(TGSI)) {
in tgsi_to_nir()
H
A
D
nir_to_tgsi.c
3841
if (
NIR_DEBUG
(TGSI)) {
in nir_to_tgsi_options()
3888
if (
NIR_DEBUG
(TGSI)) {
in nir_to_tgsi_options()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_pipe.c
1235
if (
NIR_DEBUG
(PRINT)) {
in radeonsi_screen_create_impl()
H
A
D
si_state_shaders.cpp
161
nir_serialize(&blob, sel->nir,
NIR_DEBUG
(PRINT) == 0);
in si_get_ir_cache_key()
2979
nir_serialize(&blob, sel->nir,
NIR_DEBUG
(PRINT) == 0);
Completed in 26 milliseconds