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 276 class DefaultBlock : public Node
279 DefaultBlock (const SharedPtr& enclosing)
561 ProgramInterfaceDefinition::DefaultBlock defaultBlock;
715 DE_ASSERT(dynamic_cast<const ResourceDefinition::DefaultBlock*>(head));
719 defaultBlock.variables.push_back(variable);
721 defaultBlock.interfaceBlocks.push_back(interfaceBlock);
734 shader->getDefaultBlock() = defaultBlock;
749 shader->getDefaultBlock() = defaultBlock;
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 319 static void writeStructureDefinitions (std::ostringstream& buf, const ProgramInterfaceDefinition::DefaultBlock& defaultBlock)
325 for (int ndx = 0; ndx < (int)defaultBlock.variables.size(); ++ndx)
326 collectNamedStructureDefinitions(namedStructs, defaultBlock.variables[ndx].varType);
328 for (int blockNdx = 0; blockNdx < (int)defaultBlock.interfaceBlocks.size(); ++blockNdx)
329 for (int ndx = 0; ndx < (int)defaultBlock.interfaceBlocks[blockNdx].variables.size(); ++ndx)
330 collectNamedStructureDefinitions(namedStructs, defaultBlock.interfaceBlocks[blockNdx].variables[ndx].varType);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 710 CFGBlock *DefaultBlock = *Src->succ_rbegin();
714 if (!DefaultBlock)
719 Eng.G.getNode(BlockEdge(Src, DefaultBlock, Pred->getLocationContext()),
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]

Completed in 95 milliseconds