Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp84 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable() local
85 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in TraverseStructArrayVariable()
113 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable() local
114 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp5241 …const auto currentArraySize = testArraySizes[static_cast<deUint32>(m_testItems.items.size() ) % nT… in initTestItems() local
5244 newItem.arraySize = currentArraySize; in initTestItems()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingMiscTests.cpp5241 …const auto currentArraySize = testArraySizes[static_cast<deUint32>(m_testItems.items.size() ) % nT… in initTestItems() local
5244 newItem.arraySize = currentArraySize; in initTestItems()