Searched refs:pipelineIndexEntry (Results 1 – 1 of 1) sorted by relevance
199 const VkPipelineCacheSafetyCriticalIndexEntry* const pipelineIndexEntry = in getPipelineIndexEntry() local202 return pipelineIndexEntry; in getPipelineIndexEntry()218 const VkPipelineCacheSafetyCriticalIndexEntry* const pipelineIndexEntry = in getPipelineIndexEntry() local221 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() argument246 if (stage >= pipelineIndexEntry->stageIndexCount) return nullptr; in getStageIndexEntry()[all …]