Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShader.cpp2432 Decorations structDecorations = {}; in EmitArrayLength() local
2433 ApplyDecorationsForIdMember(&structDecorations, structPtrTy.element, arrayFieldIdx); in EmitArrayLength()
2434 ASSERT(structDecorations.HasOffset); in EmitArrayLength()
2436 auto arrayBase = structBase + structDecorations.Offset; in EmitArrayLength()