Searched refs:pValidationCache (Results 1 – 15 of 15) sorted by relevance
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 980 …pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache) const 982 return m_vk.createValidationCacheEXT(device, pCreateInfo, pAllocator, pValidationCache);
|
D | vkVirtualDeviceInterface.inl | 199 …teInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache) const = 0;
|
D | vkConcreteDeviceInterface.inl | 199 …CreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache) const;
|
D | vkNullDriverImpl.inl | 220 …oEXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache) argument 223 …VK_NULL_RETURN((*pValidationCache = allocateNonDispHandle<ValidationCacheEXT, VkValidationCacheEXT…
|
D | vkFunctionPointerTypes.inl | 296 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache);
|
D | vkVulkan_c.inl | 7806 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 7816 VkValidationCacheEXT* pValidationCache);
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 6891 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 6901 VkValidationCacheEXT* pValidationCache);
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7321 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 7331 VkValidationCacheEXT* pValidationCache);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 7321 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 7331 VkValidationCacheEXT* pValidationCache);
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 582 … const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache);
|
D | core_validation.cpp | 13496 VkValidationCacheEXT *pValidationCache) { in CoreLayerCreateValidationCacheEXT() argument 13497 *pValidationCache = ValidationCache::Create(pCreateInfo); in CoreLayerCreateValidationCacheEXT() 13498 return *pValidationCache ? VK_SUCCESS : VK_ERROR_INITIALIZATION_FAILED; in CoreLayerCreateValidationCacheEXT()
|
/external/swiftshader/include/vulkan/ |
D | vulkan_core.h | 7885 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 7895 VkValidationCacheEXT* pValidationCache);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_core.h | 8056 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 8066 VkValidationCacheEXT* pValidationCache);
|
D | vulkan.hpp | 1295 …CreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache ) const in vkCreateValidationCacheEXT() 1297 return ::vkCreateValidationCacheEXT( device, pCreateInfo, pAllocator, pValidationCache ); in vkCreateValidationCacheEXT() 13952 …ateInfo, const AllocationCallbacks* pAllocator, ValidationCacheEXT* pValidationCache, Dispatch con… 49563 …ateInfo, const AllocationCallbacks* pAllocator, ValidationCacheEXT* pValidationCache, Dispatch con… in createValidationCacheEXT() argument 49565 …locationCallbacks*>( pAllocator ), reinterpret_cast<VkValidationCacheEXT*>( pValidationCache ) ) ); in createValidationCacheEXT()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 7803 …EXT* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkValidationCacheEXT* pValidationCache); 7813 VkValidationCacheEXT* pValidationCache);
|