Home
last modified time | relevance | path

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

12345678910

/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_cache.h154 …e_t vn_sizeof_vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in vn_sizeof_vkDestroyPipelineCache() argument
161 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkDestroyPipelineCache()
169 …r *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in vn_encode_vkDestroyPipelineCache() argument
177 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkDestroyPipelineCache()
182 …_sizeof_vkDestroyPipelineCache_reply(VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in vn_sizeof_vkDestroyPipelineCache_reply() argument
194 …che_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, const VkAlloc… in vn_decode_vkDestroyPipelineCache_reply() argument
205 …e_t vn_sizeof_vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pData… in vn_sizeof_vkGetPipelineCacheData() argument
212 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkGetPipelineCacheData()
221 …r *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, size_t* pData… in vn_encode_vkGetPipelineCacheData() argument
229 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkGetPipelineCacheData()
[all …]
H A Dvn_protocol_driver_pipeline.h2527 … vn_sizeof_vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_sizeof_vkCreateGraphicsPipelines() argument
2534 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkCreateGraphicsPipelines()
2557 …r *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_encode_vkCreateGraphicsPipelines() argument
2565 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkCreateGraphicsPipelines()
2585 …zeof_vkCreateGraphicsPipelines_reply(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_sizeof_vkCreateGraphicsPipelines_reply() argument
2608 …nes_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_decode_vkCreateGraphicsPipelines_reply() argument
2633 …t vn_sizeof_vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_sizeof_vkCreateComputePipelines() argument
2640 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkCreateComputePipelines()
2663 …r *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_encode_vkCreateComputePipelines() argument
2671 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkCreateComputePipelines()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRefUtil.cpp31 …> createGraphicsPipeline(const DeviceInterface &vk, VkDevice device, VkPipelineCache pipelineCache, in createGraphicsPipeline() argument
36 … VK_CHECK(vk.createGraphicsPipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createGraphicsPipeline()
40 …e> createComputePipeline(const DeviceInterface &vk, VkDevice device, VkPipelineCache pipelineCache, in createComputePipeline() argument
45 … VK_CHECK(vk.createComputePipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createComputePipeline()
51 …eateRayTracingPipelineNV(const DeviceInterface &vk, VkDevice device, VkPipelineCache pipelineCache, in createRayTracingPipelineNV() argument
56 …VK_CHECK(vk.createRayTracingPipelinesNV(device, pipelineCache, 1u, pCreateInfo, pAllocator, &objec… in createRayTracingPipelineNV()
61 … VkDeferredOperationKHR deferredOperation, VkPipelineCache pipelineCache, in createRayTracingPipelineKHR() argument
66 …VK_CHECK(vk.createRayTracingPipelinesKHR(device, deferredOperation, pipelineCache, 1u, pCreateInfo… in createRayTracingPipelineKHR()
H A DvkResourceInterface.hpp79 …virtual VkResult createGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t …
83 …virtual VkResult createComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t c…
210 …R VkResult(VKAPI_CALL *CreateGraphicsPipelinesFunc)(VkDevice device, VkPipelineCache pipelineCache,
215 …TR VkResult(VKAPI_CALL *CreateComputePipelinesFunc)(VkDevice device, VkPipelineCache pipelineCache,
226 …API_ATTR void(VKAPI_CALL *DestroyPipelineCacheFunc)(VkDevice device, VkPipelineCache pipelineCache,
228 …ATTR VkResult(VKAPI_CALL *GetPipelineCacheDataFunc)(VkDevice device, VkPipelineCache pipelineCache,
250 …VkResult createGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createIn…
254 …VkResult createComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInf…
H A DvkRefUtil.hpp34 …> createGraphicsPipeline(const DeviceInterface &vk, VkDevice device, VkPipelineCache pipelineCache,
37 …e> createComputePipeline(const DeviceInterface &vk, VkDevice device, VkPipelineCache pipelineCache,
41 …eateRayTracingPipelineNV(const DeviceInterface &vk, VkDevice device, VkPipelineCache pipelineCache,
45 … VkDeferredOperationKHR deferredOperation, VkPipelineCache pipelineCache,
H A DvkPlatform.cpp424 … DeviceDriverSC::createGraphicsPipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, in createGraphicsPipelinesHandlerNorm() argument
431 …return m_resourceInterface->createGraphicsPipelines(device, pipelineCache, createInfoCount, pCreat… in createGraphicsPipelinesHandlerNorm()
435 … DeviceDriverSC::createGraphicsPipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, in createGraphicsPipelinesHandlerStat() argument
442 DE_UNREF(pipelineCache); in createGraphicsPipelinesHandlerStat()
453 …m_resourceInterface->createGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos,… in createGraphicsPipelinesHandlerStat()
457 …t DeviceDriverSC::createComputePipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, in createComputePipelinesHandlerNorm() argument
464 …return m_resourceInterface->createComputePipelines(device, pipelineCache, createInfoCount, pCreate… in createComputePipelinesHandlerNorm()
468 …d DeviceDriverSC::createComputePipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, in createComputePipelinesHandlerStat() argument
475 DE_UNREF(pipelineCache); in createComputePipelinesHandlerStat()
486 …m_resourceInterface->createComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, … in createComputePipelinesHandlerStat()
H A DvkPlatform.hpp202 VkResult createGraphicsPipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache,
206 …void createGraphicsPipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, uint32_t c…
209 …VkResult createComputePipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, uint32_…
212 …void createComputePipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, uint32_t cr…
/aosp_15_r20/external/deqp/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp76 …R VkResult(VKAPI_CALL *CreateGraphicsPipelinesFunc)(VkDevice device, VkPipelineCache pipelineCache,
81 …TR VkResult(VKAPI_CALL *CreateComputePipelinesFunc)(VkDevice device, VkPipelineCache pipelineCache,
92 …API_ATTR void(VKAPI_CALL *DestroyPipelineCacheFunc)(VkDevice device, VkPipelineCache pipelineCache,
94 …ATTR VkResult(VKAPI_CALL *GetPipelineCacheDataFunc)(VkDevice device, VkPipelineCache pipelineCache,
537 VkPipelineCache pipelineCache; in buildPipelineCache() local
580 VK_CHECK(getPipelineCacheDataFunc(*pcDevice, pipelineCache, &cacheSize, DE_NULL)); in buildPipelineCache()
582 … VK_CHECK(getPipelineCacheDataFunc(*pcDevice, pipelineCache, &cacheSize, resultCacheData.data())); in buildPipelineCache()
597 destroyPipelineCacheFunc(*pcDevice, pipelineCache, DE_NULL); in buildPipelineCache()
782 VK_CHECK(createPipelineCacheFunc(*pcDevice, &pcCI, DE_NULL, &pipelineCache)); in buildPipelineCache()
977 … VK_CHECK(createGraphicsPipelinesFunc(*pcDevice, pipelineCache, 1, &gpCI, DE_NULL, &gPipeline)); in buildPipelineCache()
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp179 const vk::PipelineCache &pipelineCache, in GetPipelineCacheData() argument
182 ASSERT(pipelineCache.valid() || contextVk->getState().isGLES1() || in GetPipelineCacheData()
185 if (!pipelineCache.valid() || in GetPipelineCacheData()
194 pipelineCache.getCacheData(contextVk->getDevice(), &pipelineCacheSize, nullptr); in GetPipelineCacheData()
203 result = pipelineCache.getCacheData(contextVk->getDevice(), &pipelineCacheSize, in GetPipelineCacheData()
223 result = pipelineCache.getCacheData(contextVk->getDevice(), &pipelineCacheSize, in GetPipelineCacheData()
1050 vk::PipelineCacheAccess pipelineCache; in warmUpComputePipelineCache() local
1051 pipelineCache.init(&mPipelineCache, nullptr); in warmUpComputePipelineCache()
1056 ANGLE_TRY(getOrCreateComputePipeline(context, &pipelineCache, PipelineSource::WarmUp, in warmUpComputePipelineCache()
1077 vk::PipelineCacheAccess pipelineCache; in warmUpGraphicsPipelineCache() local
[all …]
H A DProgramExecutableVk.h184 vk::PipelineCacheAccess *pipelineCache,
191 vk::PipelineCacheAccess *pipelineCache,
200 vk::PipelineCacheAccess *pipelineCache,
465 vk::PipelineCacheAccess *pipelineCache,
474 vk::PipelineCacheAccess *pipelineCache,
/aosp_15_r20/external/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c428 VkPipelineCache pipelineCache, in vn_DestroyPipelineCache() argument
433 vn_pipeline_cache_from_handle(pipelineCache); in vn_DestroyPipelineCache()
440 vn_async_vkDestroyPipelineCache(dev->primary_ring, device, pipelineCache, in vn_DestroyPipelineCache()
474 VkPipelineCache pipelineCache, in vn_GetPipelineCacheData() argument
486 pipelineCache, pDataSize, NULL); in vn_GetPipelineCacheData()
508 vn_call_vkGetPipelineCacheData(target_ring, device, pipelineCache, in vn_GetPipelineCacheData()
1533 VkPipelineCache pipelineCache, in vn_CreateGraphicsPipelines() argument
1604 target_ring, device, pipelineCache, createInfoCount, pCreateInfos, in vn_CreateGraphicsPipelines()
1610 vn_async_vkCreateGraphicsPipelines(target_ring, device, pipelineCache, in vn_CreateGraphicsPipelines()
1623 VkPipelineCache pipelineCache, in vn_CreateComputePipelines() argument
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp569 …ThreadGroupThread(const Context &context, VkPipelineCache pipelineCache, const VkPipelineLayout &p… in ThreadGroupThread() argument
573 , m_pipelineCache(pipelineCache) in ThreadGroupThread()
691 CreateComputeThread(const Context &context, VkPipelineCache pipelineCache, in CreateComputeThread() argument
695 …: ThreadGroupThread(context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersEx… in CreateComputeThread()
734 CreateGraphicThread(const Context &context, VkPipelineCache pipelineCache, in CreateGraphicThread() argument
738 …: ThreadGroupThread(context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersEx… in CreateGraphicThread()
824 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
825 …Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineI… in iterate()
837 …ads.add(MovePtr<ThreadGroupThread>(new CreateComputeThread(m_context, *pipelineCache, pipelineInfo, in iterate()
961 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
[all …]
H A DvktSynchronizationUtil.cpp76 const vk::Unique<vk::VkPipelineCache> pipelineCache( in makeComputePipeline() local
79 …vk::Move<vk::VkPipeline> pipeline(createComputePipeline(vk, device, *pipelineCache, &pipelineInfo)… in makeComputePipeline()
82 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in makeComputePipeline()
367 const vk::Unique<vk::VkPipelineCache> pipelineCache( in build() local
369 …vk::Move<vk::VkPipeline> pipeline(createGraphicsPipeline(vk, device, *pipelineCache, &graphicsPipe… in build()
372 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in build()
1116 const vk::VkPipelineCache pipelineCache) in setFromPipelineCache() argument
1122 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, DE_NULL)); in setFromPipelineCache()
1127 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, &m_data[0])); in setFromPipelineCache()
1131 DE_UNREF(pipelineCache); in setFromPipelineCache()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp2161 Move<VkPipelineCache> pipelineCache; in iterate() local
2166pipelineCache = createPipelineCache(vkd, device, &cacheCreateInf… in iterate()
2273 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2277 … geomSpecInfo.get(), nullptr, nullptr, pipelineCache.get()) in iterate()
2279 … &multisampleState, fragSpecInfo.get(), pipelineCache.get()) in iterate()
2280 …setupFragmentOutputState(*renderPass, 0u, &colorBlendState, &multisampleState, pipelineCache.get()) in iterate()
2282 .buildPipeline(pipelineCache.get()); in iterate()
2336 … .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2348 … geomToRun.getSpecInfo(), nullptr, PipelineRenderingCreateInfoWrapper(), pipelineCache.get()) in iterate()
2352 fragToRun.getSpecInfo(), pipelineCache.get()) in iterate()
[all …]
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkResourceProvider.cpp51 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
120 compatibleRenderPass, layout, this->pipelineCache(), subpass); in makePipeline()
332 this->pipelineCache()); in findOrCreateMSAALoadPipeline()
559 if (this->pipelineCache() == VK_NULL_HANDLE) { in storePipelineCacheData()
564 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
572 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A 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()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A 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()
H A 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 …]
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c345 radv_create_compute_pipelines(VkDevice _device, VkPipelineCache pipelineCache, uint32_t count, in radv_create_compute_pipelines() argument
354 …r = radv_compute_pipeline_create(_device, pipelineCache, &pCreateInfos[i], pAllocator, &pPipelines… in radv_create_compute_pipelines()
383 radv_CreateComputePipelines(VkDevice _device, VkPipelineCache pipelineCache, uint32_t count, in radv_CreateComputePipelines() argument
387 …return radv_create_compute_pipelines(_device, pipelineCache, count, pCreateInfos, pAllocator, pPip… in radv_CreateComputePipelines()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A 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 …]
H A 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 …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp356 VkPipelineCache pipelineCache; in createPipelineCacheTest() local
357 …esult result = createPipelineCacheFunc(*device, &pipelineCacheCreateInfo, DE_NULL, &pipelineCache); in createPipelineCacheTest()
371 destroyPipelineCacheFunc(*device, pipelineCache, DE_NULL); in createPipelineCacheTest()
H A DvktPipelineIdentifierTests.cpp289 …VkPipelineCache pipelineCache = context.getResourceInterface()->getPipelineCache(device); in testGraphicsPipelineIdentifier() local
336 VkResult result = createGraphicsPipelinesFunc(device, pipelineCache, pipelineCount, in testGraphicsPipelineIdentifier()
480 …VkPipelineCache pipelineCache = context.getResourceInterface()->getPipelineCache(device); in testComputePipelineIdentifier() local
527 VkResult result = createComputePipelinesFunc(device, pipelineCache, pipelineCount, in testComputePipelineIdentifier()
/aosp_15_r20/external/angle/src/tests/test_utils/third_party/
H A Dvulkan_command_buffer_utils.cpp1553 VkPipelineCacheCreateInfo pipelineCache; in init_pipeline_cache() local
1554 pipelineCache.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in init_pipeline_cache()
1555 pipelineCache.pNext = NULL; in init_pipeline_cache()
1556 pipelineCache.initialDataSize = 0; in init_pipeline_cache()
1557 pipelineCache.pInitialData = NULL; in init_pipeline_cache()
1558 pipelineCache.flags = 0; in init_pipeline_cache()
1559 res = vkCreatePipelineCache(info.device, &pipelineCache, NULL, &info.pipelineCache); in init_pipeline_cache()
1722 res = vkCreateGraphicsPipelines(info.device, info.pipelineCache, 1, &pipeline, NULL, in init_pipeline()
1824 vkDestroyPipelineCache(info.device, info.pipelineCache, NULL); in destroy_pipeline_cache()
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkPipeline.hpp93 …lbacks *pAllocator, const VkGraphicsPipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
141 …llbacks *pAllocator, const VkComputePipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);

12345678910