• Home
  • Raw
  • Download

Lines Matching refs:pipelineCache

163 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()
1990 VkPipelineCache pipelineCache, in DispatchDestroyPipelineCache() argument
1994 …) return layer_data->device_dispatch_table.DestroyPipelineCache(device, pipelineCache, pAllocator); in DispatchDestroyPipelineCache()
1995 uint64_t pipelineCache_id = reinterpret_cast<uint64_t &>(pipelineCache); in DispatchDestroyPipelineCache()
1998 pipelineCache = (VkPipelineCache)iter->second; in DispatchDestroyPipelineCache()
2000 pipelineCache = (VkPipelineCache)0; in DispatchDestroyPipelineCache()
2002 layer_data->device_dispatch_table.DestroyPipelineCache(device, pipelineCache, pAllocator); in DispatchDestroyPipelineCache()
2008 VkPipelineCache pipelineCache, in DispatchGetPipelineCacheData() argument
2013 …return layer_data->device_dispatch_table.GetPipelineCacheData(device, pipelineCache, pDataSize, pD… in DispatchGetPipelineCacheData()
2015 pipelineCache = layer_data->Unwrap(pipelineCache); in DispatchGetPipelineCacheData()
2017 …VkResult result = layer_data->device_dispatch_table.GetPipelineCacheData(device, pipelineCache, pD… in DispatchGetPipelineCacheData()
6213 VkPipelineCache pipelineCache, in DispatchCreateRayTracingPipelinesNV() argument
6220 …layer_data->device_dispatch_table.CreateRayTracingPipelinesNV(device, pipelineCache, createInfoCou… in DispatchCreateRayTracingPipelinesNV()
6223 pipelineCache = layer_data->Unwrap(pipelineCache); in DispatchCreateRayTracingPipelinesNV()
6244 …layer_data->device_dispatch_table.CreateRayTracingPipelinesNV(device, pipelineCache, createInfoCou… in DispatchCreateRayTracingPipelinesNV()