Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
Dpcreader.hpp251 const VkPipelineCacheStageValidationIndexEntry* const stageIndexEntry = in getStageIndexEntry() local
254 return stageIndexEntry; in getStageIndexEntry()
259 …const uint8_t* getSPIRV(const VkPipelineCacheStageValidationIndexEntry* const stageIndexEntry) con… in getSPIRV()
261 uint64_t offset = stageIndexEntry->codeOffset; in getSPIRV()
264 VKSC_ASSERT(offset + stageIndexEntry->codeSize <= m_CacheSize); in getSPIRV()