Home
last modified time | relevance | path

Searched defs:swizzleOffsets (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.h77 TVector<int> swizzleOffsets; member
DShaderStorageBlockFunctionHLSL.cpp151 const TVector<int> &swizzleOffsets = ssboFunction.swizzleOffsets; in OutputSSBOStoreFunctionBody() local
DIntermNode.cpp1380 TIntermSwizzle::TIntermSwizzle(TIntermTyped *operand, const TVector<int> &swizzleOffsets) in TIntermSwizzle()