Home
last modified time | relevance | path

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

1234

/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()
55 VkPipelineCache pipelineCache, in createRayTracingPipelineNV() argument
60 …VK_CHECK(vk.createRayTracingPipelinesNV(device, pipelineCache, 1u, pCreateInfo, pAllocator, &objec… in createRayTracingPipelineNV()
67 VkPipelineCache pipelineCache, in createRayTracingPipelineKHR() argument
72 …VK_CHECK(vk.createRayTracingPipelinesKHR(device, deferredOperation, pipelineCache, 1u, pCreateInfo… in createRayTracingPipelineKHR()
DvkRefUtil.hpp36 VkPipelineCache pipelineCache,
41 VkPipelineCache pipelineCache,
46 VkPipelineCache pipelineCache,
52 VkPipelineCache pipelineCache,
DvkDeviceDriverImpl.inl236 void DeviceDriver::destroyPipelineCache (VkDevice device, VkPipelineCache pipelineCache, const VkAl… argument
238 m_vk.destroyPipelineCache(device, pipelineCache, pAllocator);
241 VkResult DeviceDriver::getPipelineCacheData (VkDevice device, VkPipelineCache pipelineCache, size_t… argument
243 return m_vk.getPipelineCacheData(device, pipelineCache, pDataSize, pData);
251 VkResult DeviceDriver::createGraphicsPipelines (VkDevice device, VkPipelineCache pipelineCache, uin… argument
253 …return m_vk.createGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocat…
256 VkResult DeviceDriver::createComputePipelines (VkDevice device, VkPipelineCache pipelineCache, uint… argument
258 …return m_vk.createComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocato…
1376 VkResult DeviceDriver::createRayTracingPipelinesNV (VkDevice device, VkPipelineCache pipelineCache,… argument
1378 …return m_vk.createRayTracingPipelinesNV(device, pipelineCache, createInfoCount, pCreateInfos, pAll…
[all …]
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp449 …ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& … in ThreadGroupThread() argument
452 , m_pipelineCache (pipelineCache) in ThreadGroupThread()
550 …CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipeli… in CreateComputeThread() argument
553 …: ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shaders… in CreateComputeThread()
580 …CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipel… in CreateGraphicThread() argument
583 …: ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shaders… in CreateGraphicThread()
641 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
642 …Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo… in iterate()
650 …m_context, *pipelineCache, pipelineInfo, *pipelineLayout, *descriptorSetLayout, *queues, m_shaders… in iterate()
753 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
[all …]
DvktSynchronizationUtil.cpp80 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in makeComputePipeline() local
81 …vk::Move<vk::VkPipeline> pipeline (createComputePipeline(vk, device, *pipelineCache, &pipeline… in makeComputePipeline()
84 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in makeComputePipeline()
374 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in build() local
375 …vk::Move<vk::VkPipeline> pipeline (createGraphicsPipeline(vk, device, *pipelineCache, &graphic… in build()
378 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in build()
1103 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache() argument
1108 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, DE_NULL)); in setFromPipelineCache()
1113 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, &m_data[0])); in setFromPipelineCache()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_pipeline_cache.h136 vn_decode_VkPipelineCache_lookup(dec, &args->pipelineCache); in vn_decode_vkDestroyPipelineCache_args_temp()
147 vn_replace_VkPipelineCache_handle(&args->pipelineCache); in vn_replace_vkDestroyPipelineCache_args_handle()
163 vn_decode_VkPipelineCache_lookup(dec, &args->pipelineCache); in vn_decode_vkGetPipelineCacheData_args_temp()
185 vn_replace_VkPipelineCache_handle(&args->pipelineCache); in vn_replace_vkGetPipelineCacheData_args_handle()
/external/skia/src/gpu/vk/
DGrVkResourceProvider.cpp36 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
104 compatibleRenderPass, layout, this->pipelineCache(), subpass); in makePipeline()
313 this->pipelineCache()); in findOrCreateMSAALoadPipeline()
540 if (this->pipelineCache() == VK_NULL_HANDLE) { in storePipelineCacheData()
545 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
553 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
/external/vulkan-validation-layers/layers/
Dbest_practices.cpp218 …eCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in PreCallValidateCreateGraphicsPipelines() argument
223 if ((createInfoCount > 1) && (!pipelineCache)) { in PreCallValidateCreateGraphicsPipelines()
234 …reCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in PreCallValidateCreateComputePipelines() argument
239 if ((createInfoCount > 1) && (!pipelineCache)) { in PreCallValidateCreateComputePipelines()
Dbest_practices.h51 …bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32…
54 …bool PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
Dcore_validation.h503 …bool PreCallValidateCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
506 …void PostCallRecordCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t…
531 …bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32…
534 …void PostCallRecordCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_…
555 …bool PreCallValidateCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, ui…
559 …void PostCallRecordCreateRayTracingPipelinesNV(VkDevice device, VkPipelineCache pipelineCache, uin…
1237 … VkPipelineCache pipelineCache, uint32_t count, const VkGraphicsPipelineCreateInfo* pCreateInfos,
1260 … VkPipelineCache pipelineCache, uint32_t count, const VkComputePipelineCreateInfo* pCreateInfos,
1265 …VkPipelineCache pipelineCache, uint32_t count, const VkRayTracingPipelineCreateInfoNV* pCreateInfo…
1545 …bool PreCallValidateCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32…
[all …]
/external/swiftshader/src/Vulkan/
DVkPipeline.hpp96 …lbacks *pAllocator, const VkGraphicsPipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
142 …llbacks *pAllocator, const VkComputePipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
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()
DvktPipelineEarlyDestroyTests.cpp189 …const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCa… in testEarlyDestroy() local
212 …createGraphicsPipeline(vk, vkDevice, usePipelineCache ? *pipelineCache : DE_NULL, &graphicsPipelin… in testEarlyDestroy()
DvktPipelineCreationCacheControlTests.cpp879 const auto pipelineCache = createPipelineCache(vk, device, testParameter); in testInstance() local
903 …const auto timedResult = timePipelineCreation(vk, device, pipelineCache.get(), createInfos, create… in testInstance()
1060 const auto pipelineCache = createPipelineCache(vk, device, testParameter); in testInstance() local
1088 …const auto timedResult = timePipelineCreation(vk, device, pipelineCache.get(), createInfos, create… in testInstance()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_render_utils.mm584 RenderPipelineCache &pipelineCache = *pipelineCacheOut;
585 if (pipelineCache.getVertexShader())
591 pipelineCache.setVertexShader(context, shader);
612 RenderPipelineCache &pipelineCache = *pipelineCacheOut;
613 if (pipelineCache.getVertexShader())
631 pipelineCache.setVertexShader(context, shader);
655 for (RenderPipelineCache &pipelineCache : *pipelineCacheArray)
657 pipelineCache.clear();
1410 RenderPipelineCache &pipelineCache = *cacheOut;
1411 if (pipelineCache.getVertexShader() && pipelineCache.getFragmentShader())
[all …]
/external/vulkan-validation-layers/layers/generated/
Dchassis.h395 VkPipelineCache pipelineCache,
400 VkPipelineCache pipelineCache,
412 VkPipelineCache pipelineCache,
420 VkPipelineCache pipelineCache,
2099 VkPipelineCache pipelineCache,
2710 … PreCallValidateDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in PreCallValidateDestroyPipelineCache() argument
2711 …id PreCallRecordDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in PreCallRecordDestroyPipelineCache() argument
2712 …d PostCallRecordDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in PostCallRecordDestroyPipelineCache() argument
2713 … PreCallValidateGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pData… in PreCallValidateGetPipelineCacheData() argument
2714 …id PreCallRecordGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pData… in PreCallRecordGetPipelineCacheData() argument
[all …]
Dthread_safety.cpp1051 VkPipelineCache pipelineCache, in PreCallRecordDestroyPipelineCache() argument
1054 StartWriteObject(pipelineCache); in PreCallRecordDestroyPipelineCache()
1060 VkPipelineCache pipelineCache, in PostCallRecordDestroyPipelineCache() argument
1063 FinishWriteObject(pipelineCache); in PostCallRecordDestroyPipelineCache()
1069 VkPipelineCache pipelineCache, in PreCallRecordGetPipelineCacheData() argument
1073 StartReadObject(pipelineCache); in PreCallRecordGetPipelineCacheData()
1078 VkPipelineCache pipelineCache, in PostCallRecordGetPipelineCacheData() argument
1083 FinishReadObject(pipelineCache); in PostCallRecordGetPipelineCacheData()
1119 VkPipelineCache pipelineCache, in PreCallRecordCreateGraphicsPipelines() argument
1125 StartReadObject(pipelineCache); in PreCallRecordCreateGraphicsPipelines()
[all …]
Dobject_tracker.h426 VkPipelineCache pipelineCache,
430 VkPipelineCache pipelineCache,
434 VkPipelineCache pipelineCache,
444 VkPipelineCache pipelineCache,
451 VkPipelineCache pipelineCache,
459 VkPipelineCache pipelineCache,
466 VkPipelineCache pipelineCache,
2098 VkPipelineCache pipelineCache,
2105 VkPipelineCache pipelineCache,
Dlayer_chassis_dispatch.cpp163 VkResult DispatchCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cr… in DispatchCreateComputePipelines() argument
167 …turn layer_data->device_dispatch_table.CreateComputePipelines(device, pipelineCache, createInfoCou… in DispatchCreateComputePipelines()
185 if (pipelineCache) { in DispatchCreateComputePipelines()
186 pipelineCache = layer_data->Unwrap(pipelineCache); in DispatchCreateComputePipelines()
189 …lt = layer_data->device_dispatch_table.CreateComputePipelines(device, pipelineCache, createInfoCou… in DispatchCreateComputePipelines()
202 VkResult DispatchCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t c… in DispatchCreateGraphicsPipelines() argument
206 …urn layer_data->device_dispatch_table.CreateGraphicsPipelines(device, pipelineCache, createInfoCou… in DispatchCreateGraphicsPipelines()
246 if (pipelineCache) { in DispatchCreateGraphicsPipelines()
247 pipelineCache = layer_data->Unwrap(pipelineCache); in DispatchCreateGraphicsPipelines()
250 …t = layer_data->device_dispatch_table.CreateGraphicsPipelines(device, pipelineCache, createInfoCou… in DispatchCreateGraphicsPipelines()
[all …]
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1551 VkPipelineCacheCreateInfo pipelineCache; in init_pipeline_cache() local
1552 pipelineCache.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in init_pipeline_cache()
1553 pipelineCache.pNext = NULL; in init_pipeline_cache()
1554 pipelineCache.initialDataSize = 0; in init_pipeline_cache()
1555 pipelineCache.pInitialData = NULL; in init_pipeline_cache()
1556 pipelineCache.flags = 0; in init_pipeline_cache()
1557 res = vkCreatePipelineCache(info.device, &pipelineCache, NULL, &info.pipelineCache); in init_pipeline_cache()
1720 res = vkCreateGraphicsPipelines(info.device, info.pipelineCache, 1, &pipeline, NULL, in init_pipeline()
1822 vkDestroyPipelineCache(info.device, info.pipelineCache, NULL); in destroy_pipeline_cache()
/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()
/external/virglrenderer/src/venus/
Dvkr_pipeline.c57 args->ret = vkGetPipelineCacheData(args->device, args->pipelineCache, args->pDataSize, in vkr_dispatch_vkGetPipelineCacheData()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryDeviceMemoryReportTests.cpp1022 Dependency<PipelineCache> pipelineCache; member
1030 , pipelineCache (env, PipelineCache::Parameters()) in Resources()
1218 …return createGraphicsPipeline(env.vkd, env.device, *res.pipelineCache.object, &pipelineCreateInfo); in create()
1235 Dependency<PipelineCache> pipelineCache; member
1252 , pipelineCache (env, PipelineCache::Parameters()) in Resources()
1282 return createComputePipeline(env.vkd, env.device, *res.pipelineCache.object, &pipelineCreateInfo); in create()
1566 CaseDescription<PipelineCache> pipelineCache; member
1619 addCases (group, cases.pipelineCache); in createObjectTestsGroup()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c842 VkPipelineCache pipelineCache, in lvp_CreateGraphicsPipelines() argument
854 pipelineCache, in lvp_CreateGraphicsPipelines()
928 VkPipelineCache pipelineCache, in lvp_CreateComputePipelines() argument
940 pipelineCache, in lvp_CreateComputePipelines()
/external/mesa3d/include/vulkan/
Dvulkan_beta.h341 …*PFN_vkCreateRayTracingPipelinesKHR)(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
423 VkPipelineCache pipelineCache,

1234