/external/rust/android-crates-io/crates/vulkano/src/ |
D | query.rs | 40 query_type: QueryType, field 55 query_type, in new() 63 let pipeline_statistics = match query_type { in new() 80 query_type: query_type.into(), in new() 104 query_type, in new() 122 query_type, in from_handle() 131 query_type, in from_handle() 138 pub fn query_type(&self) -> QueryType { in query_type() method 139 self.query_type in query_type() 209 pub query_type: QueryType, field [all …]
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_driver_query.c | 134 unsigned query_type, unsigned *result_index) in batch_query_add() argument 147 if (bq->query_types[i] == query_type) { in batch_query_add() 165 bq->query_types[bq->num_query_types] = query_type; in batch_query_add() 197 enum pipe_query_type query_type; member 272 pipe->create_query(pipe, info->query_type, 0); in query_new_value_normal() 280 pipe->create_query(pipe, info->query_type, 0); in query_new_value_normal() 289 info->query[info->head] = pipe->create_query(pipe, info->query_type, 0); in query_new_value_normal() 373 enum pipe_query_type query_type, in hud_pipe_query_install() argument 400 if (!batch_query_add(pbq, query_type, &info->result_index)) in hud_pipe_query_install() 405 info->query_type = query_type; in hud_pipe_query_install() [all …]
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_query.c | 15 unsigned query_type, in r300_create_query() argument 22 if (query_type != PIPE_QUERY_OCCLUSION_COUNTER && in r300_create_query() 23 query_type != PIPE_QUERY_OCCLUSION_PREDICATE && in r300_create_query() 24 query_type != PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE && in r300_create_query() 25 query_type != PIPE_QUERY_GPU_FINISHED) { in r300_create_query() 33 q->type = query_type; in r300_create_query() 35 if (query_type == PIPE_QUERY_GPU_FINISHED) { in r300_create_query()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_query.c | 24 fd_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in fd_create_query() argument 30 q = ctx->create_query(ctx, query_type, index); in fd_create_query() 32 q = fd_sw_create_query(ctx, query_type, index); in fd_create_query() 106 .name = _name, .query_type = _query_type, \ 183 query_type(enum fd_perfcntr_type type) in query_type() function 239 info->query_type = FD_QUERY_FIRST_PERFCNTR + idx; in setup_perfcntr_query_info() 240 info->type = query_type(c->query_type); in setup_perfcntr_query_info()
|
D | freedreno_query_hw.c | 25 unsigned query_type) assert_dt in get_sample() argument 29 int idx = pidx(query_type); in get_sample() 58 int idx = pidx(hq->provider->query_type); in query_active_in_batch() 66 int idx = pidx(hq->provider->query_type); in resume_query() 83 ASSERTED int idx = pidx(hq->provider->query_type); in pause_query() 241 fd_hw_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_hw_create_query() argument 245 int idx = pidx(query_type); in fd_hw_create_query() 254 DBG("%p: query_type=%u", hq, query_type); in fd_hw_create_query() 263 q->type = query_type; in fd_hw_create_query() 380 int idx = pidx(provider->query_type); in fd_hw_query_register_provider()
|
D | freedreno_query_acc.c | 246 fd_acc_create_query2(struct fd_context *ctx, unsigned query_type, in fd_acc_create_query2() argument 257 DBG("%p: query_type=%u", aq, query_type); in fd_acc_create_query2() 266 q->type = query_type; in fd_acc_create_query2() 273 fd_acc_create_query(struct fd_context *ctx, unsigned query_type, unsigned index) in fd_acc_create_query() argument 275 int idx = pidx(query_type); in fd_acc_create_query() 280 return fd_acc_create_query2(ctx, query_type, index, in fd_acc_create_query() 314 int idx = pidx(provider->query_type); in fd_acc_query_register_provider()
|
D | freedreno_query_acc.h | 60 unsigned query_type; member 107 unsigned query_type, unsigned index); 109 fd_acc_create_query2(struct fd_context *ctx, unsigned query_type,
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 215 if (pool->vk.query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_INTEL) { in genX() 219 else if (pool->vk.query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR) { in genX() 235 } else if (pool->vk.query_type == VK_QUERY_TYPE_VIDEO_ENCODE_FEEDBACK_KHR) { in genX() 247 if (pool->vk.query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR) { in genX() 262 if (pool->vk.query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR) { in genX() 443 if (pool->vk.query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR) { in query_is_available() 462 if (pool->vk.query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR) { in wait_for_available() 500 pool->vk.query_type == VK_QUERY_TYPE_ACCELERATION_STRUCTURE_COMPACTED_SIZE_KHR || in genX() 501 pool->vk.query_type == VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SERIALIZATION_SIZE_KHR || in genX() 502 pool->vk.query_type == VK_QUERY_TYPE_ACCELERATION_STRUCTURE_SIZE_KHR || in genX() [all …]
|
/external/cronet/stable/net/dns/ |
D | dns_task_results_manager.cc | 106 DnsQueryType query_type, in ProcessDnsTransactionResults() argument 108 CHECK(query_types_.Has(query_type)); in ProcessDnsTransactionResults() 113 if (query_type == DnsQueryType::HTTPS) { in ProcessDnsTransactionResults() 121 if (query_type == DnsQueryType::AAAA) { in ProcessDnsTransactionResults() 159 CHECK_EQ(query_type, DnsQueryType::HTTPS); in ProcessDnsTransactionResults() 188 if (query_type == DnsQueryType::AAAA && in ProcessDnsTransactionResults() 202 if (query_type == DnsQueryType::A && should_update_endpoints) { in ProcessDnsTransactionResults()
|
D | host_resolver_mdns_task.cc | 43 Transaction(DnsQueryType query_type, HostResolverMdnsTask* task) in Transaction() argument 44 : query_type_(query_type), in Transaction() 142 for (DnsQueryType query_type : Difference(query_types, kUnwantedQueries)) { in HostResolverMdnsTask() local 143 transactions_.emplace_back(query_type, this); in HostResolverMdnsTask() 194 DnsQueryType query_type, in ParseResult() argument 203 DCHECK_EQ(DnsQueryTypeToQtype(query_type), parsed->type()); in ParseResult() 206 switch (query_type) { in ParseResult()
|
D | dns_response_result_extractor.cc | 208 DnsQueryType query_type, in ExtractResponseRecords() argument 221 DCHECK_EQ(DnsQueryTypeToQtype(query_type), response.GetSingleQType()); in ExtractResponseRecords() 245 record->type() == DnsQueryTypeToQtype(query_type)) { in ExtractResponseRecords() 265 alias.first, query_type, now_ticks + base::Seconds(alias.second->ttl()), in ExtractResponseRecords() 300 final_chain_name, query_type, now_ticks + error_ttl.value(), in ExtractResponseRecords() 309 bool is_unsolicited = query_type != DnsQueryType::HTTPS; in ExtractResponseRecords() 319 DnsQueryType query_type, in ExtractAddressResults() argument 323 DCHECK(query_type == DnsQueryType::A || query_type == DnsQueryType::AAAA); in ExtractAddressResults() 327 ExtractResponseRecords(response, query_type, now, now_ticks, results); in ExtractAddressResults() 336 if (query_type == DnsQueryType::A) { in ExtractAddressResults() [all …]
|
D | host_resolver_cache.cc | 67 DnsQueryType query_type, in Lookup() argument 71 domain_name, network_anonymization_key, query_type, source, secure); in Lookup() 101 DnsQueryType query_type, in LookupStale() argument 105 domain_name, network_anonymization_key, query_type, source, secure); in LookupStale() 292 DnsQueryType query_type, in LookupInternal() argument 328 if ((query_type == DnsQueryType::UNSPECIFIED || in LookupInternal() 329 it->second.result->query_type() == DnsQueryType::UNSPECIFIED || in LookupInternal() 330 query_type == it->second.result->query_type()) && in LookupInternal() 358 result->query_type(), source, secure); in Set()
|
D | host_resolver_internal_result.cc | 246 DnsQueryType query_type, in HostResolverInternalResult() argument 252 query_type_(query_type), in HostResolverInternalResult() 392 DnsQueryType query_type, in HostResolverInternalDataResult() argument 400 query_type, in HostResolverInternalDataResult() 417 domain_name(), query_type(), expiration(), timed_expiration().value(), in Clone() 485 DnsQueryType query_type, in HostResolverInternalMetadataResult() argument 491 query_type, in HostResolverInternalMetadataResult() 505 domain_name(), query_type(), expiration(), timed_expiration().value(), in Clone() 548 DnsQueryType query_type, in HostResolverInternalErrorResult() argument 554 query_type, in HostResolverInternalErrorResult() [all …]
|
/external/cronet/tot/net/dns/ |
D | dns_task_results_manager.cc | 106 DnsQueryType query_type, in ProcessDnsTransactionResults() argument 108 CHECK(query_types_.Has(query_type)); in ProcessDnsTransactionResults() 113 if (query_type == DnsQueryType::HTTPS) { in ProcessDnsTransactionResults() 121 if (query_type == DnsQueryType::AAAA) { in ProcessDnsTransactionResults() 159 CHECK_EQ(query_type, DnsQueryType::HTTPS); in ProcessDnsTransactionResults() 188 if (query_type == DnsQueryType::AAAA && in ProcessDnsTransactionResults() 202 if (query_type == DnsQueryType::A && should_update_endpoints) { in ProcessDnsTransactionResults()
|
D | host_resolver_mdns_task.cc | 43 Transaction(DnsQueryType query_type, HostResolverMdnsTask* task) in Transaction() argument 44 : query_type_(query_type), in Transaction() 142 for (DnsQueryType query_type : Difference(query_types, kUnwantedQueries)) { in HostResolverMdnsTask() local 143 transactions_.emplace_back(query_type, this); in HostResolverMdnsTask() 194 DnsQueryType query_type, in ParseResult() argument 203 DCHECK_EQ(DnsQueryTypeToQtype(query_type), parsed->type()); in ParseResult() 206 switch (query_type) { in ParseResult()
|
D | dns_response_result_extractor.cc | 208 DnsQueryType query_type, in ExtractResponseRecords() argument 221 DCHECK_EQ(DnsQueryTypeToQtype(query_type), response.GetSingleQType()); in ExtractResponseRecords() 245 record->type() == DnsQueryTypeToQtype(query_type)) { in ExtractResponseRecords() 265 alias.first, query_type, now_ticks + base::Seconds(alias.second->ttl()), in ExtractResponseRecords() 300 final_chain_name, query_type, now_ticks + error_ttl.value(), in ExtractResponseRecords() 309 bool is_unsolicited = query_type != DnsQueryType::HTTPS; in ExtractResponseRecords() 319 DnsQueryType query_type, in ExtractAddressResults() argument 323 DCHECK(query_type == DnsQueryType::A || query_type == DnsQueryType::AAAA); in ExtractAddressResults() 327 ExtractResponseRecords(response, query_type, now, now_ticks, results); in ExtractAddressResults() 336 if (query_type == DnsQueryType::A) { in ExtractAddressResults() [all …]
|
D | host_resolver_cache.cc | 67 DnsQueryType query_type, in Lookup() argument 71 domain_name, network_anonymization_key, query_type, source, secure); in Lookup() 101 DnsQueryType query_type, in LookupStale() argument 105 domain_name, network_anonymization_key, query_type, source, secure); in LookupStale() 292 DnsQueryType query_type, in LookupInternal() argument 328 if ((query_type == DnsQueryType::UNSPECIFIED || in LookupInternal() 329 it->second.result->query_type() == DnsQueryType::UNSPECIFIED || in LookupInternal() 330 query_type == it->second.result->query_type()) && in LookupInternal() 358 result->query_type(), source, secure); in Set()
|
D | host_resolver_internal_result.cc | 246 DnsQueryType query_type, in HostResolverInternalResult() argument 252 query_type_(query_type), in HostResolverInternalResult() 392 DnsQueryType query_type, in HostResolverInternalDataResult() argument 400 query_type, in HostResolverInternalDataResult() 417 domain_name(), query_type(), expiration(), timed_expiration().value(), in Clone() 485 DnsQueryType query_type, in HostResolverInternalMetadataResult() argument 491 query_type, in HostResolverInternalMetadataResult() 505 domain_name(), query_type(), expiration(), timed_expiration().value(), in Clone() 548 DnsQueryType query_type, in HostResolverInternalErrorResult() argument 554 query_type, in HostResolverInternalErrorResult() [all …]
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_query.c | 145 assert(pool->query_type == VK_QUERY_TYPE_OCCLUSION); in create_pool_descriptors() 201 assert(pool->query_type == VK_QUERY_TYPE_OCCLUSION); in destroy_pool_descriptors() 219 if (pool->query_type != VK_QUERY_TYPE_OCCLUSION) in pool_create_meta_resources() 238 if (pool->query_type != VK_QUERY_TYPE_OCCLUSION) in pool_destroy_meta_resources() 264 pool->query_type = pCreateInfo->queryType; in v3dv_CreateQueryPool() 278 switch (pool->query_type) { in v3dv_CreateQueryPool() 340 switch (pool->query_type) { in v3dv_CreateQueryPool() 380 if (pool->query_type == VK_QUERY_TYPE_TIMESTAMP) { in v3dv_CreateQueryPool() 385 if (pool->query_type == VK_QUERY_TYPE_PERFORMANCE_QUERY_KHR) { in v3dv_CreateQueryPool() 419 if (pool->query_type == VK_QUERY_TYPE_TIMESTAMP) { in v3dv_DestroyQueryPool() [all …]
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_query_acc.h | 37 bool (*supports)(unsigned query_type); 38 struct etna_acc_query * (*allocate)(struct etna_context *ctx, unsigned query_type); 64 etna_acc_create_query(struct etna_context *ctx, unsigned query_type);
|
D | etnaviv_query_acc_perfmon.c | 96 perfmon_supports(unsigned query_type) in perfmon_supports() argument 98 return !!etna_pm_query_config(query_type); in perfmon_supports() 102 perfmon_allocate(struct etna_context *ctx, unsigned query_type) in perfmon_allocate() argument 107 cfg = etna_pm_query_config(query_type); in perfmon_allocate()
|
D | etnaviv_query_acc_occlusion.c | 49 occlusion_supports(unsigned query_type) in occlusion_supports() argument 51 switch (query_type) { in occlusion_supports() 64 occlusion_allocate(struct etna_context *ctx, ASSERTED unsigned query_type) in occlusion_allocate() argument
|
D | etnaviv_query_acc.c | 154 etna_acc_create_query(struct etna_context *ctx, unsigned query_type) in etna_acc_create_query() argument 164 if (p->supports(query_type)) in etna_acc_create_query() 173 aq = p->allocate(ctx, query_type); in etna_acc_create_query() 183 q->type = query_type; in etna_acc_create_query()
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 40 num_sub_queries(unsigned query_type, unsigned index) in num_sub_queries() argument 42 switch (query_type) { in num_sub_queries() 53 d3d12_query_heap_type(unsigned query_type, unsigned sub_query) in d3d12_query_heap_type() argument 55 switch (query_type) { in d3d12_query_heap_type() 77 util_str_query_type(query_type, true)); in d3d12_query_heap_type() 83 d3d12_query_type(unsigned query_type, unsigned sub_query, unsigned index) in d3d12_query_type() argument 85 switch (query_type) { in d3d12_query_type() 108 util_str_query_type(query_type, true)); in d3d12_query_type() 115 unsigned query_type, unsigned index) in d3d12_create_query() argument 126 query->type = (pipe_query_type)query_type; in d3d12_create_query() [all …]
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_query.c | 221 .query_type = PIPE_QUERY_OCCLUSION_COUNTER, 227 .query_type = PIPE_QUERY_OCCLUSION_PREDICATE, 233 .query_type = PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVE, 239 .query_type = PIPE_QUERY_TIME_ELAPSED, 253 .query_type = PIPE_QUERY_TIMESTAMP,
|