Home | History | Annotate | Download | only in layers

Lines Matching defs:CreatePipelineCache

4695 VKAPI_ATTR VkResult VKAPI_CALL CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo *pCreateInfo,
4698 VkResult result = dev_data->dispatch_table.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache);
11899 {"vkCreatePipelineCache", (void *)CreatePipelineCache},