/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkQueue.cpp | 118 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 D | VkQueue.hpp | 74 const uint64_t *pWaitSemaphoreValues; member
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_win32.h | 141 const uint64_t* pWaitSemaphoreValues; member
|
H A D | vulkan_core.h | 6190 const uint64_t* pWaitSemaphoreValues; member
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_win32.h | 141 const uint64_t* pWaitSemaphoreValues; member
|
H A D | vulkan_structs.hpp | 14654 , 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 D | vulkan_core.h | 5923 const uint64_t* pWaitSemaphoreValues; member
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_win32.h | 141 const uint64_t* pWaitSemaphoreValues; member
|
H A D | vulkan_core.h | 5973 const uint64_t* pWaitSemaphoreValues; member
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_win32.h | 141 const uint64_t* pWaitSemaphoreValues; member
|
H A D | vulkan_core.h | 5824 const uint64_t* pWaitSemaphoreValues; member
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_win32.h | 145 const uint64_t* pWaitSemaphoreValues; member
|
H A D | vulkan_structs.hpp | 20700 , 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 D | vulkan_hash.hpp | 2876 VULKAN_HPP_HASH_COMBINE( seed, d3D12FenceSubmitInfoKHR.pWaitSemaphoreValues ); 15072 VULKAN_HPP_HASH_COMBINE( seed, timelineSemaphoreSubmitInfo.pWaitSemaphoreValues );
|
H A D | vulkan_core.h | 6349 const uint64_t* pWaitSemaphoreValues; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.cpp | 852 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 D | vktSynchronizationUtil.cpp | 852 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 D | vn_protocol_driver_queue.h | 175 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 D | vk_synchronization2.c | 332 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueSubmit()
|
H A D | vk_queue.c | 1201 wait_values = timeline_info->pWaitSemaphoreValues; in vk_common_QueueBindSparse()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 1950 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 D | vulkan.c | 598 .pWaitSemaphoreValues = e->sem_wait_val, in ff_vk_submit_exec_queue()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/ |
H A D | vulkan_json_data.hpp | 21975 _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 D | vulkan.h | 2511 const uint64_t * pWaitSemaphoreValues; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4773 const uint64_t* pWaitSemaphoreValues; member
|