Searched refs:executableCount (Results 1 – 6 of 6) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineExecutablePropertiesTests.cpp | 927 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/ |
D | vulkan_funcs.hpp | 16190 …32_t executableCount; in getPipelineExecutablePropertiesKHR() local 16195 …m_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr … in getPipelineExecutablePropertiesKHR() 16196 if ( ( result == Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR() 16198 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 16202 &executableCount, in getPipelineExecutablePropertiesKHR() 16204 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR() 16207 if ( ( result == Result::eSuccess ) && ( executableCount < properties.size() ) ) in getPipelineExecutablePropertiesKHR() 16209 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 16229 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local 16234 …m_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr … in getPipelineExecutablePropertiesKHR() [all …]
|
D | vulkan_raii.hpp | 15219 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local 15226 &executableCount, in getPipelineExecutablePropertiesKHR() 15228 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR() 15230 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 15234 &executableCount, in getPipelineExecutablePropertiesKHR() 15236 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR() 15239 …if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && ( executableCount < properties.size()… in getPipelineExecutablePropertiesKHR() 15241 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.cpp | 5343 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()
|
/external/swiftshader/include/vulkan/ |
D | vulkan.hpp | 87401 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local 87405 …evice, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR() 87406 if ( ( result == Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR() 87408 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 87409 …vice, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, reinterpret_… in getPipelineExecutablePropertiesKHR() 87410 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR() 87413 if ( ( result == Result::eSuccess ) && ( executableCount < properties.size() ) ) in getPipelineExecutablePropertiesKHR() 87415 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 87424 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local 87428 …evice, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 86862 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local 86866 …device, reinterpret_cast<const VkPipelineInfoKHR*>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR() 86867 if ( ( result == Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR() 86869 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 86870 …evice, reinterpret_cast<const VkPipelineInfoKHR*>( &pipelineInfo ), &executableCount, reinterpret_… in getPipelineExecutablePropertiesKHR() 86875 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR() 86876 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR() 86884 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local 86888 …device, reinterpret_cast<const VkPipelineInfoKHR*>( &pipelineInfo ), &executableCount, nullptr ) ); in getPipelineExecutablePropertiesKHR() 86889 if ( ( result == Result::eSuccess ) && executableCount ) in getPipelineExecutablePropertiesKHR() [all …]
|