Searched refs:offsetDescriptorSets (Results 1 – 2 of 2) sorted by relevance
549 uint16_t offsetDescriptorSets; member601 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) { in GetPipelineLayout()602 auto ptr = reflectionData.data() + header.offsetDescriptorSets; in GetPipelineLayout()1259 uint16_t offsetDescriptorSets = 0; in reflectSpvBinary() local1310 offsetDescriptorSets = static_cast<uint16_t>(reflection.size()); in reflectSpvBinary()1356 *ptr++ = offsetDescriptorSets & 0xff; in reflectSpvBinary()1357 *ptr++ = (offsetDescriptorSets >> 8) & 0xff; in reflectSpvBinary()
2135 uint16_t offsetDescriptorSets; member2169 if (header.offsetDescriptorSets && header.offsetDescriptorSets < reflectionData.size()) { in GetPipelineLayout()2170 auto ptr = reflectionData.data() + header.offsetDescriptorSets; in GetPipelineLayout()