Searched refs:structInfo (Results 1 – 1 of 1) sorted by relevance
8584 …BoundsShaderTemplate (const NumberType type, const AssemblyStructInfo& structInfo, const map<strin… in specializeInBoundsShaderTemplate() argument8587 string fullIndex = numberToString(structInfo.index) + " " + params.at("indexes"); in specializeInBoundsShaderTemplate()8593 parameters["structType"] = repeatString(" %composite", structInfo.components); in specializeInBoundsShaderTemplate()8594 parameters["structConstruct"] = repeatString(" %instance", structInfo.components); in specializeInBoundsShaderTemplate()8718 AssemblyStructInfo structInfo(structComponents, structIndex); in createOpInBoundsAccessChainGroup() local8720 spec.assembly = specializeInBoundsShaderTemplate(numberType, structInfo, *test); in createOpInBoundsAccessChainGroup()