/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 67 if (varType.isStructType()) in containsMatchingSubtype() 148 else if (varType.isStructType()) in isIllegalVertexOutput() 189 else if (varType.isStructType()) in isIllegalFragmentOutput() 204 else if (varType.isStructType()) in isTypeIntegerOrContainsIntegers() 230 if (m_defaultBlock.variables[varNdx].varType.isStructType() && in isValid() 421 else if (type.isStructType()) in collectStructPtrs() 647 if (path.back().getVariableType()->isStructType() && isOpenGLES) in isValid()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 179 else if (type.isStructType()) in generateVariableTypeResourceNames() 294 else if (type.isStructType()) in collectNamedStructureDefinitions() 420 else if (varType.isStructType()) in writeVariableReadAccumulateExpression() 579 else if (varType.isStructType()) in writeVariableWriteExpression() 700 if (type.isStructType() && tokenizer.getToken() == glu::VarTokenizer::TOKEN_PERIOD) in traverseVariablePath() 828 else if (complexType.isStructType()) in containsSubType() 888 else if (complexType.isStructType()) in accumulateComplexType() 1096 else if (type.isStructType()) in getBufferVariableSize() 1241 DE_ASSERT(!shader->getDefaultBlock().variables[ndx].varType.isStructType()); in getFragmentOutputMaxLocation()
|
D | es31fSSBOLayoutCase.cpp | 400 DE_ASSERT(type.isStructType()); in computeStd140BaseAlignment() 438 DE_ASSERT(type.isStructType()); in computeStd430BaseAlignment() 569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 577 DE_ASSERT(type.isStructType()); in computeReferenceLayout() 659 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeReferenceLayout() 874 if (type.isStructType()) in collectUniqueBasicTypes() 1138 else if (curType.isStructType()) in generateCompareSrc() 1222 else if (curType.isStructType()) in generateWriteSrc() 1581 else if (curType.isStructType()) in copyNonWrittenData()
|
D | es31fProgramUniformTests.cpp | 226 DE_ASSERT(type.isStructType()); in typeContainsMatchingBasicType() 247 DE_ASSERT(type.isStructType()); in getDistinctSamplerTypes() 262 DE_ASSERT(type.isStructType()); in getNumSamplersInType() 1050 DE_ASSERT(varType.isStructType()); in generateBasicUniforms()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 117 else if (type.isStructType()) in getVarTypeSize() 802 else if (type.isStructType()) in getVariableLocationLength() 827 else if (path[startNdx].getVariableType()->isStructType()) in getIOSubVariableLocation()
|
D | es31fUniformLocationTests.cpp | 303 if (uniformInfo.type.isStructType()) in genShaderSources()
|
D | es31fTessellationTests.cpp | 221 else if (type.isStructType()) in numBasicSubobjects() 5668 else if (rootType.isStructType()) in glslTraverseBasicTypes()
|
D | es31fProgramInterfaceQueryTests.cpp | 72 else if (type.isStructType()) in getVarTypeSize()
|
/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 265 DE_ASSERT(parentType.isStructType()); in removeTraversed() 305 else if (curType.isStructType()) in findNext() 323 …if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumM… in isValidTypePath()
|
D | gluVarType.hpp | 60 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in glu::VarType 68 …const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; … in getStructPtr()
|
D | gluVarTypeUtil.cpp | 113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector"); in parseTypePath()
|
D | gluVarType.cpp | 376 else if (curType->isStructType()) in operator <<()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.hpp | 83 bool isStructType (void) const { return m_type == TYPE_STRUCT; } in isStructType() function in deqp::gls::ub::VarType
|
D | glsUniformBlockCase.cpp | 442 DE_ASSERT(type.isStructType()); in computeStd140BaseAlignment() 560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType()); in computeStd140Layout() 568 DE_ASSERT(type.isStructType()); in computeStd140Layout() 752 if (type.isStructType()) in collectUniqueBasicTypes() 880 DE_ASSERT(curType->isStructType()); in generateDeclaration() 1040 DE_ASSERT(type.isStructType()); in generateCompareSrc()
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 162 DE_ASSERT(type.isStructType()); in typeContainsMatchingBasicType() 183 DE_ASSERT(type.isStructType()); in getDistinctSamplerTypes() 198 DE_ASSERT(type.isStructType()); in getNumSamplersInType() 1063 DE_ASSERT(varType.isStructType()); in generateBasicUniforms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 222 DE_ASSERT(type.isStructType()); in typeContainsMatchingBasicType() 243 DE_ASSERT(type.isStructType()); in getDistinctSamplerTypes() 258 DE_ASSERT(type.isStructType()); in getNumSamplersInType() 1234 DE_ASSERT(varType.isStructType()); in generateBasicUniforms()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 216 isStructType: function isStructType(type) { 306 } else if (Runtime.isStructType(field)) {
|