Searched refs:structInfo (Results 1 – 1 of 1) sorted by relevance
17226 …BoundsShaderTemplate (const NumberType type, const AssemblyStructInfo& structInfo, const map<strin… in specializeInBoundsShaderTemplate() argument17229 string fullIndex = numberToString(structInfo.index) + " " + params.at("indexes"); in specializeInBoundsShaderTemplate()17234 parameters["structType"] = repeatString(" ${compositeType}", structInfo.components); in specializeInBoundsShaderTemplate()17235 parameters["structConstruct"] = repeatString(" %instance", structInfo.components); in specializeInBoundsShaderTemplate()17379 AssemblyStructInfo structInfo(structComponents, structIndex); in createOpInBoundsAccessChainGroup() local17381 spec.assembly = specializeInBoundsShaderTemplate(numberType, structInfo, *test); in createOpInBoundsAccessChainGroup()