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:n_queries
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_nir_lower_ray_queries.c
35
uint32_t
n_queries
;
member
53
return state->
n_queries
> 1;
in need_spill_fill()
84
rq->id = state->
n_queries
;
in maybe_create_brw_var()
89
state->
n_queries
+= MAX2(1, aoa_size);
in maybe_create_brw_var()
541
bool progress = state.
n_queries
> 0;
in brw_nir_lower_ray_queries()
545
shader->scratch_size += SIZEOF_QUERY_STATE * state.
n_queries
;
in brw_nir_lower_ray_queries()
/third_party/mesa3d/src/intel/ds/
H
A
D
intel_pps_perf.cc
58
assert(cfg->
n_queries
&& "Intel perf queries not initialized");
in get_queries()
62
for (int i = 0; i < cfg->
n_queries
; ++i) {
in get_queries()
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf_private.h
75
++perf->
n_queries
);
in intel_perf_append_query_info()
76
query = &perf->queries[perf->
n_queries
- 1];
in intel_perf_append_query_info()
H
A
D
intel_perf.c
644
assert(perf->
n_queries
< 64);
in build_unique_counter_list()
648
for (int q = 0; q < perf->
n_queries
; q++)
in build_unique_counter_list()
666
for (int q = 0; q < perf->
n_queries
; q++) {
in build_unique_counter_list()
759
int existing_queries = perf->
n_queries
;
in load_oa_metrics()
782
for (int i = existing_queries; i < perf->
n_queries
; ++i)
in load_oa_metrics()
788
for (int i = existing_queries; i < perf->
n_queries
; i++) {
in load_oa_metrics()
795
if (perf->fallback_raw_oa_metric == 0 && perf->
n_queries
> 0)
in load_oa_metrics()
796
perf->fallback_raw_oa_metric = perf->queries[perf->
n_queries
- 1].oa_metrics_set_id;
in load_oa_metrics()
887
assert(perf->
n_queries
< 64);
in get_passes_mask()
895
for (uint32_t q = 0; q < perf->
n_queries
;
in get_passes_mask()
[all...]
H
A
D
intel_perf.h
345
int
n_queries
;
member
382
/* Whether we have support for this platform. If true &&
n_queries
== 0,
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_monitor.c
214
gen_query_id < perf_cfg->
n_queries
;
in crocus_monitor_init_metrics()
226
for (int group = 0; group < perf_cfg->
n_queries
; ++group) {
in crocus_monitor_init_metrics()
284
return perf_cfg->
n_queries
;
in crocus_get_monitor_group_info()
287
if (group_index >= perf_cfg->
n_queries
) {
in crocus_get_monitor_group_info()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_monitor.c
139
return perf_cfg->
n_queries
;
in iris_get_monitor_group_info()
142
if (group_index >= perf_cfg->
n_queries
) {
in iris_get_monitor_group_info()
H
A
D
iris_performance_query.c
65
return perf_cfg->
n_queries
;
in iris_init_perf_query_info()
84
return perf_cfg->
n_queries
;
in iris_init_perf_query_info()
/third_party/mesa3d/src/intel/vulkan/
H
A
D
anv_perf.c
55
if (!perf->
n_queries
)
in anv_physical_device_init_perf()
Completed in 8 milliseconds