Home
last modified time | relevance | path

Searched refs:pipelineCache (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp143 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in makeComputePipeline() local
144 …vk::Move<vk::VkPipeline> pipeline (createComputePipeline(vk, device, *pipelineCache, &pipeline… in makeComputePipeline()
147 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in makeComputePipeline()
492 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in build() local
493 …vk::Move<vk::VkPipeline> pipeline (createGraphicsPipeline(vk, device, *pipelineCache, &graphic… in build()
496 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in build()
586 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache() argument
591 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, DE_NULL)); in setFromPipelineCache()
596 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, &m_data[0])); in setFromPipelineCache()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp447 …ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& … in ThreadGroupThread() argument
450 , m_pipelineCache (pipelineCache) in ThreadGroupThread()
548 …CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipeli… in CreateComputeThread() argument
551 …: ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shaders… in CreateComputeThread()
578 …CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipel… in CreateGraphicThread() argument
581 …: ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shaders… in CreateGraphicThread()
639 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
640 …Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo… in iterate()
648 …m_context, *pipelineCache, pipelineInfo, *pipelineLayout, *descriptorSetLayout, *queues, m_shaders… in iterate()
751 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
[all …]
DvktSynchronizationUtil.hpp113 …const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache);
/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp33 VkPipelineCache pipelineCache, in createGraphicsPipeline() argument
38 VK_CHECK(vk.createGraphicsPipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createGraphicsPipeline()
44 VkPipelineCache pipelineCache, in createComputePipeline() argument
49 VK_CHECK(vk.createComputePipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createComputePipeline()
DvkRefUtil.hpp36 VkPipelineCache pipelineCache,
41 VkPipelineCache pipelineCache,
DvkDeviceDriverImpl.inl235 void DeviceDriver::destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkAl… argument
237 m_vk.destroyPipelineCache(device, pipelineCache, pAllocator);
240 VkResult DeviceDriver::getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUint… argument
242 return m_vk.getPipelineCacheData(device, pipelineCache, pDataSize, pData);
250 VkResult DeviceDriver::createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, deU… argument
252 …return m_vk.createGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocat…
255 VkResult DeviceDriver::createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deUi… argument
257 …return m_vk.createComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocato…
DvkConcreteDeviceInterface.inl50 virtual void destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const Vk…
51 virtual VkResult getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUin…
53 virtual VkResult createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, de…
54 virtual VkResult createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deU…
DvkVirtualDeviceInterface.inl50 virtual void destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const Vk…
51 virtual VkResult getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUin…
53 virtual VkResult createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, de…
54 virtual VkResult createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deU…
DvkFunctionPointerTypes.inl66 …L* DestroyPipelineCacheFunc) (VkDevice device, VkPipelineCache pipelineCache, const VkAlloc…
67 …L* GetPipelineCacheDataFunc) (VkDevice device, VkPipelineCache pipelineCache, deUintptr* pD…
69 … CreateGraphicsPipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache, deUint32 crea…
70 …* CreateComputePipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache, deUint32 crea…
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp189 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCa… in testEarlyDestroy() local
214 …createGraphicsPipeline(vk, vkDevice, usePipelineCache ? *pipelineCache : DE_NULL, &graphicsPipelin… in testEarlyDestroy()
DvktPipelineMatchedAttachmentsTests.cpp186 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCa… in testMatchedAttachments() local
333 …createGraphicsPipeline(vk, vkDevice, params.usePipelineCache ? *pipelineCache : DE_NULL, &graphics… in testMatchedAttachments()
/external/skqp/src/gpu/vk/
DGrVkResourceProvider.cpp39 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
106 this->pipelineCache()); in createPipeline()
125 this->pipelineCache()); in findOrCreateCopyPipeline()
532 this->pipelineCache(), in storePipelineCacheData()
539 this->pipelineCache(), in storePipelineCacheData()
DGrVkResourceProvider.h253 VkPipelineCache pipelineCache();
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp39 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
106 this->pipelineCache()); in createPipeline()
125 this->pipelineCache()); in findOrCreateCopyPipeline()
544 this->pipelineCache(), in storePipelineCacheData()
551 this->pipelineCache(), in storePipelineCacheData()
DGrVkResourceProvider.h260 VkPipelineCache pipelineCache();
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h618 …void anv_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCa…
619 …void gen7_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
620 …void gen75_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocation…
621 …void gen8_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
622 …void gen9_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
623 …void gen10_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocation…
624 …VkResult anv_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSiz…
625 …VkResult gen7_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
626 …VkResult gen75_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataS…
627 …VkResult gen8_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
[all …]
Danv_entrypoints.c493 …void anv_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCa…
494 …VkResult anv_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSiz…
496 …VkResult anv_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
497 …VkResult anv_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t creat…
914 …void gen7_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
915 …VkResult gen7_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
917 …VkResult gen7_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cre…
918 …VkResult gen7_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
1335 …void gen75_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocation…
1336 …VkResult gen75_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataS…
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* … in release() argument
109 context.getDeviceInterface().destroyPipelineCache(context.getDevice(), pipelineCache, pAllocator); in release()
DvktApiObjectManagementTests.cpp1602 Dependency<PipelineCache> pipelineCache; member
1610 , pipelineCache (env, PipelineCache::Parameters()) in Resources()
1794 …*pOutResult = env.vkd.createGraphicsPipelines(env.device, *res.pipelineCache.object, numPipelines,… in createMultiple()
1833 Dependency<PipelineCache> pipelineCache; member
1850 , pipelineCache (env, PipelineCache::Parameters()) in Resources()
1885 …return createComputePipeline(env.vkd, env.device, *res.pipelineCache.object, &pipelineInfo, env.al… in create()
1917 …*pOutResult = env.vkd.createComputePipelines(env.device, *res.pipelineCache.object, numPipelines, … in createMultiple()
2757 CaseDescription<PipelineCache> pipelineCache; member
2803 addCases (group, cases.pipelineCache); in createGroup()
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp923 VKAPI_ATTR void VKAPI_CALL vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, c… in vkDestroyPipelineCache() argument
926 device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
928 vk::destroy(pipelineCache, pAllocator); in vkDestroyPipelineCache()
931 …lt VKAPI_CALL vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pData… in vkGetPipelineCacheData() argument
945 …VKAPI_CALL vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vkCreateGraphicsPipelines() argument
948 device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in vkCreateGraphicsPipelines()
978 … VKAPI_CALL vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vkCreateComputePipelines() argument
981 device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines); in vkCreateComputePipelines()
/external/vulkan-validation-layers/layers/
Dcore_validation.h647 …layer_data* dev_data, VkPipelineCache pipelineCache, uint32_t count, const VkGraphicsPipelineCreat…
974 …bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32…
977 …void PreCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
980 …void PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
984 …bool PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
987 …void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
1003 …bool PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, ui…
1007 …void PostCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, uin…
Dstateless_validation.h943 …eCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
946 …reCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
/external/mesa3d/src/intel/vulkan/
DgenX_pipeline.c1867 VkPipelineCache pipelineCache,
1873 ANV_FROM_HANDLE(anv_pipeline_cache, pipeline_cache, pipelineCache);
1898 VkPipelineCache pipelineCache,
1904 ANV_FROM_HANDLE(anv_pipeline_cache, pipeline_cache, pipelineCache);
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1165 …VkResult vkCreateComputePipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t create… in vkCreateComputePipelines() argument
1167 …return ::vkCreateComputePipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocato… in vkCreateComputePipelines()
1205 …VkResult vkCreateGraphicsPipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t creat… in vkCreateGraphicsPipelines() argument
1207 …return ::vkCreateGraphicsPipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocat… in vkCreateGraphicsPipelines()
1245 …VkResult vkCreateRayTracingPipelinesNV( VkDevice device, VkPipelineCache pipelineCache, uint32_t c… in vkCreateRayTracingPipelinesNV() argument
1247 …return ::vkCreateRayTracingPipelinesNV( device, pipelineCache, createInfoCount, pCreateInfos, pAll… in vkCreateRayTracingPipelinesNV()
1395 …void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCal… in vkDestroyPipelineCache() argument
1397 return ::vkDestroyPipelineCache( device, pipelineCache, pAllocator ); in vkDestroyPipelineCache()
1687 …VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize… in vkGetPipelineCacheData() argument
1689 return ::vkGetPipelineCacheData( device, pipelineCache, pDataSize, pData ); in vkGetPipelineCacheData()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp1537 …VkResult vkCreateComputePipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t create… in vkCreateComputePipelines() argument
1539 …return ::vkCreateComputePipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocato… in vkCreateComputePipelines()
1589 …VkResult vkCreateGraphicsPipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t creat… in vkCreateGraphicsPipelines() argument
1591 …return ::vkCreateGraphicsPipelines( device, pipelineCache, createInfoCount, pCreateInfos, pAllocat… in vkCreateGraphicsPipelines()
1643 …VkResult vkCreateRayTracingPipelinesNV( VkDevice device, VkPipelineCache pipelineCache, uint32_t c… in vkCreateRayTracingPipelinesNV() argument
1645 …return ::vkCreateRayTracingPipelinesNV( device, pipelineCache, createInfoCount, pCreateInfos, pAll… in vkCreateRayTracingPipelinesNV()
1809 …void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCal… in vkDestroyPipelineCache() argument
1811 return ::vkDestroyPipelineCache( device, pipelineCache, pAllocator); in vkDestroyPipelineCache()
2297 …VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize… in vkGetPipelineCacheData() argument
2299 return ::vkGetPipelineCacheData( device, pipelineCache, pDataSize, pData); in vkGetPipelineCacheData()
[all …]

12