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

/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_query.c243 const bool do_wait = flags & VK_QUERY_RESULT_WAIT_BIT; local in function:v3dv_get_query_pool_results_cpu
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