Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_funcs.hpp17536 internalRepresentations; in getPipelineExecutableInternalRepresentationsKHR() local
17548 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
17553 reinterpret_cast<VkPipelineExecutableInternalRepresentationKHR *>( internalRepresentations.data() ) ) ); 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()
17562 internalRepresentations, in getPipelineExecutableInternalRepresentationsKHR()
17582 internalRepresentations( pipelineExecutableInternalRepresentationKHRAllocator ); in getPipelineExecutableInternalRepresentationsKHR()
17594 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
17599 reinterpret_cast<VkPipelineExecutableInternalRepresentationKHR *>( internalRepresentations in getPipelineExecutableInternalRepresentationsKHR()
[all...]
H A Dvulkan_raii.hpp15474 std::vector<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR> internalRepresentations; in getPipelineExecutableInternalRepresentationsKHR() local
15487 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
15493 reinterpret_cast<VkPipelineExecutableInternalRepresentationKHR *>( internalRepresentations.data() ) ) ); in getPipelineExecutableInternalRepresentationsKHR()
15494 VULKAN_HPP_ASSERT( internalRepresentationCount <= internalRepresentations.size() ); in getPipelineExecutableInternalRepresentationsKHR()
15498 ( internalRepresentationCount < internalRepresentations.size() ) ) in getPipelineExecutableInternalRepresentationsKHR()
15500 internalRepresentations.resize( internalRepresentationCount ); in getPipelineExecutableInternalRepresentationsKHR()
15507 return internalRepresentations; in getPipelineExecutableInternalRepresentationsKHR()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_funcs.hpp18408 internalRepresentations; getPipelineExecutableInternalRepresentationsKHR() local
[all...]
H A Dvulkan_raii.hpp19841 std::vector<VULKAN_HPP_NAMESPACE::PipelineExecutableInternalRepresentationKHR> internalRepresentations; getPipelineExecutableInternalRepresentationsKHR() local
[all...]

Completed in 119 milliseconds