Searched refs:do_wait (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_query.c144 bool do_wait,
153 if (do_wait) {
181 bool do_wait,
189 if (do_wait) {
213 bool do_wait,
219 return get_occlusion_query_result(device, pool, query, do_wait,
222 return get_timestamp_query_result(device, pool, query, do_wait,
243 const bool do_wait = flags & VK_QUERY_RESULT_WAIT_BIT; local in function:v3dv_get_query_pool_results_cpu
251 get_query_result(device, pool, i, do_wait, &available, &value);
141 get_occlusion_query_result(struct v3dv_device * device,struct v3dv_query_pool * pool,uint32_t query,bool do_wait,bool * available,uint64_t * value) argument
178 get_timestamp_query_result(struct v3dv_device * device,struct v3dv_query_pool * pool,uint32_t query,bool do_wait,bool * available,uint64_t * value) argument
210 get_query_result(struct v3dv_device * device,struct v3dv_query_pool * pool,uint32_t query,bool do_wait,bool * available,uint64_t * value) argument

Completed in 2 milliseconds