Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
Dpcreader.hpp203 const VkPipelineCacheSafetyCriticalIndexEntry *const pipelineIndexEntry = in getPipelineIndexEntry() local
206 return pipelineIndexEntry; in getPipelineIndexEntry()
222 const VkPipelineCacheSafetyCriticalIndexEntry *const pipelineIndexEntry = in getPipelineIndexEntry() local
225 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() argument
252 if (stage >= pipelineIndexEntry->stageIndexCount) in getStageIndexEntry()
[all …]