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

1 2

  /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())
802 else if (type.isStructType())
827 else if (path[startNdx].getVariableType()->isStructType())
    [all...]
es31fTessellationTests.cpp 221 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/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 78 bool isStructType (void) const { return m_type == TYPE_STRUCT; }
vktUniformBlockCase.cpp 388 DE_ASSERT(type.isStructType());
506 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
514 DE_ASSERT(type.isStructType());
699 if (type.isStructType())
824 DE_ASSERT(curType->isStructType());
996 DE_ASSERT(type.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 315 DE_ASSERT(type.isStructType());
353 DE_ASSERT(type.isStructType());
484 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
492 DE_ASSERT(type.isStructType());
574 DE_ASSERT(elemType.isStructType() || elemType.isArrayType());
789 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/test/mjsunit/asm/embenchen/
copy.js 211 isStructType: function isStructType(type) {
302 } else if (Runtime.isStructType(field)) {
    [all...]
corrections.js 211 isStructType: function isStructType(type) {
302 } else if (Runtime.isStructType(field)) {
    [all...]
primes.js 211 isStructType: function isStructType(type) {
302 } else if (Runtime.isStructType(field)) {
    [all...]
fannkuch.js 242 isStructType: function isStructType(type) {
333 } else if (Runtime.isStructType(field)) {
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js 214 isStructType: function isStructType(type) {
305 } else if (Runtime.isStructType(field)) {
    [all...]
corrections.js 214 isStructType: function isStructType(type) {
305 } else if (Runtime.isStructType(field)) {
    [all...]
primes.js 214 isStructType: function isStructType(type) {
305 } else if (Runtime.isStructType(field)) {
    [all...]

Completed in 1318 milliseconds

1 2