Searched refs:pPipelineCache (Results 1 – 10 of 10) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 225 …eInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const 227 return m_vk.createPipelineCache(device, pCreateInfo, pAllocator, pPipelineCache);
|
D | vkConcreteDeviceInterface.inl | 48 …Info* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const;
|
D | vkVirtualDeviceInterface.inl | 48 …* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) const = 0;
|
D | vkNullDriverImpl.inl | 76 …eCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache) argument 79 …VK_NULL_RETURN((*pPipelineCache = allocateNonDispHandle<PipelineCache, VkPipelineCache>(device, pC…
|
D | vkFunctionPointerTypes.inl | 65 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache);
|
/external/vulkan-validation-layers/layers/ |
D | parameter_validation.cpp | 2912 bool PostCreatePipelineCache(VkDevice device, VkPipelineCache *pPipelineCache, VkResult result) { in PostCreatePipelineCache() argument 2925 … VkPipelineCache *pPipelineCache) { in vkCreatePipelineCache() argument 2931 …er_validation_vkCreatePipelineCache(my_data->report_data, pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache() 2935 …pc_device_table_map, device)->CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache() 2937 PostCreatePipelineCache(device, pPipelineCache, result); in vkCreatePipelineCache()
|
D | core_validation.cpp | 6438 … const VkAllocationCallbacks *pAllocator, VkPipelineCache *pPipelineCache) { in vkCreatePipelineCache() argument 6440 …_data->device_dispatch_table->CreatePipelineCache(device, pCreateInfo, pAllocator, pPipelineCache); in vkCreatePipelineCache()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1321 VkPipelineCache *pPipelineCache) { argument 1327 pPipelineCache);
|
/external/skia/third_party/vulkan/ |
D | vulkan.h | 2258 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 2666 VkPipelineCache* pPipelineCache);
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 2267 …CreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkPipelineCache* pPipelineCache); 2675 VkPipelineCache* pPipelineCache);
|