Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
Dblocklayout.cpp84 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable() local
113 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable() local
DVariablePacker.cpp50 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in ExpandStructArrayVariable() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp270 size_t currentArraySize = mCumulativeArraySizeStack.back(); in enterArray() local