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_perf
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_init.c
58
unsigned
gallivm_perf
= 0;
variable
151
if ((
gallivm_perf
& GALLIVM_PERF_NO_OPT) == 0) {
in create_pass_manager()
275
if (
gallivm_perf
& GALLIVM_PERF_NO_OPT) {
in init_gallivm_engine()
439
gallivm_perf
= debug_get_flags_option("GALLIVM_PERF", lp_bld_perf_flags, 0 );
in lp_build_init()
610
gallivm_perf
& GALLIVM_PERF_NO_OPT ? "-mem2reg" :
in gallivm_compile_module()
613
filename,
gallivm_perf
& GALLIVM_PERF_NO_OPT ? 0 : 2,
in gallivm_compile_module()
634
if (!(
gallivm_perf
& GALLIVM_PERF_NO_OPT))
in gallivm_compile_module()
765
return
gallivm_perf
;
in gallivm_get_perf_flags()
H
A
D
lp_bld_debug.h
57
extern unsigned
gallivm_perf
;
H
A
D
lp_bld_sample_soa.c
3387
if (
gallivm_perf
& GALLIVM_PERF_NO_QUAD_LOD || op_is_lodq) {
in lp_build_sample_soa_code()
3390
if (!(
gallivm_perf
& GALLIVM_PERF_RHO_APPROX) || op_is_lodq) {
in lp_build_sample_soa_code()
3393
if (!(
gallivm_perf
& GALLIVM_PERF_BRILINEAR) || op_is_lodq || lod_bias || explicit_lod) {
in lp_build_sample_soa_code()
3669
if (
gallivm_perf
& GALLIVM_PERF_NO_AOS_SAMPLING) {
in lp_build_sample_soa_code()
H
A
D
lp_bld_tgsi_soa.c
2046
if (
gallivm_perf
& GALLIVM_PERF_NO_QUAD_LOD) {
in lp_build_lod_property()
2240
if (
gallivm_perf
& GALLIVM_PERF_NO_QUAD_LOD) {
in emit_tex()
2409
if (
gallivm_perf
& GALLIVM_PERF_NO_QUAD_LOD) {
in emit_sample()
H
A
D
lp_bld_nir.c
2266
if (
gallivm_perf
& GALLIVM_PERF_NO_QUAD_LOD)
in lp_build_nir_lod_property()
2449
if (
gallivm_perf
& GALLIVM_PERF_NO_QUAD_LOD)
in visit_tex()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H
A
D
lp_screen.c
933
unsigned
gallivm_perf
= gallivm_get_perf_flags();
in lp_disk_cache_create()
local
942
_mesa_sha1_update(&ctx, &
gallivm_perf
, sizeof(
gallivm_perf
));
in lp_disk_cache_create()
Completed in 20 milliseconds