Searched refs:VkPipelineCache (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.h | 94 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 95 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… 96 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… 97 …ult MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… 98 VKAPI_ATTR VkResult CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_… 99 VKAPI_ATTR VkResult CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
|
H A D | null_driver.cpp | 1039 VkPipelineCache, in CreateGraphicsPipelines() argument 1050 VkPipelineCache, in CreateComputePipelines() argument 1063 VkPipelineCache* cache) { in CreatePipelineCache() 1064 *cache = AllocHandle<VkPipelineCache>(device, HandleType::kPipelineCache); in CreatePipelineCache() 1284 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache() 1287 VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, vo… in GetPipelineCacheData() 1292 …lt MergePipelineCaches(VkDevice device, VkPipelineCache destCache, uint32_t srcCacheCount, const V… in MergePipelineCaches()
|
/aosp12/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.cpp | 419 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… 420 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… 421 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… 422 …ult MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… 1058 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… in CreatePipelineCache() 1062 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… in DestroyPipelineCache() 1066 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… in GetPipelineCacheData() 1070 …ult MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… in MergePipelineCaches() 1917 VKAPI_ATTR void vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllo… in vkDestroyPipelineCache() 1922 VKAPI_ATTR VkResult vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* … in vkGetPipelineCacheData() [all …]
|