Lines Matching refs:pipelineCache
8778 pipelineCache := ?
8779 pPipelineCache[0] = pipelineCache
8780 State.PipelineCaches[pipelineCache] = new!PipelineCacheObject(device: device)
8787 VkPipelineCache pipelineCache,
8790 pipelineCacheObject := GetPipelineCache(pipelineCache)
8793 State.PipelineCaches[pipelineCache] = null
8798 VkPipelineCache pipelineCache,
8802 pipelineCacheObject := GetPipelineCache(pipelineCache)
8829 VkPipelineCache pipelineCache,
8835 if pipelineCache != NULL_HANDLE {
8836 pipelineCacheObject := GetPipelineCache(pipelineCache)
8853 VkPipelineCache pipelineCache,
8859 if pipelineCache != NULL_HANDLE {
8860 pipelineCacheObject := GetPipelineCache(pipelineCache)
11687 VkPipelineCache pipelineCache,
12141 macro ref!PipelineCacheObject GetPipelineCache(VkPipelineCache pipelineCache) {
12142 assert(pipelineCache in State.PipelineCaches)
12143 return State.PipelineCaches[pipelineCache]