Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.h116 int getMatrixComponentsColumn(int rows, const TSwizzleSelectors<TMatrixSelector>&);
DhlslParseHelper.cpp623 int HlslParseContext::getMatrixComponentsColumn(int rows, const TSwizzleSelectors<TMatrixSelector>&… in getMatrixComponentsColumn() function in glslang::HlslParseContext
1016 int column = getMatrixComponentsColumn(base->getMatrixRows(), selectors); in handleDotDereference()