Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExecutablePropertiesTests.cpp621 deUint32 executableCount = 0; in verifyTestResult() local
622 …VK_CHECK(vk.getPipelineExecutablePropertiesKHR(vkDevice, &pipelineInfo, &executableCount, DE_NULL)… in verifyTestResult()
624 if (executableCount == 0) in verifyTestResult()
629 props[ndx].resize(executableCount); in verifyTestResult()
630 for (deUint32 execNdx = 0; execNdx < executableCount; execNdx++) in verifyTestResult()
636 …VK_CHECK(vk.getPipelineExecutablePropertiesKHR(vkDevice, &pipelineInfo, &executableCount, &props[n… in verifyTestResult()
638 for (deUint32 execNdx = 0; execNdx < executableCount; execNdx++) in verifyTestResult()
DvktPipelineShaderModuleIdentifierTests.cpp441 uint32_t executableCount = 0u; in getPipelineExecutableProperties() local
444 VK_CHECK(vkd.getPipelineExecutablePropertiesKHR(device, &pipelineInfo, &executableCount, nullptr)); in getPipelineExecutableProperties()
447 if (executableCount == 0u) in getPipelineExecutableProperties()
450 propertiesKHR.resize(executableCount, initVulkanStructure()); in getPipelineExecutableProperties()
451 …VK_CHECK(vkd.getPipelineExecutablePropertiesKHR(device, &pipelineInfo, &executableCount, propertie… in getPipelineExecutableProperties()
/external/vulkan-headers/include/vulkan/
Dvulkan_funcs.hpp18476executableCount; in getPipelineExecutablePropertiesKHR() local
18480 …_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
18481 if ( ( result == VK_SUCCESS ) && executableCount ) in getPipelineExecutablePropertiesKHR()
18483 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
18486 &executableCount, in getPipelineExecutablePropertiesKHR()
18491 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
18492 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
18494 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
18495 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
18497 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
[all …]
Dvulkan_raii.hpp17942 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
17947 …evice ), reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
17948 if ( ( result == VK_SUCCESS ) && executableCount ) in getPipelineExecutablePropertiesKHR()
17950 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
17953 &executableCount, in getPipelineExecutablePropertiesKHR()
17958 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
17959 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
17961 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
/external/swiftshader/include/vulkan/
Dvulkan_funcs.hpp14343 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
14347 …_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
14348 if ( ( result == VK_SUCCESS ) && executableCount ) in getPipelineExecutablePropertiesKHR()
14350 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
14351 …vice, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, reinterpret_… in getPipelineExecutablePropertiesKHR()
14355 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
14356 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
14358 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
14370 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
14374 …_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
[all …]
Dvulkan_raii.hpp16542 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
16546 …evice ), reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
16547 if ( ( result == VK_SUCCESS ) && executableCount ) in getPipelineExecutablePropertiesKHR()
16549 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
16550 …ce ), reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, reinterpret_… in getPipelineExecutablePropertiesKHR()
16554 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
16555 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
16557 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_funcs.hpp17773executableCount; in getPipelineExecutablePropertiesKHR() local
17777 …_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
17778 if ( ( result == VK_SUCCESS ) && executableCount ) in getPipelineExecutablePropertiesKHR()
17780 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
17783 &executableCount, in getPipelineExecutablePropertiesKHR()
17788 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
17789 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
17791 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
17810 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
17814 …_device, reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
[all …]
Dvulkan_raii.hpp18112 uint32_t executableCount; in getPipelineExecutablePropertiesKHR() local
18117 …evice ), reinterpret_cast<const VkPipelineInfoKHR *>( &pipelineInfo ), &executableCount, nullptr ); in getPipelineExecutablePropertiesKHR()
18118 if ( ( result == VK_SUCCESS ) && executableCount ) in getPipelineExecutablePropertiesKHR()
18120 properties.resize( executableCount ); in getPipelineExecutablePropertiesKHR()
18123 &executableCount, in getPipelineExecutablePropertiesKHR()
18128 VULKAN_HPP_ASSERT( executableCount <= properties.size() ); in getPipelineExecutablePropertiesKHR()
18129 if ( executableCount < properties.size() ) in getPipelineExecutablePropertiesKHR()
18131 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()