Searched refs:pipelineIndexEntry (Results 1 – 1 of 1) sorted by relevance
203 const VkPipelineCacheSafetyCriticalIndexEntry *const pipelineIndexEntry = in getPipelineIndexEntry() local206 return pipelineIndexEntry; in getPipelineIndexEntry()222 const VkPipelineCacheSafetyCriticalIndexEntry *const pipelineIndexEntry = in getPipelineIndexEntry() local225 if (VKSC_MEMCMP(identifier, pipelineIndexEntry->pipelineIdentifier, VK_UUID_SIZE) == 0U) in getPipelineIndexEntry()227 return pipelineIndexEntry; in getPipelineIndexEntry()236 …const uint8_t *getJson(const VkPipelineCacheSafetyCriticalIndexEntry *const pipelineIndexEntry) co… in getJson()238 uint64_t offset = pipelineIndexEntry->jsonOffset; in getJson()242 VKSC_ASSERT(offset + pipelineIndexEntry->jsonSize <= m_CacheSize); in getJson()250 … const VkPipelineCacheSafetyCriticalIndexEntry *const pipelineIndexEntry, uint32_t stage) const in getStageIndexEntry() argument252 if (stage >= pipelineIndexEntry->stageIndexCount) in getStageIndexEntry()[all …]