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:query_idx
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/broadcom/vulkan/
H
A
D
v3dv_query.c
192
uint32_t
query_idx
= 0;
in v3dv_CreateQueryPool()
local
246
for (;
query_idx
< pool->query_count;
query_idx
++) {
in v3dv_CreateQueryPool()
247
pool->queries[
query_idx
].maybe_available = false;
in v3dv_CreateQueryPool()
250
const uint32_t query_group =
query_idx
/ 16;
in v3dv_CreateQueryPool()
251
const uint32_t query_offset = query_group * 1024 + (
query_idx
% 16) * 4;
in v3dv_CreateQueryPool()
252
pool->queries[
query_idx
].bo = pool->bo;
in v3dv_CreateQueryPool()
253
pool->queries[
query_idx
].offset = query_offset;
in v3dv_CreateQueryPool()
257
pool->queries[
query_idx
].value = 0;
in v3dv_CreateQueryPool()
262
&pool->queries[
query_idx
]
in v3dv_CreateQueryPool()
[all...]
/third_party/lwip/src/core/
H
A
D
dns.c
738
* @param
query_idx
start index into p pointing to encoded DNS name in the DNS server response
742
dns_skip_name(struct pbuf *p, u16_t
query_idx
)
in dns_skip_name()
argument
745
u16_t offset =
query_idx
;
in dns_skip_name()
788
u16_t
query_idx
, copy_len;
in dns_send()
local
859
query_idx
= sizeof(udp_data) + SIZEOF_DNS_HDR;
in dns_send()
861
query_idx
= SIZEOF_DNS_HDR;
in dns_send()
864
query_idx
= SIZEOF_DNS_HDR;
in dns_send()
873
if (
query_idx
+ n + 1 > 0xFFFF) {
in dns_send()
877
pbuf_put_at(p,
query_idx
, n);
in dns_send()
878
pbuf_take_at(p, hostname_part, copy_len, (u16_t)(
query_idx
in dns_send()
[all...]
/third_party/mesa3d/src/intel/perf/
H
A
D
intel_perf.c
947
uint32_t
query_idx
= ffsll(perf->counter_infos[idx].query_mask & queries_mask) - 1;
in intel_perf_get_counters_passes()
local
948
counter_pass[i].query = &perf->queries[
query_idx
];
in intel_perf_get_counters_passes()
950
uint32_t clear_bits = 63 -
query_idx
;
in intel_perf_get_counters_passes()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_query.c
1191
for (unsigned
query_idx
= 0;
query_idx
< queryCount; ++
query_idx
, data += stride) {
in radv_GetQueryPoolResults()
1193
unsigned query = firstQuery +
query_idx
;
in radv_GetQueryPoolResults()
Completed in 9 milliseconds