Home | History | Annotate | Download | only in vulkan

Lines Matching defs:createPipelineCache

16586     Result createPipelineCache( const PipelineCacheCreateInfo* pCreateInfo, const AllocationCallbacks* pAllocator, PipelineCache* pPipelineCache ) const
16592 ResultValueType<PipelineCache>::type createPipelineCache( const PipelineCacheCreateInfo & createInfo, Optional<const AllocationCallbacks> allocator = nullptr ) const
16596 return createResultValue( result, pipelineCache, "vk::Device::createPipelineCache" );