Searched refs:pipelineCache (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 407 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… 408 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… 410 VKAPI_ATTR VkResult CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_… 411 VKAPI_ATTR VkResult CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t… 1016 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… in DestroyPipelineCache() argument 1017 GetData(device).dispatch.DestroyPipelineCache(device, pipelineCache, pAllocator); in DestroyPipelineCache() 1020 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… in GetPipelineCacheData() argument 1021 return GetData(device).dispatch.GetPipelineCacheData(device, pipelineCache, pDataSize, pData); in GetPipelineCacheData() 1028 VKAPI_ATTR VkResult CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_… in CreateGraphicsPipelines() argument 1029 …return GetData(device).dispatch.CreateGraphicsPipelines(device, pipelineCache, createInfoCount, pC… in CreateGraphicsPipelines() [all …]
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 93 VKAPI_ATTR void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloca… 94 VKAPI_ATTR VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pD… 96 VKAPI_ATTR VkResult CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_… 97 VKAPI_ATTR VkResult CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
|
D | null_driver.cpp | 1276 void DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbac… in DestroyPipelineCache() argument 1279 VkResult GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, vo… in GetPipelineCacheData() argument
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 8778 pipelineCache := ? 8779 pPipelineCache[0] = pipelineCache 8780 State.PipelineCaches[pipelineCache] = new!PipelineCacheObject(device: device) 8787 VkPipelineCache pipelineCache, 8790 pipelineCacheObject := GetPipelineCache(pipelineCache) 8793 State.PipelineCaches[pipelineCache] = null 8798 VkPipelineCache pipelineCache, 8802 pipelineCacheObject := GetPipelineCache(pipelineCache) 8829 VkPipelineCache pipelineCache, 8835 if pipelineCache != NULL_HANDLE { [all …]
|