Lines Matching refs:pipelineIndexEntry
199 const VkPipelineCacheSafetyCriticalIndexEntry* const pipelineIndexEntry = in getPipelineIndexEntry() local
202 return pipelineIndexEntry; in getPipelineIndexEntry()
218 const VkPipelineCacheSafetyCriticalIndexEntry* const pipelineIndexEntry = in getPipelineIndexEntry() local
221 if (VKSC_MEMCMP(identifier, pipelineIndexEntry->pipelineIdentifier, VK_UUID_SIZE) == 0U) in getPipelineIndexEntry()
223 return pipelineIndexEntry; in getPipelineIndexEntry()
232 …const uint8_t* getJson(const VkPipelineCacheSafetyCriticalIndexEntry* const pipelineIndexEntry) co… in getJson()
234 uint64_t offset = pipelineIndexEntry->jsonOffset; in getJson()
237 VKSC_ASSERT(offset + pipelineIndexEntry->jsonSize <= m_CacheSize); in getJson()
244 …ageIndexEntry(const VkPipelineCacheSafetyCriticalIndexEntry* const pipelineIndexEntry, uint32_t st… in getStageIndexEntry() argument
246 if (stage >= pipelineIndexEntry->stageIndexCount) return nullptr; in getStageIndexEntry()
248 …uint64_t offset = pipelineIndexEntry->stageIndexOffset + (stage * pipelineIndexEntry->stageIndexSt… in getStageIndexEntry()