Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dblocklayout.cpp92 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable() local
93 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in TraverseStructArrayVariable()
121 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable() local
122 unsigned int count = std::max(currentArraySize, 1u); in TraverseArrayOfArraysVariable()
DVariablePacker.cpp50 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in ExpandStructArrayVariable() local
51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable()
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp5289 const auto currentArraySize = in initTestItems() local
5293 newItem.arraySize = currentArraySize; in initTestItems()