Home
last modified time | relevance | path

Searched refs:pipelineIndexEntry (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
Dpcreader.hpp199 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()
[all …]