Home
last modified time | relevance | path

Searched refs:VkPipelineCache (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.h92 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
93 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca…
94 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD…
95 …ult MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V…
96 VKAPI_ATTR VkResult CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
97 VKAPI_ATTR VkResult CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
Dnull_driver.cpp1039 VkPipelineCache, in CreateGraphicsPipelines() argument
1050 VkPipelineCache, in CreateComputePipelines() argument
1063 VkPipelineCache* cache) { in CreatePipelineCache()
1064 *cache = AllocHandle<VkPipelineCache>(device, HandleType::kPipelineCache); in CreatePipelineCache()
1276 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache()
1279 VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, vo… in GetPipelineCacheData()
1284 …lt MergePipelineCaches(VkDevice device, VkPipelineCache destCache, uint32_t srcCacheCount, const V… in MergePipelineCaches()
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp406 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac…
407 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca…
408 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD…
409 …ult MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V…
410 VKAPI_ATTR VkResult CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
411 VKAPI_ATTR VkResult CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
1012 …cheCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCac… in CreatePipelineCache()
1016 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… in DestroyPipelineCache()
1020 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… in GetPipelineCacheData()
1024 …ult MergePipelineCaches(VkDevice device, VkPipelineCache dstCache, uint32_t srcCacheCount, const V… in MergePipelineCaches()
[all …]
/frameworks/native/vulkan/api/
Dvulkan.api686 @nonDispatchHandle type u64 VkPipelineCache
8774 VkPipelineCache* pPipelineCache) {
8787 VkPipelineCache pipelineCache,
8798 VkPipelineCache pipelineCache,
8810 VkPipelineCache dstCache,
8812 const VkPipelineCache* pSrcCaches) {
8829 VkPipelineCache pipelineCache,
8853 VkPipelineCache pipelineCache,
11687 VkPipelineCache pipelineCache,
11896 map!(VkPipelineCache, ref!PipelineCacheObject) PipelineCaches
[all …]