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:gallivm_debug
(Results
1 - 17
of
17
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
70
unsigned
gallivm_debug
= 0;
variable
82
DEBUG_GET_ONCE_FLAGS_OPTION(
gallivm_debug
, "GALLIVM_DEBUG", lp_bld_debug_flags, 0)
436
gallivm_debug
= debug_get_option_gallivm_debug();
in lp_build_init()
567
if (
gallivm_debug
& GALLIVM_DEBUG_IR) {
in gallivm_verify_function()
603
if (
gallivm_debug
& GALLIVM_DEBUG_DUMP_BC) {
in gallivm_compile_module()
618
if (
gallivm_debug
& GALLIVM_DEBUG_PERF)
in gallivm_compile_module()
666
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in gallivm_compile_module()
701
if (
gallivm_debug
& GALLIVM_DEBUG_ASM) {
in gallivm_compile_module()
746
if (
gallivm_debug
& GALLIVM_DEBUG_PERF)
in gallivm_jit_function()
753
if (
gallivm_debug
in gallivm_jit_function()
[all...]
H
A
D
lp_bld_debug.h
60
extern unsigned
gallivm_debug
;
62
#define
gallivm_debug
0
macro
H
A
D
lp_bld_misc.cpp
134
if (
gallivm_debug
& (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) {
in init_native_targets()
478
if (
gallivm_debug
& (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) {
in lp_build_create_jit_compiler_for_module()
542
if (
gallivm_debug
& (GALLIVM_DEBUG_IR | GALLIVM_DEBUG_ASM | GALLIVM_DEBUG_DUMP_BC)) {
in lp_build_create_jit_compiler_for_module()
H
A
D
lp_bld_format_aos.c
657
if (
gallivm_debug
& GALLIVM_DEBUG_PERF && !type.floating) {
in lp_build_fetch_rgba_aos()
814
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in lp_build_fetch_rgba_aos()
920
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in lp_build_fetch_rgba_aos()
H
A
D
lp_bld_intr.c
272
if (
gallivm_debug
& GALLIVM_DEBUG_IR) {
in lp_build_intrinsic()
H
A
D
lp_bld_logic.c
204
(
gallivm_debug
& GALLIVM_DEBUG_PERF)) {
in lp_build_compare()
H
A
D
lp_bld_tgsi_info.c
632
if (
gallivm_debug
& GALLIVM_DEBUG_TGSI) {
in lp_build_tgsi_info()
H
A
D
lp_bld_arit.c
3073
if (
gallivm_debug
& GALLIVM_DEBUG_PERF &&
in lp_build_pow()
3157
if (
gallivm_debug
& GALLIVM_DEBUG_PERF &&
in lp_build_polynomial()
3253
if (
gallivm_debug
& GALLIVM_DEBUG_PERF &&
in lp_build_exp2()
3444
if (
gallivm_debug
& GALLIVM_DEBUG_PERF &&
in lp_build_log2_approx()
H
A
D
lp_bld_format_soa.c
833
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in lp_build_fetch_rgba_soa()
H
A
D
lp_bld_sample_soa.c
3688
if ((
gallivm_debug
& GALLIVM_DEBUG_PERF) &&
in lp_build_sample_soa_code()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_test_main.c
402
gallivm_debug
|= GALLIVM_DEBUG_IR;
in main()
403
gallivm_debug
|= GALLIVM_DEBUG_ASM;
in main()
H
A
D
lp_jit.c
387
if (
gallivm_debug
& GALLIVM_DEBUG_IR) {
in lp_jit_create_types()
507
if (
gallivm_debug
& GALLIVM_DEBUG_IR) {
in lp_jit_create_cs_types()
H
A
D
lp_state_cs.c
548
if ((LP_DEBUG & DEBUG_CS) || (
gallivm_debug
& GALLIVM_DEBUG_IR)) {
in llvmpipe_remove_cs_shader_variant()
803
if ((LP_DEBUG & DEBUG_CS) || (
gallivm_debug
& GALLIVM_DEBUG_IR)) {
in generate_variant()
877
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in llvmpipe_update_cs()
H
A
D
lp_state_setup.c
814
if (
gallivm_debug
& GALLIVM_DEBUG_IR) {
in remove_setup_variant()
H
A
D
lp_state_fs.c
3785
if ((LP_DEBUG & DEBUG_FS) || (
gallivm_debug
& GALLIVM_DEBUG_IR)) {
in generate_variant()
4013
if ((LP_DEBUG & DEBUG_FS) || (
gallivm_debug
& GALLIVM_DEBUG_IR)) {
in llvmpipe_remove_shader_variant()
4559
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in llvmpipe_update_fs()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H
A
D
draw_pt_fetch_shade_pipeline_llvm.c
105
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in llvm_middle_end_prepare_gs()
173
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in llvm_middle_end_prepare_tcs()
241
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in llvm_middle_end_prepare_tes()
371
if (
gallivm_debug
& GALLIVM_DEBUG_PERF) {
in llvm_middle_end_prepare()
H
A
D
draw_llvm.c
894
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_llvm_create_variant()
2669
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_llvm_destroy_variant()
2867
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_gs_llvm_generate()
2987
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_gs_llvm_destroy_variant()
3622
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_tcs_llvm_create_variant()
3653
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_tcs_llvm_destroy_variant()
4153
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_tes_llvm_create_variant()
4184
if (
gallivm_debug
& (GALLIVM_DEBUG_TGSI | GALLIVM_DEBUG_IR)) {
in draw_tes_llvm_destroy_variant()
Completed in 44 milliseconds