HomeSort by relevance Sort by last modified time
    Searched refs:getMatrixCols (Results 1 - 12 of 12) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
parseConst.cpp 93 matrixCols = node->getType().getMatrixCols();
164 if (r < node->getType().getMatrixRows() && c < node->getType().getMatrixCols()) {
Intermediate.cpp 261 child->getMatrixCols(),
670 TType newType(promoteTo, EvqTemporary, node->getVectorSize(), node->getMatrixCols(), node->getMatrixRows());
    [all...]
Constant.cpp 118 newComps = rightNode->getMatrixCols() * getMatrixRows();
124 newComps = rightNode->getMatrixCols();
165 for (int column = 0; column < rightNode->getMatrixCols(); column++) {
172 returnType.shallowCopy(TType(getType().getBasicType(), EvqConst, 0, rightNode->getMatrixCols(), getMatrixRows()));
232 for (int i = 0; i < rightNode->getMatrixCols(); i++) {
239 returnType.shallowCopy(TType(getBasicType(), EvqConst, rightNode->getMatrixCols()));
    [all...]
reflection.cpp 569 switch (type.getMatrixCols()) {
593 switch (type.getMatrixCols()) {
SymbolTable.cpp 117 mangledName += static_cast<char>('0' + getMatrixCols());
linkValidate.cpp     [all...]
ParseHelper.cpp 590 if (index >= type.getMatrixCols()) {
592 index = type.getMatrixCols() - 1;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 630 virtual int getMatrixCols() const { return type.getMatrixCols(); }
    [all...]
Types.h     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp     [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
GlslangToSpv.cpp     [all...]

Completed in 514 milliseconds