Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkQueue.cpp118 submits[i].pWaitSemaphoreValues = nullptr; in DeepCopySubmitInfo()
135 submits[i].pWaitSemaphoreValues = reinterpret_cast<uint64_t *>(mem); in DeepCopySubmitInfo()
136 memcpy(mem, tlsSubmitInfo->pWaitSemaphoreValues, size); in DeepCopySubmitInfo()
218 sem->wait(submitInfo.pWaitSemaphoreValues[j]); in submitQueue()
H A DVkQueue.hpp74 const uint64_t *pWaitSemaphoreValues; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member
H A Dvulkan_core.h6190 const uint64_t* pWaitSemaphoreValues; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member
H A Dvulkan_structs.hpp14654 , pWaitSemaphoreValues( pWaitSemaphoreValues_ )
14670 , pWaitSemaphoreValues( waitSemaphoreValues_.data() )
14700 pWaitSemaphoreValues = pWaitSemaphoreValues_;
14709 pWaitSemaphoreValues = waitSemaphoreValues_.data();
14754 ( pWaitSemaphoreValues == rhs.pWaitSemaphoreValues ) &&
14769 const uint64_t * pWaitSemaphoreValues = {}; member
72462 const uint64_t * pWaitSemaphoreValues = {}; global() member
[all...]
H A Dvulkan_core.h5923 const uint64_t* pWaitSemaphoreValues; member
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member
H A Dvulkan_core.h5973 const uint64_t* pWaitSemaphoreValues; member
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_win32.h141 const uint64_t* pWaitSemaphoreValues; member
H A Dvulkan_core.h5824 const uint64_t* pWaitSemaphoreValues; member
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_win32.h145 const uint64_t* pWaitSemaphoreValues; member
H A Dvulkan_structs.hpp20700 , pWaitSemaphoreValues( pWaitSemaphoreValues_ )
20719 , pWaitSemaphoreValues( waitSemaphoreValues_.data() )
20750 pWaitSemaphoreValues = pWaitSemaphoreValues_;
20759 pWaitSemaphoreValues = waitSemaphoreValues_.data();
20810 return std::tie( sType, pNext, waitSemaphoreValuesCount, pWaitSemaphoreValues, signalSemaphoreValuesCount, pSignalSemaphoreValues );
20823 ( pWaitSemaphoreValues == rhs.pWaitSemaphoreValues ) && ( signalSemaphoreValuesCount == rhs.signalSemaphoreValuesCount ) &&
20838 const uint64_t * pWaitSemaphoreValues = {}; member
[all...]
H A Dvulkan_hash.hpp2876 VULKAN_HPP_HASH_COMBINE( seed, d3D12FenceSubmitInfoKHR.pWaitSemaphoreValues );
15072 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues );
H A Dvulkan_core.h6349 const uint64_t* pWaitSemaphoreValues; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp852 deUint64* pWaitSemaphoreValues = DE_NULL; variable
854 pWaitSemaphoreValues = &m_timelineSemaphoreValues[data.waitSemaphoreValueIndexPlusOne - 1];
864 pWaitSemaphoreValues, // const deUint64* pWaitSemaphoreValues
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp852 deUint64* pWaitSemaphoreValues = DE_NULL; variable
854 pWaitSemaphoreValues = &m_timelineSemaphoreValues[data.waitSemaphoreValueIndexPlusOne - 1];
864 pWaitSemaphoreValues, // const deUint64* pWaitSemaphoreValues
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h175 if (val->pWaitSemaphoreValues) { in vn_sizeof_VkTimelineSemaphoreSubmitInfo_self()
177 size += vn_sizeof_uint64_t_array(val->pWaitSemaphoreValues, val->waitSemaphoreValueCount); in vn_sizeof_VkTimelineSemaphoreSubmitInfo_self()
215 if (val->pWaitSemaphoreValues) { in vn_encode_VkTimelineSemaphoreSubmitInfo_self()
217 vn_encode_uint64_t_array(enc, val->pWaitSemaphoreValues, val->waitSemaphoreValueCount); in vn_encode_VkTimelineSemaphoreSubmitInfo_self()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c332 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueSubmit()
H A Dvk_queue.c1201 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueBindSparse()
/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c1950 s_timeline_sem_info.pWaitSemaphoreValues = frame->sem_value; in prepare_frame()
1961 s_timeline_sem_info.pWaitSemaphoreValues = frame->sem_value; in prepare_frame()
3709 .pWaitSemaphoreValues = frame->sem_value, in transfer_image_buf()
H A Dvulkan.c598 .pWaitSemaphoreValues = e->sem_wait_val, in ff_vk_submit_exec_queue()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp21975 _OUT << "\"pWaitSemaphoreValues\":" << std::endl; in print_VkTimelineSemaphoreSubmitInfo()
21977 if (obj.pWaitSemaphoreValues) { in print_VkTimelineSemaphoreSubmitInfo()
21981 print_uint64_t(obj.pWaitSemaphoreValues[i], "", isCommaNeeded); in print_VkTimelineSemaphoreSubmitInfo()
22030 _OUT << "\"pWaitSemaphoreValues\":" << std::endl; in print_VkTimelineSemaphoreSubmitInfo()
22032 if (obj->pWaitSemaphoreValues) { in print_VkTimelineSemaphoreSubmitInfo()
22036 print_uint64_t(obj->pWaitSemaphoreValues[i], "", isCommaNeeded); in print_VkTimelineSemaphoreSubmitInfo()
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h2511 const uint64_t * pWaitSemaphoreValues; member
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4773 const uint64_t* pWaitSemaphoreValues; member

Completed in 467 milliseconds