HomeSort by relevance Sort by last modified time
    Searched refs:isStructType (Results 1 - 25 of 25) sorted by null

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.cpp 67 if (varType.isStructType())
148 else if (varType.isStructType())
189 else if (varType.isStructType())
204 else if (varType.isStructType())
230 if (m_defaultBlock.variables[varNdx].varType.isStructType() &&
421 else if (type.isStructType())
647 if (path.back().getVariableType()->isStructType() && isOpenGLES)
es31fProgramInterfaceDefinitionUtil.cpp 179 else if (type.isStructType())
294 else if (type.isStructType())
420 else if (varType.isStructType())
579 else if (varType.isStructType())
700 if (type.isStructType() && tokenizer.getToken() == glu::VarTokenizer::TOKEN_PERIOD)
828 else if (complexType.isStructType())
888 else if (complexType.isStructType())
    [all...]
es31fSSBOLayoutCase.cpp 400 DE_ASSERT(type.isStructType());
438 DE_ASSERT(type.isStructType());
569 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
577 DE_ASSERT(type.isStructType());
659 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
874 if (type.isStructType())
    [all...]
es31fProgramUniformTests.cpp 226 DE_ASSERT(type.isStructType());
247 DE_ASSERT(type.isStructType());
262 DE_ASSERT(type.isStructType());
    [all...]
es31fUniformLocationTests.cpp 303 if (uniformInfo.type.isStructType())
    [all...]
es31fProgramInterfaceQueryTestCase.cpp 117 else if (type.isStructType())
804 else if (type.isStructType())
829 else if (path[startNdx].getVariableType()->isStructType())
    [all...]
es31fTessellationTests.cpp 223 else if (type.isStructType())
    [all...]
es31fProgramInterfaceQueryTests.cpp 73 else if (type.isStructType())
    [all...]
  /external/deqp/framework/opengl/
gluVarType.hpp 60 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
68 const StructType* getStructPtr (void) const { DE_ASSERT(isStructType()); return m_data.structPtr; }
gluVarTypeUtil.hpp 265 DE_ASSERT(parentType.isStructType());
305 else if (curType.isStructType())
323 if (!curType->isStructType() || !de::inBounds(pathIter->index, 0, curType->getStructPtr()->getNumMembers()))
gluVarTypeUtil.cpp 113 TCU_CHECK_MSG(curType.isStructType(), "Invalid field selector");
gluVarType.cpp 376 else if (curType->isStructType())
  /external/deqp/external/openglcts/modules/common/
glcUniformBlockCase.hpp 84 bool isStructType(void) const
glcUniformBlockCase.cpp 413 DE_ASSERT(type.isStructType());
533 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
542 DE_ASSERT(type.isStructType());
797 DE_ASSERT(curType->isStructType());
971 DE_ASSERT(type.isStructType());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 85 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
vktUniformBlockCase.cpp 392 DE_ASSERT(type.isStructType());
510 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
518 DE_ASSERT(type.isStructType());
703 if (type.isStructType())
829 DE_ASSERT(curType->isStructType());
881 if (curType->isStructType())
    [all...]
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 83 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
glsUniformBlockCase.cpp 442 DE_ASSERT(type.isStructType());
560 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
568 DE_ASSERT(type.isStructType());
752 if (type.isStructType())
880 DE_ASSERT(curType->isStructType());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 312 DE_ASSERT(type.isStructType());
349 DE_ASSERT(type.isStructType());
384 DE_ASSERT(type.isStructType());
532 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
540 DE_ASSERT(type.isStructType());
623 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
845 if (type.isStructType())
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
SpvBuilder.h 160 bool isStructType(Id typeId) const { return getTypeClass(typeId) == OpTypeStruct; }
162 bool isAggregateType(Id typeId) const { return isArrayType(typeId) || isStructType(typeId); }
SpvBuilder.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 131 else if (rootType.isStructType())
225 else if (type.isStructType())
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 162 DE_ASSERT(type.isStructType());
183 DE_ASSERT(type.isStructType());
198 DE_ASSERT(type.isStructType());
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 222 DE_ASSERT(type.isStructType());
243 DE_ASSERT(type.isStructType());
258 DE_ASSERT(type.isStructType());
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 216 isStructType: function isStructType(type) {
306 } else if (Runtime.isStructType(field)) {
    [all...]

Completed in 586 milliseconds