Home
last modified time | relevance | path

Searched defs:arrayElement (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
Dblocklayout.cpp78 for (unsigned int arrayElement = 0u; arrayElement < count; ++arrayElement) in TraverseStructArrayVariable() local
108 for (unsigned int arrayElement = 0u; arrayElement < count; ++arrayElement) in TraverseArrayOfArraysVariable() local
421 unsigned int arrayElement) in enterArrayElement()
431 unsigned int arrayElement) in exitArrayElement()
518 unsigned int arrayElement) in enterArrayElement()
542 unsigned int arrayElement) in exitArrayElement()
Dblocklayout.h204 virtual void enterArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in enterArrayElement()
205 virtual void exitArrayElement(const ShaderVariable &arrayVar, unsigned int arrayElement) {} in exitArrayElement()
DblocklayoutHLSL.cpp139 for (size_t arrayElement = 0; arrayElement < variable.getArraySizeProduct(); arrayElement++) in HLSLVariableRegisterCount() local
DVariablePacker.cpp51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DUniform.h129 unsigned int arrayElement; member
DVaryingPacking.cpp255 for (unsigned int arrayElement = 0; arrayElement < arrayElementCount; ++arrayElement) in insert() local
DProgramLinkedResources.cpp1127 for (unsigned int arrayElement = 0; arrayElement < interfaceBlock.elementCount(); in defineInterfaceBlock() local
DContext_gl.cpp1926 void Context::arrayElement(GLint i) in arrayElement() function in gl::Context
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DProgramVk.cpp231 uint32_t arrayElement, in WriteBufferDescriptorSetBinding()
1257 uint32_t arrayElement = block.isArray ? block.arrayElement : 0; in updateBuffersDescriptorSet() local
1456 for (uint32_t arrayElement = 0; arrayElement < samplerBinding.boundTextureUnits.size(); in updateTexturesDescriptorSet() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DUniformTest.cpp764 for (size_t arrayElement = 0; arrayElement < 5; ++arrayElement) in TEST_P() local
780 for (size_t arrayElement = 0; arrayElement < 5; ++arrayElement) in TEST_P() local
/third_party/node/tools/node_modules/eslint/node_modules/argparse/lib/
Dargument_parser.js892 argStrings = argStrings.filter(function (arrayElement) { argument
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp376 for (unsigned int arrayElement = 0; arrayElement < arraySizes[0]; ++arrayElement) in extractFieldSamplers() local