| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Uniform.cpp | 64 ASSERT(!isArrayOfArrays()); in LinkedUniform() 74 ASSERT(!isArrayOfArrays()); in LinkedUniform()
|
| D | ProgramExecutable.h | 68 ASSERT(!isArrayOfArrays()); in TransformFeedbackVarying()
|
| D | ProgramExecutable.cpp | 1040 ASSERT(!var->isArrayOfArrays()); in linkValidateTransformFeedback()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ValidateOutputs.cpp | 100 ASSERT(!type.isArrayOfArrays()); // Disallowed in GLSL ES 3.10 section 4.3.6. in validate()
|
| D | ValidateVaryingLocations.cpp | 111 ASSERT(!varyingType.isArrayOfArrays()); in GetLocationCount()
|
| D | Types.h | 201 bool isArrayOfArrays() const { return mArraySizes.size() > 1u; } in isArrayOfArrays() function
|
| D | ShaderVars.cpp | 200 ASSERT(!isArrayOfArrays()); in getBasicTypeElementCount()
|
| D | blocklayout.cpp | 652 else if (variable.isArrayOfArrays()) in TraverseShaderVariable()
|
| D | TranslatorMetalDirect.cpp | 689 if (uniform.isStruct() || uniform.isArrayOfArrays()) in translateImpl()
|
| D | TranslatorVulkan.cpp | 836 if (uniform.isStruct() || uniform.isArrayOfArrays()) in translateImpl()
|
| D | CollectVariables.cpp | 1002 ASSERT(!interfaceBlockType.isArrayOfArrays()); // Disallowed by GLSL ES 3.10 section 4.3.9 in recordInterfaceBlock()
|
| D | ParseContext.cpp | 1131 if (arrayType.isArrayOfArrays()) in checkArrayOfArraysInOut() 1301 if (type->isArrayOfArrays()) in declareVariable() 1331 else if (type->isArrayOfArrays()) in declareVariable() 1362 else if (type->isArrayOfArrays()) in declareVariable()
|
| D | OutputSPIRV.cpp | 727 parentType.isArrayOfArrays()); in accessChainOnPush() 4335 const bool isElementArray = valueType.isArrayOfArrays(); in cast()
|
| /third_party/skia/third_party/externals/angle2/include/GLSLANG/ |
| D | ShaderVars.h | 77 bool isArrayOfArrays() const { return arraySizes.size() >= 2u; } in isArrayOfArrays() function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
| D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 264 if (!isOpaqueUniform || !type.isArrayOfArrays()) in visitDeclaration()
|
| D | InitializeVariables.cpp | 163 !initializedNode->getType().isArrayOfArrays() && in AddArrayZeroInitSequence()
|
| D | MonomorphizeUnsupportedFunctions.cpp | 327 (type.isSampler() || type.isImage()) && type.isArrayOfArrays(); in processFunctionCall()
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | ToposortStructs.cpp | 173 ASSERT(!aFieldType.isArrayOfArrays()); // TODO in CreateStructEqualityFunction()
|
| D | ModifyStruct.cpp | 241 if (ot.isArrayOfArrays()) in publish() 976 const bool isMultiDim = type.isArrayOfArrays(); in InlineArray()
|
| D | RewritePipelines.cpp | 799 ASSERT(!envType.isArrayOfArrays()); in visitMain()
|
| /third_party/glslang/glslang/MachineIndependent/ |
| D | ParseHelper.cpp | 3122 if (type.isArrayOfArrays()) { in constructorError() 3147 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError() 3862 if (type.isArrayOfArrays()) in arrayError() 3868 if (type.isArrayOfArrays()) in arrayError() 3874 if (type.isArrayOfArrays()) in arrayError() 4139 if ((isBlockMember && type.isArray()) || (!isBlockMember && type.isArrayOfArrays())) { in checkAndResizeMeshViewDim() 5904 if (type.isArrayOfArrays()) { in layoutTypeCheck() 6793 if (initializer->getType().isArrayOfArrays() && variable->getType().isArrayOfArrays() && in executeInitializer() 6917 if (arrayType.isArrayOfArrays() && firstInit->getType().isArray() && in convertInitializerList()
|
| D | reflection.cpp | 678 …urn type.getBasicType() != EbtBlock && type.getBasicType() != EbtStruct && !type.isArrayOfArrays(); in isReflectionGranularity()
|
| /third_party/glslang/glslang/Include/ |
| D | Types.h | 1667 bool isArrayOfArrays() const { return false; } in isArrayOfArrays() function 1669 bool isArrayOfArrays() const { return arraySizes != nullptr && arraySizes->getNumDims() > 1; } in isArrayOfArrays() function
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.cpp | 6565 if (type.isArrayOfArrays()) { in constructorError() 6592 !type.isArrayOfArrays() && !function[0].type->isArrayOfArrays() && in constructorError() 6596 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError() 8063 if (initializer->getType().isArrayOfArrays() && variable->getType().isArrayOfArrays() && in executeInitializer() 8165 if (arrayType.isArrayOfArrays() && initList->getSequence().size() > 0) { in convertInitializerList()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | FrameCapture.cpp | 1394 if (uniform.isArrayOfArrays()) in CaptureUpdateUniformLocations() 1732 if (uniform.isArrayOfArrays()) in CaptureUpdateUniformValues()
|