Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp76 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable()
106 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable()
563 innermostArraySize.push_back(variable.getNestedArraySize(0)); in visitNamedVariable()
DShaderVars.cpp115 arraySizeProduct *= getNestedArraySize(static_cast<unsigned int>(index)); in getInnerArraySizeProduct()
132 unsigned int ShaderVariable::getNestedArraySize(unsigned int arrayNestingIndex) const in getNestedArraySize() function in sh::ShaderVariable
DVariablePacker.cpp50 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in ExpandStructArrayVariable()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp84 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable()
113 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable()
618 innermostArraySize.push_back(variable.getNestedArraySize(0)); in visitNamedVariable()
DVariablePacker.cpp50 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in ExpandStructArrayVariable()
DShaderVars.cpp182 unsigned int ShaderVariable::getNestedArraySize(unsigned int arrayNestingIndex) const in getNestedArraySize() function in sh::ShaderVariable
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h98 unsigned int getNestedArraySize(unsigned int arrayNestingIndex) const;
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h92 unsigned int getNestedArraySize(unsigned int arrayNestingIndex) const;