Lines Matching refs:index
56 // getPipelineIndexEntry(index) - return the pipeline index entry for a specified index in the header
58 // getPipelineIndexEntry(UUID) - return the pipeline index entry for a specified pipeline identifier
60 // getJson - get a pointer to the json for a specfied pipeline index entry
62 // getStageIndexEntry - return the stage index entry for a specified pipeline index entry and stage
64 // getSPIRV - get a pointer to the SPIRV code for a specified stage index entry
141 // return the number of pipelines in the index
156 // return the stride between pipeline index entries in the index
171 // returns the offset to the start of pipeline index entries in the cache
186 // return pointer to pipeline index entry by <index> in pipeline header
188 // nullptr is returned if <index> is out of range
189 const VkPipelineCacheSafetyCriticalIndexEntry* getPipelineIndexEntry(uint32_t index) const
191 if (index >= getPipelineIndexCount())
196 uint64_t offset = getPipelineIndexOffset() + (index * getPipelineIndexStride());
205 // return pointer to pipeline index entry for requested pipeline identifier
230 // return pointer to json for a given pipeline index entry
242 // return pointer to stage validation index entry given a pipeline index entry <pipelineIndexEntry> and <stage>
257 // return pointer to spirv code in the pipeline cache for a given stage index entry