Home
last modified time | relevance | path

Searched refs:internalRepresentationCount (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp17537 uint32_t internalRepresentationCount; in getPipelineExecutableInternalRepresentationsKHR() local
17544 &internalRepresentationCount, in getPipelineExecutableInternalRepresentationsKHR()
17546 if ( ( result == Result::eSuccess ) && internalRepresentationCount ) in getPipelineExecutableInternalRepresentationsKHR()
17548 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
17552 &internalRepresentationCount, in getPipelineExecutableInternalRepresentationsKHR()
17554 VULKAN_HPP_ASSERT( internalRepresentationCount <= internalRepresentations.size() ); in getPipelineExecutableInternalRepresentationsKHR()
17557 if ( ( result == Result::eSuccess ) && ( internalRepresentationCount < internalRepresentations.size() ) ) in getPipelineExecutableInternalRepresentationsKHR()
17559 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
17583 uint32_t internalRepresentationCount; in getPipelineExecutableInternalRepresentationsKHR() local
17590 &internalRepresentationCount, in getPipelineExecutableInternalRepresentationsKHR()
[all...]
H A Dvulkan_raii.hpp15475 uint32_t internalRepresentationCount; in getPipelineExecutableInternalRepresentationsKHR() local
15483 &internalRepresentationCount, in getPipelineExecutableInternalRepresentationsKHR()
15485 if ( ( result == VULKAN_HPP_NAMESPACE::Result::eSuccess ) && internalRepresentationCount ) in getPipelineExecutableInternalRepresentationsKHR()
15487 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
15492 &internalRepresentationCount, in getPipelineExecutableInternalRepresentationsKHR()
15494 VULKAN_HPP_ASSERT( internalRepresentationCount <= internalRepresentations.size() ); in getPipelineExecutableInternalRepresentationsKHR()
15498 ( internalRepresentationCount < internalRepresentations.size() ) ) in getPipelineExecutableInternalRepresentationsKHR()
15500 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp18409 uint32_t internalRepresentationCount; getPipelineExecutableInternalRepresentationsKHR() local
18449 uint32_t internalRepresentationCount; getPipelineExecutableInternalRepresentationsKHR() local
[all...]
H A Dvulkan_raii.hpp19842 uint32_t internalRepresentationCount; getPipelineExecutableInternalRepresentationsKHR() local
[all...]

Completed in 115 milliseconds