Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DTranslatorVulkan.cpp392 TType *stridesType = new TType(*ivec4Type); in AddXfbEmulationSupport() local
393 stridesType->setQualifier(EvqConst); in AddXfbEmulationSupport()
396 TVariable *stridesVar = new TVariable(symbolTable, ImmutableString("strides"), stridesType, in AddXfbEmulationSupport()