Searched refs:PipelineCache (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/Vulkan/ |
D | VkPipelineCache.hpp | 23 class PipelineCache : public Object<PipelineCache, VkPipelineCache> class 26 PipelineCache(const VkPipelineCacheCreateInfo* pCreateInfo, void* mem) in PipelineCache() function in vk::PipelineCache 30 ~PipelineCache() = delete; 40 static inline PipelineCache* Cast(VkPipelineCache object) in Cast() 42 return reinterpret_cast<PipelineCache*>(object); in Cast()
|
D | libVulkan.cpp | 920 return vk::PipelineCache::Create(pAllocator, pCreateInfo, pPipelineCache); in vkCreatePipelineCache()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1263 struct PipelineCache struct 1279 return getSafeObjectCount<PipelineCache>(context, params, MAX_CONCURRENT_PIPELINE_CACHES); in getMaxConcurrent() 1602 Dependency<PipelineCache> pipelineCache; 1610 , pipelineCache (env, PipelineCache::Parameters()) in Resources() 1833 Dependency<PipelineCache> pipelineCache; 1850 , pipelineCache (env, PipelineCache::Parameters()) in Resources() 2757 CaseDescription<PipelineCache> pipelineCache; 2905 static const NamedParameters<PipelineCache> s_pipelineCacheCases[] = in createObjectManagementTests() 2907 { "pipeline_cache", PipelineCache::Parameters() } in createObjectManagementTests() 2974 CASE_DESC(createSingleTest <PipelineCache>, s_pipelineCacheCases), in createObjectManagementTests() [all …]
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 12547 class PipelineCache class 12550 VULKAN_HPP_CONSTEXPR PipelineCache() in PipelineCache() function in VULKAN_HPP_NAMESPACE::PipelineCache 12554 VULKAN_HPP_CONSTEXPR PipelineCache( std::nullptr_t ) in PipelineCache() function in VULKAN_HPP_NAMESPACE::PipelineCache 12558 VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache( VkPipelineCache pipelineCache ) in PipelineCache() function in VULKAN_HPP_NAMESPACE::PipelineCache 12563 PipelineCache & operator=(VkPipelineCache pipelineCache) in operator =() 12570 PipelineCache & operator=( std::nullptr_t ) in operator =() 12576 bool operator==( PipelineCache const & rhs ) const in operator ==() 12581 bool operator!=(PipelineCache const & rhs ) const in operator !=() 12586 bool operator<(PipelineCache const & rhs ) const in operator <() 12609 …static_assert( sizeof( PipelineCache ) == sizeof( VkPipelineCache ), "handle and wrapper have diff… [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 178 VK_NULL_DEFINE_DEVICE_OBJ(PipelineCache);
|
D | vkNullDriverImpl.inl | 73 …VK_NULL_RETURN((*pPipelineCache = allocateNonDispHandle<PipelineCache, VkPipelineCache>(device, pC… 299 freeNonDispHandle<PipelineCache, VkPipelineCache>(pipelineCache, pAllocator);
|