Home
last modified time | relevance | path

Searched refs:stageIndexEntry (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A Dpcreader.hpp251 const VkPipelineCacheStageValidationIndexEntry* const stageIndexEntry = in getStageIndexEntry() local
254 return stageIndexEntry; in getStageIndexEntry()
259 const uint8_t* getSPIRV(const VkPipelineCacheStageValidationIndexEntry* const stageIndexEntry) const in getSPIRV()
261 uint64_t offset = stageIndexEntry->codeOffset; in getSPIRV()
264 VKSC_ASSERT(offset + stageIndexEntry->codeSize <= m_CacheSize); in getSPIRV()

Completed in 1 milliseconds