Searched refs:CreatePipelineCache (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h99 PFN_vkCreatePipelineCache CreatePipelineCache; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp197 INIT_PROC(dev, CreatePipelineCache);
341 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
566 { "vkCreatePipelineCache", reinterpret_cast<PFN_vkVoidFunction>(CreatePipelineCache) },
854 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) { function in namespace:vulkan::api::__anon1598
855 return GetData(device).dispatch.CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache);
1519 return vulkan::api::CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp122 {"vkCreatePipelineCache", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreatePipelineCache>(CreatePipelineCache))},
H A Dnull_driver_gen.h92 VKAPI_ATTR VkResult CreatePipelineCache(VkDevice device, const VkPipelineCacheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
H A Dnull_driver.cpp998 VkResult CreatePipelineCache(VkDevice device, function in namespace:null_driver

Completed in 1807 milliseconds