Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp927 deUint32 executableCount = 0; in verifyTestResult() local
928 …VK_CHECK(vk.getPipelineExecutablePropertiesKHR(vkDevice, &pipelineInfo, &executableCount, DE_NULL)… in verifyTestResult()
930 if (executableCount == 0) in verifyTestResult()
935 props[ndx].resize(executableCount); in verifyTestResult()
936 for (deUint32 execNdx = 0; execNdx < executableCount; execNdx++) in verifyTestResult()
942 …VK_CHECK(vk.getPipelineExecutablePropertiesKHR(vkDevice, &pipelineInfo, &executableCount, &props[n… in verifyTestResult()
944 for (deUint32 execNdx = 0; execNdx < executableCount; execNdx++) in verifyTestResult()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_funcs.hpp16705 …32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16710 …evice, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR()
16711 if ( ( result == Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR()
16713 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
16716 &executableCount, in getPipelineExecutablePropertiesKHR()
16722 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
16723 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
16725 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
16742 …32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16747 …evice, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR()
[all …]
Dvulkan_raii.hpp16363 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16368 …ice ), reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR()
16369 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR()
16371 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
16375 &executableCount, in getPipelineExecutablePropertiesKHR()
16385 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
16386 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
16388 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp18328 …32_t executableCount; in getPipelineExecutablePropertiesKHR() local
18333 …m_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr … in getPipelineExecutablePropertiesKHR()
18334 if ( ( result == Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR()
18336 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
18340 &executableCount, in getPipelineExecutablePropertiesKHR()
18346 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
18347 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
18349 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
18371 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
18376 …m_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr … in getPipelineExecutablePropertiesKHR()
[all …]
Dvulkan_raii.hpp17431 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
17438 &executableCount, in getPipelineExecutablePropertiesKHR()
17440 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR()
17442 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
17446 &executableCount, in getPipelineExecutablePropertiesKHR()
17456 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
17457 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
17459 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
/external/swiftshader/include/vulkan/
Dvulkan_funcs.hpp16704 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16709 …(m_device, reinterpret_cast<const VkPipelineInfoKHR *>(&pipelineInfo), &executableCount, nullptr)); in getPipelineExecutablePropertiesKHR()
16710 if((result == Result::eSuccess) && executableCount) in getPipelineExecutablePropertiesKHR()
16712 properties.resize(executableCount); in getPipelineExecutablePropertiesKHR()
16715 &executableCount, in getPipelineExecutablePropertiesKHR()
16721 VULKAN_HPP_ASSERT(executableCount <= properties.size()); in getPipelineExecutablePropertiesKHR()
16722 if(executableCount < properties.size()) in getPipelineExecutablePropertiesKHR()
16724 properties.resize(executableCount); in getPipelineExecutablePropertiesKHR()
16741 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16746 …(m_device, reinterpret_cast<const VkPipelineInfoKHR *>(&pipelineInfo), &executableCount, nullptr)); in getPipelineExecutablePropertiesKHR()
[all …]
Dvulkan_raii.hpp16394 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16399 …m_device), reinterpret_cast<const VkPipelineInfoKHR *>(&pipelineInfo), &executableCount, nullptr)); in getPipelineExecutablePropertiesKHR()
16400 if((result == VULKAN_HPP_NAMESPACE::Result::eSuccess) && executableCount) in getPipelineExecutablePropertiesKHR()
16402 properties.resize(executableCount); in getPipelineExecutablePropertiesKHR()
16406 &executableCount, in getPipelineExecutablePropertiesKHR()
16416 VULKAN_HPP_ASSERT(executableCount <= properties.size()); in getPipelineExecutablePropertiesKHR()
16417 if(executableCount < properties.size()) in getPipelineExecutablePropertiesKHR()
16419 properties.resize(executableCount); in getPipelineExecutablePropertiesKHR()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp5343 uint32_t executableCount = 0; in ValidatePipelineExecutableInfo() local
5344 DispatchGetPipelineExecutablePropertiesKHR(device, &pi, &executableCount, NULL); in ValidatePipelineExecutableInfo()
5346 if (pExecutableInfo->executableIndex >= executableCount) { in ValidatePipelineExecutableInfo()
5352 pExecutableInfo->executableIndex, executableCount); in ValidatePipelineExecutableInfo()