Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp17226 …BoundsShaderTemplate (const NumberType type, const AssemblyStructInfo& structInfo, const map<strin… in specializeInBoundsShaderTemplate() argument
17229 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() local
17381 spec.assembly = specializeInBoundsShaderTemplate(numberType, structInfo, *test); in createOpInBoundsAccessChainGroup()