Home
last modified time | relevance | path

Searched refs:query_count (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/test/
Dfilterprov.c34 unsigned long int query_count; member
85 globs->query_count++; in filter_query()
103 if (!TEST_ulong_gt(globs->query_count, 0)) in filter_unquery()
106 globs->query_count--; in filter_unquery()
237 return TEST_ulong_eq(globs->query_count, 0) && !globs->error; in filter_provider_check_clean_finish()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_query.c79 for (uint32_t q = 0; q < qpool->query_count; q++) { in dzn_query_pool_destroy()
106 qpool->query_count = info->queryCount; in dzn_query_pool_create()
196 dzn_query_pool_get_result_size(const struct dzn_query_pool *qpool, uint32_t query_count) in dzn_query_pool_get_result_size() argument
198 return query_count * qpool->query_size; in dzn_query_pool_get_result_size()
204 return (qpool->query_count * qpool->query_size) + (sizeof(uint64_t) * query); in dzn_query_pool_get_availability_offset()
Ddzn_cmd_buffer.c738 uint32_t query_count) in dzn_cmd_buffer_collect_queries() argument
747 query_count = MIN2(query_count, nbits - first_query); in dzn_cmd_buffer_collect_queries()
748 nbits = MIN2(first_query + query_count, nbits); in dzn_cmd_buffer_collect_queries()
751 dzn_cmd_buffer_dynbitset_reserve(cmdbuf, &state->signal, first_query + query_count - 1); in dzn_cmd_buffer_collect_queries()
773 uint32_t size = dzn_query_pool_get_result_size(qpool, query_count); in dzn_cmd_buffer_collect_queries()
850 dzn_cmd_buffer_collect_queries(cmdbuf, qpool, state, 0, qpool->query_count); in dzn_cmd_buffer_gather_queries()
Ddzn_private.h1080 uint32_t query_count; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c190 pool->query_count = pCreateInfo->queryCount; in v3dv_CreateQueryPool()
195 const uint32_t pool_bytes = sizeof(struct v3dv_query) * pool->query_count; in v3dv_CreateQueryPool()
209 const uint32_t query_groups = DIV_ROUND_UP(pool->query_count, 16); in v3dv_CreateQueryPool()
246 for (; query_idx < pool->query_count; query_idx++) { in v3dv_CreateQueryPool()
309 for (uint32_t i = 0; i < pool->query_count; i++) { in v3dv_DestroyQueryPool()
547 assert(first < pool->query_count); in v3dv_get_query_pool_results()
548 assert(first + count <= pool->query_count); in v3dv_get_query_pool_results()
675 assert(i < pool->query_count); in v3dv_reset_query_pools()
Dv3dv_cmd_buffer.c539 const uint32_t query_count = state->query.end.used_count; in cmd_buffer_add_cpu_jobs_for_pending_state() local
540 for (uint32_t i = 0; i < query_count; i++) { in cmd_buffer_add_cpu_jobs_for_pending_state()
3161 assert(first < pool->query_count); in v3dv_cmd_buffer_reset_queries()
3162 assert(first + count <= pool->query_count); in v3dv_cmd_buffer_reset_queries()
3210 assert(query < pool->query_count); in v3dv_cmd_buffer_begin_query()
3244 assert(query < pool->query_count); in v3dv_cmd_buffer_schedule_end_query()
3309 assert(query < pool->query_count); in v3dv_cmd_buffer_end_occlusion_query()
3323 assert(query < pool->query_count); in v3dv_cmd_buffer_end_performance_query()
3369 assert(first < pool->query_count); in v3dv_cmd_buffer_copy_query_results()
3370 assert(first + count <= pool->query_count); in v3dv_cmd_buffer_copy_query_results()
Dv3dv_queue.c237 assert(info->query + i < info->pool->query_count); in handle_end_query_cpu_job()
418 assert(info->query + i < info->pool->query_count); in handle_timestamp_query_cpu_job()
Dv3dv_private.h1460 uint32_t query_count; member
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_perfmon.c491 unsigned query_count(unsigned group) in query_count() function
515 unsigned count = query_count(index); in etna_pm_get_driver_query_group_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
Dp2p_i.h882 u8 query_count);
Dp2p.c2200 u8 query_count) in p2p_build_probe_resp_ies() argument
2215 if (query_count) in p2p_build_probe_resp_ies()
2252 if (query_count) { in p2p_build_probe_resp_ies()
2253 p2p_buf_add_service_instance(buf, p2p, query_count, query_hash, in p2p_build_probe_resp_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
Dp2p_i.h876 u8 query_count);
Dp2p.c2180 u8 query_count) in p2p_build_probe_resp_ies() argument
2195 if (query_count) in p2p_build_probe_resp_ies()
2232 if (query_count) { in p2p_build_probe_resp_ies()
2233 p2p_buf_add_service_instance(buf, p2p, query_count, query_hash, in p2p_build_probe_resp_ies()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2965 for (unsigned i = qcmd->first_query; i < qcmd->first_query + qcmd->query_count; i++) { in handle_reset_query_pool()
2999 for (unsigned i = copycmd->first_query; i < copycmd->first_query + copycmd->query_count; i++) { in handle_copy_query_pool_results()