Home
last modified time | relevance | path

Searched defs:pipelineCache (Results 1 – 23 of 23) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkRefUtil.cpp33 VkPipelineCache pipelineCache, in createGraphicsPipeline()
44 VkPipelineCache pipelineCache, in createComputePipeline()
DvkDeviceDriverImpl.inl235 void DeviceDriver::destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkAl…
240 VkResult DeviceDriver::getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, deUint…
250 VkResult DeviceDriver::createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, deU…
255 VkResult DeviceDriver::createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, deUi…
DvkNullDriverImpl.inl296 VKAPI_ATTR void VKAPI_CALL destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, co…
571 VKAPI_ATTR VkResult VKAPI_CALL getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationUtil.cpp143 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in makeComputePipeline() local
492 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in build() local
586 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp447 …ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& … in ThreadGroupThread()
548 …CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipeli… in CreateComputeThread()
578 …CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipel… in CreateGraphicThread()
639 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
751 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
DvktSynchronizationSmokeTests.cpp559 vk::Move<VkPipelineCache> pipelineCache; member
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineEarlyDestroyTests.cpp189 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCa… in testEarlyDestroy() local
DvktPipelineMatchedAttachmentsTests.cpp186 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCa… in testMatchedAttachments() local
DvktPipelineCacheTests.cpp1757 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCre… in ZeroSizeTestInstance() local
1851 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCre… in InvalidBlobTestInstance() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiNullHandleTests.cpp107 inline void release (Context& context, VkPipelineCache pipelineCache, const VkAllocationCallbacks* … in release()
DvktApiPipelineTests.cpp823 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, device, &pipelineCach… in createSimpleGraphicsPipeline() local
DvktApiObjectManagementTests.cpp1602 Dependency<PipelineCache> pipelineCache; member
1833 Dependency<PipelineCache> pipelineCache; member
2757 CaseDescription<PipelineCache> pipelineCache; member
/external/skqp/src/gpu/vk/
DGrVkResourceProvider.cpp39 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.c3220 …anv_tramp_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC… in anv_tramp_DestroyPipelineCache()
3226 …anv_tramp_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, … in anv_tramp_GetPipelineCacheData()
3238 …anv_tramp_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createI… in anv_tramp_CreateGraphicsPipelines()
3244 …anv_tramp_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createIn… in anv_tramp_CreateComputePipelines()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp39 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
/external/swiftshader/src/Vulkan/
DlibVulkan.cpp923 VKAPI_ATTR void VKAPI_CALL vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, c… in vkDestroyPipelineCache()
931 …R VkResult VKAPI_CALL vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_… in vkGetPipelineCacheData()
945 …kResult VKAPI_CALL vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in vkCreateGraphicsPipelines()
978 …VkResult VKAPI_CALL vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in vkCreateComputePipelines()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c2753 VkPipelineCache pipelineCache, in radv_CreateGraphicsPipelines()
2819 VkPipelineCache pipelineCache, in radv_CreateComputePipelines()
/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp876 …tion::manual_PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, in manual_PreCallValidateCreateGraphicsPipelines()
1726 …ation::manual_PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, in manual_PreCallValidateCreateComputePipelines()
Dgpu_validation.cpp514 …layer_data *dev_data, VkPipelineCache pipelineCache, uint32_t count, const VkGraphicsPipelineCreat… in GpuPreCallRecordCreateGraphicsPipelines()
Dcore_validation.cpp5152 …ecks::PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in PreCallValidateCreateGraphicsPipelines()
5184 …Checks::PreCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in PreCallRecordCreateGraphicsPipelines()
5199 …hecks::PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in PostCallRecordCreateGraphicsPipelines()
5220 …hecks::PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in PreCallValidateCreateComputePipelines()
5241 …Checks::PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint3… in PostCallRecordCreateComputePipelines()
5258 …::PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, uint3… in PreCallValidateCreateRayTracingPipelinesNV()
5285 …s::PostCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, uint3… in PostCallRecordCreateRayTracingPipelinesNV()
/external/swiftshader/include/vulkan/
Dvulkan.hpp1537 …VkResult vkCreateComputePipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t create… in vkCreateComputePipelines()
1589 …VkResult vkCreateGraphicsPipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t creat… in vkCreateGraphicsPipelines()
1643 …VkResult vkCreateRayTracingPipelinesNV( VkDevice device, VkPipelineCache pipelineCache, uint32_t c… in vkCreateRayTracingPipelinesNV()
1809 …void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCal… in vkDestroyPipelineCache()
2297 …VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize… in vkGetPipelineCacheData()
4228 VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache( VkPipelineCache pipelineCache ) in PipelineCache()
4233 PipelineCache & operator=(VkPipelineCache pipelineCache) in operator =()
42386 PipelineCache pipelineCache; in createPipelineCache() local
42394 PipelineCache pipelineCache; in createPipelineCacheUnique() local
42404 …VULKAN_HPP_INLINE void Device::destroyPipelineCache( PipelineCache pipelineCache, const Allocation… in destroyPipelineCache()
[all …]
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp1165 …VkResult vkCreateComputePipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t create… in vkCreateComputePipelines()
1205 …VkResult vkCreateGraphicsPipelines( VkDevice device, VkPipelineCache pipelineCache, uint32_t creat… in vkCreateGraphicsPipelines()
1245 …VkResult vkCreateRayTracingPipelinesNV( VkDevice device, VkPipelineCache pipelineCache, uint32_t c… in vkCreateRayTracingPipelinesNV()
1395 …void vkDestroyPipelineCache( VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCal… in vkDestroyPipelineCache()
1687 …VkResult vkGetPipelineCacheData( VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize… in vkGetPipelineCacheData()
12558 VULKAN_HPP_TYPESAFE_EXPLICIT PipelineCache( VkPipelineCache pipelineCache ) in PipelineCache()
12563 PipelineCache & operator=(VkPipelineCache pipelineCache) in operator =()
48695 …VULKAN_HPP_INLINE Result Device::createComputePipelines( PipelineCache pipelineCache, uint32_t cre… in createComputePipelines()
48701 …tor<Pipeline,Allocator>>::type Device::createComputePipelines( PipelineCache pipelineCache, ArrayP… in createComputePipelines()
48708 …tor<Pipeline,Allocator>>::type Device::createComputePipelines( PipelineCache pipelineCache, ArrayP… in createComputePipelines()
[all …]
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp12865 VkPipelineCache pipelineCache; in TEST_F() local
20093 VkPipelineCache pipelineCache; in TEST_F() local