Home
last modified time | relevance | path

Searched refs:waitSemaphoreInfoCount (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp510 void addSubmitInfo(deUint32 waitSemaphoreInfoCount, in addSubmitInfo() argument
519 …m_submitInfoData.push_back(SubmitInfoData{ waitSemaphoreInfoCount, 0, 0, commandBufferInfoCount, 0… in addSubmitInfo()
527 for (deUint32 i = 0; i < waitSemaphoreInfoCount; ++i) in addSubmitInfo()
541 if (waitSemaphoreInfoCount) in addSubmitInfo()
544 for (deUint32 i = 0; i < waitSemaphoreInfoCount; ++i) in addSubmitInfo()
880 void addSubmitInfo(deUint32 waitSemaphoreInfoCount, in addSubmitInfo() argument
896 waitSemaphoreInfoCount, // deUint32 waitSemaphoreInfoCount in addSubmitInfo()
DvktSynchronizationUtil.hpp191 virtual void addSubmitInfo (deUint32 waitSemaphoreInfoCount,
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl2979 deUint32 waitSemaphoreInfoCount; member
DvkVulkan_c.inl8909 deUint32 waitSemaphoreInfoCount; member
DvkStrUtilImpl.inl8230 s << "\twaitSemaphoreInfoCount = " << value.waitSemaphoreInfoCount << '\n';
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp62541 , waitSemaphoreInfoCount( waitSemaphoreInfoCount_ )
62565 , waitSemaphoreInfoCount( static_cast<uint32_t>( waitSemaphoreInfos_.size() ) )
62597 waitSemaphoreInfoCount = waitSemaphoreInfoCount_; in setWaitSemaphoreInfoCount()
62613 waitSemaphoreInfoCount = static_cast<uint32_t>( waitSemaphoreInfos_.size() ); in setWaitSemaphoreInfos()
62683 ( waitSemaphoreInfoCount == rhs.waitSemaphoreInfoCount ) && in operator ==()
62701 uint32_t waitSemaphoreInfoCount = {}; member
Dvulkan_core.h8040 uint32_t waitSemaphoreInfoCount; member
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_core.h8005 uint32_t waitSemaphoreInfoCount; member