Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/virtio/venus-protocol/
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 …]
Dvn_protocol_driver_pipeline.h2013 … vn_sizeof_vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_sizeof_vkCreateGraphicsPipelines() argument
2020 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkCreateGraphicsPipelines()
2043 …r *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_encode_vkCreateGraphicsPipelines() argument
2051 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkCreateGraphicsPipelines()
2071 …zeof_vkCreateGraphicsPipelines_reply(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_sizeof_vkCreateGraphicsPipelines_reply() argument
2094 …nes_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_decode_vkCreateGraphicsPipelines_reply() argument
2119 …t vn_sizeof_vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_sizeof_vkCreateComputePipelines() argument
2126 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkCreateComputePipelines()
2149 …r *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t crea… in vn_encode_vkCreateComputePipelines() argument
2157 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkCreateComputePipelines()
[all …]
/third_party/vk-gl-cts/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,
/third_party/mesa3d/src/virtio/vulkan/
Dvn_pipeline.c164 VkPipelineCache pipelineCache, in vn_DestroyPipelineCache() argument
170 vn_pipeline_cache_from_handle(pipelineCache); in vn_DestroyPipelineCache()
177 vn_async_vkDestroyPipelineCache(dev->instance, device, pipelineCache, in vn_DestroyPipelineCache()
186 VkPipelineCache pipelineCache, in vn_GetPipelineCacheData() argument
198 pipelineCache, pDataSize, NULL); in vn_GetPipelineCacheData()
221 vn_call_vkGetPipelineCacheData(dev->instance, device, pipelineCache, in vn_GetPipelineCacheData()
367 VkPipelineCache pipelineCache, in vn_CreateGraphicsPipelines() argument
406 vn_async_vkCreateGraphicsPipelines(dev->instance, device, pipelineCache, in vn_CreateGraphicsPipelines()
418 VkPipelineCache pipelineCache, in vn_CreateComputePipelines() argument
447 vn_async_vkCreateComputePipelines(dev->instance, device, pipelineCache, in vn_CreateComputePipelines()
/third_party/vk-gl-cts/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()
373 …const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, dev… in build() local
374 …vk::Move<vk::VkPipeline> pipeline (createGraphicsPipeline(vk, device, *pipelineCache, &graphic… in build()
377 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in build()
1099 …(const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache() argument
1104 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, DE_NULL)); in setFromPipelineCache()
1109 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, &m_data[0])); in setFromPipelineCache()
/third_party/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()
567 if (this->pipelineCache() == VK_NULL_HANDLE) { in storePipelineCacheData()
572 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
580 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipeline.hpp96 …lbacks *pAllocator, const VkGraphicsPipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
142 …llbacks *pAllocator, const VkComputePipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_render_utils.mm587 RenderPipelineCache &pipelineCache = *pipelineCacheOut;
588 if (pipelineCache.getVertexShader())
600 pipelineCache.setVertexShader(context, shader);
622 RenderPipelineCache &pipelineCache = *pipelineCacheOut;
623 if (pipelineCache.getVertexShader())
644 pipelineCache.setVertexShader(context, shader);
668 for (RenderPipelineCache &pipelineCache : *pipelineCacheArray)
670 pipelineCache.clear();
1422 RenderPipelineCache &pipelineCache = *cacheOut;
1423 if (pipelineCache.getVertexShader() && pipelineCache.getFragmentShader())
[all …]
/third_party/mesa3d/src/amd/vulkan/radix_sort/
Dradv_radix_sort.c135 vkCreateComputePipelines(VkDevice _device, VkPipelineCache pipelineCache, uint32_t createInfoCount, in vkCreateComputePipelines() argument
140 return device->vk.dispatch_table.CreateComputePipelines(_device, pipelineCache, createInfoCount, in vkCreateComputePipelines()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.h144 vk::PipelineCache *pipelineCache = nullptr; in getGraphicsPipeline() local
145 ANGLE_TRY(renderer->getPipelineCache(&pipelineCache)); in getGraphicsPipeline()
147 contextVk, &contextVk->getRenderPassCache(), *pipelineCache, in getGraphicsPipeline()
DRendererVk.h161 angle::Result getPipelineCache(vk::PipelineCache **pipelineCache);
171 vk::PipelineCache *pipelineCache,
DRendererVk.cpp1323 vk::PipelineCache *pipelineCache, in initPipelineCache() argument
1339 ANGLE_VK_TRY(display, pipelineCache->init(mDevice, pipelineCacheCreateInfo)); in initPipelineCache()
1344 angle::Result RendererVk::getPipelineCache(vk::PipelineCache **pipelineCache) in getPipelineCache() argument
1348 *pipelineCache = &mPipelineCache; in getPipelineCache()
1364 *pipelineCache = &mPipelineCache; in getPipelineCache()
/third_party/flutter/skia/src/gpu/vk/
DGrVkResourceProvider.cpp38 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
106 shaderStageCount, primitiveType, compatibleRenderPass, layout, this->pipelineCache()); in createPipeline()
518 this->pipelineCache(), in storePipelineCacheData()
525 this->pipelineCache(), in storePipelineCacheData()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_pipeline_cache.c661 VkPipelineCache pipelineCache, in vk_common_DestroyPipelineCache() argument
664 VK_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in vk_common_DestroyPipelineCache()
675 VkPipelineCache pipelineCache, in vk_common_GetPipelineCacheData() argument
680 VK_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in vk_common_GetPipelineCacheData()
/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1540 VkPipelineCacheCreateInfo pipelineCache; in init_pipeline_cache() local
1541 pipelineCache.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in init_pipeline_cache()
1542 pipelineCache.pNext = NULL; in init_pipeline_cache()
1543 pipelineCache.initialDataSize = 0; in init_pipeline_cache()
1544 pipelineCache.pInitialData = NULL; in init_pipeline_cache()
1545 pipelineCache.flags = 0; in init_pipeline_cache()
1546 res = vkCreatePipelineCache(info.device, &pipelineCache, NULL, &info.pipelineCache); in init_pipeline_cache()
1702 res = vkCreateGraphicsPipelines(info.device, info.pipelineCache, 1, &pipeline, NULL, in init_pipeline()
1804 vkDestroyPipelineCache(info.device, info.pipelineCache, NULL); in destroy_pipeline_cache()
/third_party/flutter/glfw/tests/
Dvulkan.c352 VkPipelineCache pipelineCache; member
1342 VkPipelineCacheCreateInfo pipelineCache; in demo_prepare_pipeline() local
1441 memset(&pipelineCache, 0, sizeof(pipelineCache)); in demo_prepare_pipeline()
1442 pipelineCache.sType = VK_STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFO; in demo_prepare_pipeline()
1444 err = vkCreatePipelineCache(demo->device, &pipelineCache, NULL, in demo_prepare_pipeline()
1445 &demo->pipelineCache); in demo_prepare_pipeline()
1447 err = vkCreateGraphicsPipelines(demo->device, demo->pipelineCache, 1, in demo_prepare_pipeline()
1451 vkDestroyPipelineCache(demo->device, demo->pipelineCache, NULL); in demo_prepare_pipeline()
/third_party/vk-gl-cts/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()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp2610 VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache; in createPipelineCache() local
2616 reinterpret_cast<VkPipelineCache *>( &pipelineCache ) ) ); in createPipelineCache()
2617 …return createResultValue( result, pipelineCache, VULKAN_HPP_NAMESPACE_STRING "::Device::createPipe… in createPipelineCache()
2629 VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache; in createPipelineCacheUnique() local
2635 reinterpret_cast<VkPipelineCache *>( &pipelineCache ) ) ); in createPipelineCacheUnique()
2638 …result, pipelineCache, VULKAN_HPP_NAMESPACE_STRING "::Device::createPipelineCacheUnique", deleter … in createPipelineCacheUnique()
2644 …void Device::destroyPipelineCache( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, in destroyPipelineCache() argument
2650 static_cast<VkPipelineCache>( pipelineCache ), in destroyPipelineCache()
2657 …ice::destroyPipelineCache( VULKAN_HPP_NAMESPACE::PipelineCache pipelineCache, in destroyPipelineCache() argument
2663 static_cast<VkPipelineCache>( pipelineCache ), in destroyPipelineCache()
[all …]
/third_party/vk-gl-cts/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()

1234