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.cpp8584 …BoundsShaderTemplate (const NumberType type, const AssemblyStructInfo& structInfo, const map<strin… in specializeInBoundsShaderTemplate() argument
8587 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() local
8720 spec.assembly = specializeInBoundsShaderTemplate(numberType, structInfo, *test); in createOpInBoundsAccessChainGroup()