Home
last modified time | relevance | path

Searched refs:pipelineCache (Results 1 - 25 of 100) sorted by relevance

1234

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_pipeline_cache.h154 static inline size_t vn_sizeof_vkDestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyPipelineCache() argument
161 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkDestroyPipelineCache()
169 static inline void vn_encode_vkDestroyPipelineCache(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) in vn_encode_vkDestroyPipelineCache() argument
177 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkDestroyPipelineCache()
182 static inline size_t vn_sizeof_vkDestroyPipelineCache_reply(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) in vn_sizeof_vkDestroyPipelineCache_reply() argument
188 /* skip pipelineCache */ in vn_sizeof_vkDestroyPipelineCache_reply()
194 static inline void vn_decode_vkDestroyPipelineCache_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) in vn_decode_vkDestroyPipelineCache_reply() argument
201 /* skip pipelineCache */ in vn_decode_vkDestroyPipelineCache_reply()
205 static inline size_t vn_sizeof_vkGetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) in vn_sizeof_vkGetPipelineCacheData() argument
212 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkGetPipelineCacheData()
221 vn_encode_vkGetPipelineCacheData(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) vn_encode_vkGetPipelineCacheData() argument
235 vn_sizeof_vkGetPipelineCacheData_reply(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) vn_sizeof_vkGetPipelineCacheData_reply() argument
257 vn_decode_vkGetPipelineCacheData_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) vn_decode_vkGetPipelineCacheData_reply() argument
374 vn_submit_vkDestroyPipelineCache(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator, struct vn_instance_submit_command *submit) vn_submit_vkDestroyPipelineCache() argument
395 vn_submit_vkGetPipelineCacheData(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData, struct vn_instance_submit_command *submit) vn_submit_vkGetPipelineCacheData() argument
459 vn_call_vkDestroyPipelineCache(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) vn_call_vkDestroyPipelineCache() argument
472 vn_async_vkDestroyPipelineCache(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator) vn_async_vkDestroyPipelineCache() argument
478 vn_call_vkGetPipelineCacheData(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) vn_call_vkGetPipelineCacheData() argument
494 vn_async_vkGetPipelineCacheData(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, void* pData) vn_async_vkGetPipelineCacheData() argument
[all...]
H A Dvn_protocol_driver_pipeline.h2013 static inline size_t vn_sizeof_vkCreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_sizeof_vkCreateGraphicsPipelines() argument
2020 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkCreateGraphicsPipelines()
2043 static inline void vn_encode_vkCreateGraphicsPipelines(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_encode_vkCreateGraphicsPipelines() argument
2051 vn_encode_VkPipelineCache(enc, &pipelineCache); in vn_encode_vkCreateGraphicsPipelines()
2071 static inline size_t vn_sizeof_vkCreateGraphicsPipelines_reply(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_sizeof_vkCreateGraphicsPipelines_reply() argument
2079 /* skip pipelineCache */ in vn_sizeof_vkCreateGraphicsPipelines_reply()
2094 static inline VkResult vn_decode_vkCreateGraphicsPipelines_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_decode_vkCreateGraphicsPipelines_reply() argument
2103 /* skip pipelineCache */ in vn_decode_vkCreateGraphicsPipelines_reply()
2119 static inline size_t vn_sizeof_vkCreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) in vn_sizeof_vkCreateComputePipelines() argument
2126 cmd_size += vn_sizeof_VkPipelineCache(&pipelineCache); in vn_sizeof_vkCreateComputePipelines()
2149 vn_encode_vkCreateComputePipelines(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_encode_vkCreateComputePipelines() argument
2177 vn_sizeof_vkCreateComputePipelines_reply(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_sizeof_vkCreateComputePipelines_reply() argument
2200 vn_decode_vkCreateComputePipelines_reply(struct vn_cs_decoder *dec, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_decode_vkCreateComputePipelines_reply() argument
2276 vn_submit_vkCreateGraphicsPipelines(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines, struct vn_instance_submit_command *submit) vn_submit_vkCreateGraphicsPipelines() argument
2297 vn_submit_vkCreateComputePipelines(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines, struct vn_instance_submit_command *submit) vn_submit_vkCreateComputePipelines() argument
2339 vn_call_vkCreateGraphicsPipelines(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_call_vkCreateGraphicsPipelines() argument
2355 vn_async_vkCreateGraphicsPipelines(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_async_vkCreateGraphicsPipelines() argument
2361 vn_call_vkCreateComputePipelines(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_call_vkCreateComputePipelines() argument
2377 vn_async_vkCreateComputePipelines(struct vn_instance *vn_instance, VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) vn_async_vkCreateComputePipelines() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkRefUtil.cpp33 VkPipelineCache pipelineCache, in createGraphicsPipeline()
38 VK_CHECK(vk.createGraphicsPipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createGraphicsPipeline()
44 VkPipelineCache pipelineCache, in createComputePipeline()
49 VK_CHECK(vk.createComputePipelines(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createComputePipeline()
57 VkPipelineCache pipelineCache, in createRayTracingPipelineNV()
62 VK_CHECK(vk.createRayTracingPipelinesNV(device, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createRayTracingPipelineNV()
69 VkPipelineCache pipelineCache, in createRayTracingPipelineKHR()
74 VK_CHECK(vk.createRayTracingPipelinesKHR(device, deferredOperation, pipelineCache, 1u, pCreateInfo, pAllocator, &object)); in createRayTracingPipelineKHR()
31 createGraphicsPipeline(const DeviceInterface& vk, VkDevice device, VkPipelineCache pipelineCache, const VkGraphicsPipelineCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) createGraphicsPipeline() argument
42 createComputePipeline(const DeviceInterface& vk, VkDevice device, VkPipelineCache pipelineCache, const VkComputePipelineCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator) createComputePipeline() argument
55 createRayTracingPipelineNV(const DeviceInterface& vk, VkDevice device, VkPipelineCache pipelineCache, const VkRayTracingPipelineCreateInfoNV* pCreateInfo, const VkAllocationCallbacks* pAllocator) createRayTracingPipelineNV() argument
66 createRayTracingPipelineKHR(const DeviceInterface& vk, VkDevice device, VkDeferredOperationKHR deferredOperation, VkPipelineCache pipelineCache, const VkRayTracingPipelineCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator) createRayTracingPipelineKHR() argument
H A DvkRefUtil.hpp36 VkPipelineCache pipelineCache,
41 VkPipelineCache pipelineCache,
47 VkPipelineCache pipelineCache,
53 VkPipelineCache pipelineCache,
H A DvkResourceInterface.hpp85 VkPipelineCache pipelineCache,
92 VkPipelineCache pipelineCache,
220 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateGraphicsPipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines);
221 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateComputePipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines);
224 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyPipelineCacheFunc) (VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
225 typedef VKAPI_ATTR VkResult (VKAPI_CALL* GetPipelineCacheDataFunc) (VkDevice device, VkPipelineCache pipelineCache, deUintptr* pDataSize, void* pData);
249 VkPipelineCache pipelineCache,
256 VkPipelineCache pipelineCache,
H A DvkPlatform.cpp429 VkPipelineCache pipelineCache, in createGraphicsPipelinesHandlerNorm()
436 return m_resourceInterface->createGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, m_normalMode); in createGraphicsPipelinesHandlerNorm()
440 VkPipelineCache pipelineCache, in createGraphicsPipelinesHandlerStat()
447 DE_UNREF(pipelineCache); in createGraphicsPipelinesHandlerStat()
458 m_resourceInterface->createGraphicsPipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, m_normalMode); in createGraphicsPipelinesHandlerStat()
462 VkPipelineCache pipelineCache, in createComputePipelinesHandlerNorm()
469 return m_resourceInterface->createComputePipelines(device, pipelineCache, createInfoCount, pCreateInfos, pAllocator, pPipelines, m_normalMode); in createComputePipelinesHandlerNorm()
473 VkPipelineCache pipelineCache, in createComputePipelinesHandlerStat()
480 DE_UNREF(pipelineCache); in createComputePipelinesHandlerStat()
491 m_resourceInterface->createComputePipelines(device, pipelineCache, createInfoCoun in createComputePipelinesHandlerStat()
428 createGraphicsPipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerNorm() argument
439 createGraphicsPipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createGraphicsPipelinesHandlerStat() argument
461 createComputePipelinesHandlerNorm(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerNorm() argument
472 createComputePipelinesHandlerStat(VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines) const createComputePipelinesHandlerStat() argument
[all...]
H A DvkPlatform.hpp216 VkPipelineCache pipelineCache,
222 VkPipelineCache pipelineCache,
228 VkPipelineCache pipelineCache,
234 VkPipelineCache pipelineCache,
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_pipeline.c164 VkPipelineCache pipelineCache, in vn_DestroyPipelineCache()
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()
198 pipelineCache, pDataSize, NULL); in vn_GetPipelineCacheData()
221 vn_call_vkGetPipelineCacheData(dev->instance, device, pipelineCache, in vn_GetPipelineCacheData()
367 VkPipelineCache pipelineCache, in vn_CreateGraphicsPipelines()
406 vn_async_vkCreateGraphicsPipelines(dev->instance, device, pipelineCache, in vn_CreateGraphicsPipelines()
418 VkPipelineCache pipelineCache, in vn_CreateComputePipelines()
447 vn_async_vkCreateComputePipelines(dev->instance, device, pipelineCache, in vn_CreateComputePipelines()
163 vn_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vn_DestroyPipelineCache() argument
185 vn_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) vn_GetPipelineCacheData() argument
366 vn_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkGraphicsPipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vn_CreateGraphicsPipelines() argument
417 vn_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkComputePipelineCreateInfo *pCreateInfos, const VkAllocationCallbacks *pAllocator, VkPipeline *pPipelines) vn_CreateComputePipelines() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksCacheBuilder.cpp50 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateGraphicsPipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkGraphicsPipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines);
51 typedef VKAPI_ATTR VkResult (VKAPI_CALL* CreateComputePipelinesFunc) (VkDevice device, VkPipelineCache pipelineCache, deUint32 createInfoCount, const VkComputePipelineCreateInfo* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines);
54 typedef VKAPI_ATTR void (VKAPI_CALL* DestroyPipelineCacheFunc) (VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks* pAllocator);
55 typedef VKAPI_ATTR VkResult (VKAPI_CALL* GetPipelineCacheDataFunc) (VkDevice device, VkPipelineCache pipelineCache, deUintptr* pDataSize, void* pData);
472 VkPipelineCache pipelineCache; in buildPipelineCache() local
514 VK_CHECK(getPipelineCacheDataFunc(*pcDevice, pipelineCache, &cacheSize, DE_NULL)); in buildPipelineCache()
516 VK_CHECK(getPipelineCacheDataFunc(*pcDevice, pipelineCache, &cacheSize, resultCacheData.data())); in buildPipelineCache()
525 destroyPipelineCacheFunc(*pcDevice, pipelineCache, DE_NULL); in buildPipelineCache()
684 VK_CHECK(createPipelineCacheFunc(*pcDevice, &pcCI, DE_NULL, &pipelineCache)); in buildPipelineCache()
879 VK_CHECK(createGraphicsPipelinesFunc(*pcDevice, pipelineCache, in buildPipelineCache()
941 extractSizesFromPipelineCache(const VulkanPipelineCacheInput& input, const vector<u8>& pipelineCache, deUint32 pipelineDefaultSize, bool recyclePipelineMemory) extractSizesFromPipelineCache() argument
[all...]
H A DvksCacheBuilder.hpp49 const vector<u8>& pipelineCache,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp2100 Move<VkPipelineCache> pipelineCache; in iterate() local
2105 pipelineCache = createPipelineCache(vkd, device, &cacheCreateInfo); in iterate()
2211 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2229 pipelineCache.get()) in iterate()
2238 pipelineCache.get()) in iterate()
2239 .setupFragmentOutputState(*renderPass, 0u, &colorBlendState, &multisampleState, pipelineCache.get()) in iterate()
2241 .buildPipeline(pipelineCache.get()); in iterate()
2292 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2314 pipelineCache.get()) in iterate()
2324 pipelineCache in iterate()
3286 const auto pipelineCache = createPipelineCache(vkd, device, &cacheCreateInfo); iterate() local
[all...]
H A DvktPipelineMatchedAttachmentsTests.cpp203 const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo)); in testMatchedAttachments()
248 .buildPipeline(params.usePipelineCache ? *pipelineCache : DE_NULL); in testMatchedAttachments()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp2089 Move<VkPipelineCache> pipelineCache; in iterate() local
2094 pipelineCache = createPipelineCache(vkd, device, &cacheCreateInfo); in iterate()
2197 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2215 pipelineCache.get()) in iterate()
2224 pipelineCache.get()) in iterate()
2225 .setupFragmentOutputState(*renderPass, 0u, &colorBlendState, &multisampleState, pipelineCache.get()) in iterate()
2227 .buildPipeline(pipelineCache.get()); in iterate()
2278 .setupVertexInputState(&vertexInputState, &inputAssemblyState, pipelineCache.get()) in iterate()
2300 pipelineCache.get()) in iterate()
2310 pipelineCache in iterate()
3270 const auto pipelineCache = createPipelineCache(vkd, device, &cacheCreateInfo); iterate() local
[all...]
H A DvktPipelineMatchedAttachmentsTests.cpp199 const Unique<VkPipelineCache> pipelineCache (createPipelineCache(vk, vkDevice, &pipelineCacheCreateInfo)); in testMatchedAttachments()
244 .buildPipeline(params.usePipelineCache ? *pipelineCache : DE_NULL); in testMatchedAttachments()
/third_party/skia/src/gpu/vk/
H A DGrVkResourceProvider.cpp37 VkPipelineCache GrVkResourceProvider::pipelineCache() { in pipelineCache() function in GrVkResourceProvider
105 compatibleRenderPass, layout, this->pipelineCache(), subpass); in makePipeline()
314 this->pipelineCache()); in findOrCreateMSAALoadPipeline()
568 if (this->pipelineCache() == VK_NULL_HANDLE) { in storePipelineCacheData()
573 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
584 GR_VK_CALL_RESULT(fGpu, result, GetPipelineCacheData(fGpu->device(), this->pipelineCache(), in storePipelineCacheData()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPipeline.hpp96 VkResult compileShaders(const VkAllocationCallbacks *pAllocator, const VkGraphicsPipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
142 VkResult compileShaders(const VkAllocationCallbacks *pAllocator, const VkComputePipelineCreateInfo *pCreateInfo, PipelineCache *pipelineCache);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp82 const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in makeComputePipeline()
84 vk::Move<vk::VkPipeline> pipeline (createComputePipeline(vk, device, *pipelineCache, &pipelineInfo)); in makeComputePipeline()
87 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in makeComputePipeline()
378 const vk::Unique<vk::VkPipelineCache> pipelineCache(pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in build()
379 vk::Move<vk::VkPipeline> pipeline (createGraphicsPipeline(vk, device, *pipelineCache, &graphicsPipelineInfo)); in build()
382 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in build()
1177 void PipelineCacheData::setFromPipelineCache (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache() argument
1183 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, DE_NULL)); in setFromPipelineCache()
1188 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, &m_data[0])); in setFromPipelineCache()
1192 DE_UNREF(pipelineCache); in setFromPipelineCache()
[all...]
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp526 ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, in ThreadGroupThread() argument
529 , m_pipelineCache (pipelineCache) in ThreadGroupThread()
648 CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipelineCreateInfo>& pipelineInfo, in CreateComputeThread() argument
651 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions) in CreateComputeThread()
687 CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipelineCreateInfo>& pipelineInfo, in CreateGraphicThread() argument
690 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions) in CreateGraphicThread()
770 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
771 Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo[0]); in iterate()
783 m_context, *pipelineCache, pipelineInfo, *pipelineLayout, *descriptorSetLayout, *queues, m_shadersExecutions))); in iterate()
899 Move<VkPipelineCache> pipelineCache in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.cpp82 const vk::Unique<vk::VkPipelineCache> pipelineCache (pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in makeComputePipeline()
84 vk::Move<vk::VkPipeline> pipeline (createComputePipeline(vk, device, *pipelineCache, &pipelineInfo)); in makeComputePipeline()
87 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in makeComputePipeline()
378 const vk::Unique<vk::VkPipelineCache> pipelineCache(pipelineCacheData.createPipelineCache(vk, device, resourceInterface)); in build()
379 vk::Move<vk::VkPipeline> pipeline (createGraphicsPipeline(vk, device, *pipelineCache, &graphicsPipelineInfo)); in build()
382 pipelineCacheData.setFromPipelineCache(vk, device, *pipelineCache); in build()
1177 void PipelineCacheData::setFromPipelineCache (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkPipelineCache pipelineCache) in setFromPipelineCache() argument
1183 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, DE_NULL)); in setFromPipelineCache()
1188 VK_CHECK(vk.getPipelineCacheData(device, pipelineCache, &dataSize, &m_data[0])); in setFromPipelineCache()
1192 DE_UNREF(pipelineCache); in setFromPipelineCache()
[all...]
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp526 ThreadGroupThread (const Context& context, VkPipelineCache pipelineCache, const VkPipelineLayout& pipelineLayout, in ThreadGroupThread() argument
529 , m_pipelineCache (pipelineCache) in ThreadGroupThread()
648 CreateComputeThread (const Context& context, VkPipelineCache pipelineCache, vector<VkComputePipelineCreateInfo>& pipelineInfo, in CreateComputeThread() argument
651 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions) in CreateComputeThread()
687 CreateGraphicThread (const Context& context, VkPipelineCache pipelineCache, vector<VkGraphicsPipelineCreateInfo>& pipelineInfo, in CreateGraphicThread() argument
690 : ThreadGroupThread (context, pipelineCache, pipelineLayout, descriptorSetLayout, queues, shadersExecutions) in CreateGraphicThread()
770 Move<VkPipelineCache> pipelineCache = createPipelineCache(vk, device, &pipelineCacheInfo); in iterate() local
771 Move<VkPipeline> pipeline = createComputePipeline(vk, device, *pipelineCache, &pipelineInfo[0]); in iterate()
783 m_context, *pipelineCache, pipelineInfo, *pipelineLayout, *descriptorSetLayout, *queues, m_shadersExecutions))); in iterate()
899 Move<VkPipelineCache> pipelineCache in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp356 VkPipelineCache pipelineCache; in createPipelineCacheTest() local
357 VkResult result = createPipelineCacheFunc(*device, &pipelineCacheCreateInfo, DE_NULL, &pipelineCache); in createPipelineCacheTest()
371 destroyPipelineCacheFunc(*device, pipelineCache, DE_NULL); in createPipelineCacheTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktPipelineCacheSCTests.cpp356 VkPipelineCache pipelineCache; in createPipelineCacheTest() local
357 VkResult result = createPipelineCacheFunc(*device, &pipelineCacheCreateInfo, DE_NULL, &pipelineCache); in createPipelineCacheTest()
371 destroyPipelineCacheFunc(*device, pipelineCache, DE_NULL); in createPipelineCacheTest()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_beta.h118 typedef VkResult (VKAPI_PTR *PFN_vkCreateExecutionGraphPipelinesAMDX)(VkDevice device, VkPipelineCache pipelineCache, uint32_t createInfoCount, const VkExecutionGraphPipelineCreateInfoAMDX* pCreateInfos, const VkAllocationCallbacks* pAllocator, VkPipeline* pPipelines);
129 VkPipelineCache pipelineCache,
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A 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/mesa3d/src/vulkan/runtime/
H A Dvk_pipeline_cache.c661 VkPipelineCache pipelineCache, in vk_common_DestroyPipelineCache()
664 VK_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in vk_common_DestroyPipelineCache()
675 VkPipelineCache pipelineCache, in vk_common_GetPipelineCacheData()
680 VK_FROM_HANDLE(vk_pipeline_cache, cache, pipelineCache); in vk_common_GetPipelineCacheData()
660 vk_common_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCallbacks *pAllocator) vk_common_DestroyPipelineCache() argument
674 vk_common_GetPipelineCacheData(VkDevice _device, VkPipelineCache pipelineCache, size_t *pDataSize, void *pData) vk_common_GetPipelineCacheData() argument

Completed in 37 milliseconds

1234