Lines Matching refs:pipelineCache
493 …void anv_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationCa…
494 …VkResult anv_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSiz…
496 …VkResult anv_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
497 …VkResult anv_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t creat…
914 …void gen7_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
915 …VkResult gen7_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
917 …VkResult gen7_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cre…
918 …VkResult gen7_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
1335 …void gen75_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocation…
1336 …VkResult gen75_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataS…
1338 …VkResult gen75_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cr…
1339 …VkResult gen75_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cre…
1756 …void gen8_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
1757 …VkResult gen8_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
1759 …VkResult gen8_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cre…
1760 …VkResult gen8_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
2177 …void gen9_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC…
2178 …VkResult gen9_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSi…
2180 …VkResult gen9_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cre…
2181 …VkResult gen9_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t crea…
2598 …void gen10_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocation…
2599 …VkResult gen10_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataS…
2601 …VkResult gen10_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cr…
2602 …VkResult gen10_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t cre…
3220 …anv_tramp_DestroyPipelineCache(VkDevice device, VkPipelineCache pipelineCache, const VkAllocationC… in anv_tramp_DestroyPipelineCache() argument
3223 return anv_device->dispatch.vkDestroyPipelineCache(device, pipelineCache, pAllocator); in anv_tramp_DestroyPipelineCache()
3226 …anv_tramp_GetPipelineCacheData(VkDevice device, VkPipelineCache pipelineCache, size_t* pDataSize, … in anv_tramp_GetPipelineCacheData() argument
3229 return anv_device->dispatch.vkGetPipelineCacheData(device, pipelineCache, pDataSize, pData); in anv_tramp_GetPipelineCacheData()
3238 …anv_tramp_CreateGraphicsPipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createI… in anv_tramp_CreateGraphicsPipelines() argument
3241 …return anv_device->dispatch.vkCreateGraphicsPipelines(device, pipelineCache, createInfoCount, pCre… in anv_tramp_CreateGraphicsPipelines()
3244 …anv_tramp_CreateComputePipelines(VkDevice device, VkPipelineCache pipelineCache, uint32_t createIn… in anv_tramp_CreateComputePipelines() argument
3247 …return anv_device->dispatch.vkCreateComputePipelines(device, pipelineCache, createInfoCount, pCrea… in anv_tramp_CreateComputePipelines()