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

  /external/swiftshader/src/OpenGL/compiler/
Types.h 307 else if(isInterfaceBlock())
323 if(structure || isInterfaceBlock())
327 const TFieldList& fields = isInterfaceBlock() ? interfaceBlock->fields() : structure->fields();
349 if(interfaceBlock && !isInterfaceBlock())
396 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; }
397 TInterfaceBlock *getAsInterfaceBlock() const { return isInterfaceBlock() ? getInterfaceBlock() : nullptr; }
400 bool isScalar() const { return primarySize == 1 && !isMatrix() && !structure && !isInterfaceBlock(); }
401 bool isRegister() const { return !isMatrix() && !structure && !array && !isInterfaceBlock(); } // Fits in a 4-element register
intermediate.h 320 bool isInterfaceBlock() const { return type.isInterfaceBlock(); }
OutputASM.cpp 572 if(result->isMatrix() || result->isStruct() || result->isInterfaceBlock())
638 ASSERT(leftType.isStruct() || (leftType.isInterfaceBlock()));
    [all...]
ParseHelper.cpp 831 if (type.getBasicType() == EbtStruct || type.isInterfaceBlock()) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinitionUtil.hpp 54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; }
58 const glu::InterfaceBlock* getInterfaceBlock (void) const { DE_ASSERT(isInterfaceBlock()); return m_data.block; }
es31fProgramInterfaceQueryTestCase.cpp 148 if (path[pathNdx].isInterfaceBlock())
526 const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage);
580 if (!firstComponent.isInterfaceBlock())
656 const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage);
690 const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlockStorage(firstComponent.getInterfaceBlock()->storage);
    [all...]
es31fProgramInterfaceQueryTests.cpp     [all...]

Completed in 215 milliseconds