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

  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceDefinition.hpp 57 struct DefaultBlock
70 DefaultBlock& getDefaultBlock (void) { return m_defaultBlock; }
71 const DefaultBlock& getDefaultBlock (void) const { return m_defaultBlock; }
82 DefaultBlock m_defaultBlock;
es31fProgramInterfaceQueryTests.cpp 234 class DefaultBlock : public Node
237 DefaultBlock (const SharedPtr& enclosing)
469 ProgramInterfaceDefinition::DefaultBlock defaultBlock;
623 DE_ASSERT(dynamic_cast<const ResourceDefinition::DefaultBlock*>(head));
627 defaultBlock.variables.push_back(variable);
629 defaultBlock.interfaceBlocks.push_back(interfaceBlock);
642 shader->getDefaultBlock() = defaultBlock;
657 shader->getDefaultBlock() = defaultBlock;
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 193 static void writeStructureDefinitions (std::ostringstream& buf, const ProgramInterfaceDefinition::DefaultBlock& defaultBlock)
199 for (int ndx = 0; ndx < (int)defaultBlock.variables.size(); ++ndx)
200 collectNamedStructureDefinitions(namedStructs, defaultBlock.variables[ndx].varType);
202 for (int blockNdx = 0; blockNdx < (int)defaultBlock.interfaceBlocks.size(); ++blockNdx)
203 for (int ndx = 0; ndx < (int)defaultBlock.interfaceBlocks[blockNdx].variables.size(); ++ndx)
204 collectNamedStructureDefinitions(namedStructs, defaultBlock.interfaceBlocks[blockNdx].variables[ndx].varType);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 693 CFGBlock *DefaultBlock = *Src->succ_rbegin();
697 if (!DefaultBlock)
701 ExplodedNode *Succ = Eng.G->getNode(BlockEdge(Src, DefaultBlock,
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 253 milliseconds