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:perf_query_info
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/vulkan/
H
A
D
genX_query.c
71
const VkQueryPoolPerformanceCreateInfoKHR *
perf_query_info
= NULL;
in CreateQueryPool()
local
140
perf_query_info
= vk_find_struct_const(pCreateInfo->pNext,
in CreateQueryPool()
143
perf_query_info
->pCounterIndices,
in CreateQueryPool()
144
perf_query_info
->counterIndexCount,
in CreateQueryPool()
147
perf_query_info
->counterIndexCount);
in CreateQueryPool()
188
pool->n_counters =
perf_query_info
->counterIndexCount;
in CreateQueryPool()
191
perf_query_info
->pCounterIndices,
in CreateQueryPool()
192
perf_query_info
->counterIndexCount,
in CreateQueryPool()
197
perf_query_info
->pCounterIndices,
in CreateQueryPool()
198
perf_query_info
in CreateQueryPool()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_query.c
216
const VkQueryPoolPerformanceCreateInfoKHR *
perf_query_info
= NULL;
in tu_CreateQueryPool()
local
234
perf_query_info
=
in tu_CreateQueryPool()
237
assert(
perf_query_info
);
in tu_CreateQueryPool()
241
(
perf_query_info
->counterIndexCount - 1);
in tu_CreateQueryPool()
245
perf_query_info
->counterIndexCount;
in tu_CreateQueryPool()
265
pool->counter_index_count =
perf_query_info
->counterIndexCount;
in tu_CreateQueryPool()
283
perf_query_info
->pCounterIndices[i], &gid, &cid);
in tu_CreateQueryPool()
Completed in 4 milliseconds