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

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_win32.h150 const uint64_t* pWaitSemaphoreValues; member in struct:VkD3D12FenceSubmitInfoKHR
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member in struct:VkD3D12FenceSubmitInfoKHR
H A Dvulkan_core.h5891 const uint64_t* pWaitSemaphoreValues; member in struct:VkTimelineSemaphoreSubmitInfo
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h175 if (val->pWaitSemaphoreValues) {
177 size += vn_sizeof_uint64_t_array(val->pWaitSemaphoreValues, val->waitSemaphoreValueCount);
215 if (val->pWaitSemaphoreValues) {
217 vn_encode_uint64_t_array(enc, val->pWaitSemaphoreValues, val->waitSemaphoreValueCount);
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_synchronization2.c320 timeline_info->pWaitSemaphoreValues : NULL;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1569 if (info->pWaitSemaphoreValues[j] &&
1571 sema->current < info->pWaitSemaphoreValues[j]) {
1578 task->wait_vals[w] = info->pWaitSemaphoreValues[j];
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_drm.c882 wait_values_count ? timeline_info->pWaitSemaphoreValues : NULL;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5048 .wait_values = timeline_info ? timeline_info->pWaitSemaphoreValues : NULL,
5049 .wait_value_count = timeline_info && timeline_info->pWaitSemaphoreValues
5742 .wait_values = timeline_info ? timeline_info->pWaitSemaphoreValues : NULL,
5743 .wait_value_count = timeline_info && timeline_info->pWaitSemaphoreValues

Completed in 72 milliseconds