/external/mesa3d/src/intel/vulkan/ |
D | anv_pipeline_cache.c | 383 VkPipelineCache* pPipelineCache) in anv_CreatePipelineCache() argument 404 *pPipelineCache = anv_pipeline_cache_to_handle(cache); in anv_CreatePipelineCache()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_cache.c | 487 VkPipelineCache* pPipelineCache) in radv_CreatePipelineCache() argument 514 *pPipelineCache = radv_pipeline_cache_to_handle(cache); in radv_CreatePipelineCache()
|
/external/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 910 …eCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) in vkCreatePipelineCache() argument 913 device, pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache() 920 return vk::PipelineCache::Create(pAllocator, pCreateInfo, pPipelineCache); in vkCreatePipelineCache()
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 612 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 613 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 614 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 615 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 616 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 617 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
|
D | anv_entrypoints.c | 492 …reateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) __attribute__… 913 …reateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) __attribute__… 1334 …reateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) __attribute__… 1755 …reateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) __attribute__… 2176 …reateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) __attribute__… 2597 …reateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) __attribute__… 3214 …eCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) in anv_tramp_CreatePipelineCache() argument 3217 …return anv_device->dispatch.vkCreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in anv_tramp_CreatePipelineCache()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 230 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const 232 return m_vk.createPipelineCache(device, pCreateInfo, pAllocator, pPipelineCache);
|
D | vkVirtualDeviceInterface.inl | 49 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const = 0;
|
D | vkConcreteDeviceInterface.inl | 49 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const;
|
D | vkNullDriverImpl.inl | 70 …eCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) argument 73 …VK_NULL_RETURN((*pPipelineCache = allocateNonDispHandle<PipelineCache, VkPipelineCache>(device, pC…
|
D | vkFunctionPointerTypes.inl | 65 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
|
D | vkVulkan_c.inl | 2688 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3096 VkPipelineCache* pPipelineCache);
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 2615 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3023 VkPipelineCache* pPipelineCache);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2795 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3203 VkPipelineCache* pPipelineCache);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 2795 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3203 VkPipelineCache* pPipelineCache);
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 2913 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3321 VkPipelineCache* pPipelineCache);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 2960 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3368 VkPipelineCache* pPipelineCache);
|
D | vulkan.hpp | 1230 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache ) const in vkCreatePipelineCache() 1232 return ::vkCreatePipelineCache( device, pCreateInfo, pAllocator, pPipelineCache ); in vkCreatePipelineCache() 13793 …* pCreateInfo, const AllocationCallbacks* pAllocator, PipelineCache* pPipelineCache, Dispatch cons… 49129 …* pCreateInfo, const AllocationCallbacks* pAllocator, PipelineCache* pPipelineCache, Dispatch cons… in createPipelineCache() argument 49131 …st VkAllocationCallbacks*>( pAllocator ), reinterpret_cast<VkPipelineCache*>( pPipelineCache ) ) ); in createPipelineCache()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 2685 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 3093 VkPipelineCache* pPipelineCache);
|