Searched defs:blockName (Results 1 - 11 of 11) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp304 const std::string blockName = tokenizer.getIdentifier(); local
336 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
614 const std::string blockName (&nameBuffer[0], written);
621 m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage;
622 if (blockName != expectedName.str())
1283 const std::string blockName = glu::parseVariableName(resource.c_str());
1298 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
H A Des31fOpaqueTypeIndexingTests.cpp716 const char* blockName = "Block"; local
731 "layout(" << layout << ", binding = " << binding << ") " << interfaceName << " " << blockName << "\n"
H A Des31fSSBOLayoutCase.cpp112 BufferBlock::BufferBlock (const char* blockName) argument
113 : m_blockName (blockName)
H A Des31fProgramInterfaceQueryTests.cpp1956 const std::string blockName = glu::parseVariableName(blockNames[blockNdx].c_str()); local
1961 if (m_program->getShaders()[0]->getDefaultBlock().interfaceBlocks[interfaceNdx].interfaceName == blockName)
2047 int getBlockMinDataSize (const std::string& blockName) const;
2117 const std::string blockName = glu::parseVariableName(blockFullName.c_str()); local
2121 if (m_program->getShaders()[0]->getDefaultBlock().interfaceBlocks[interfaceNdx].interfaceName == blockName &&
4692 static void generateBufferBackedInterfaceResourceListCase (Context& context, const ResourceDefinition::Node::SharedPtr& targetResource, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, const char* blockName) argument
4694 targetGroup->addChild(new ResourceListTestCase(context, targetResource, interface, blockName));
4697 static void generateBufferBackedInterfaceNameLengthCase (Context& context, const ResourceDefinition::Node::SharedPtr& targetResource, tcu::TestCaseGroup* const targetGroup, ProgramInterface interface, const char* blockName) argument
4699 targetGroup->addChild(new ResourceTestCase(context, targetResource, ProgramResourceQueryTestTarget(interface, PROGRAMRESOURCEPROP_NAME_LENGTH), blockName));
4702 static void generateBufferBackedInterfaceResourceBasicBlockTypes (Context& context, tcu::TestCaseGroup* targetGroup, glu::Storage storage, void (*blockContentGenerator)(Context&, const ResourceDefinition::Node::SharedPtr&, tcu::TestCaseGroup* const, ProgramInterface interface, const char* blockName)) argument
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp463 void llvm::dumpBlock(Value *v, char *blockName) { argument
470 if (strcmp(B->getName().data(), blockName) == 0) {
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp197 UniformBlock::UniformBlock (const char* blockName) argument
198 : m_blockName (blockName)
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp990 /// @param blockName block name of new "finally" block.
1002 std::string &blockName,
1037 blockName,
1044 << blockName << " in " << functionId << "\n";
1069 /// @param blockName block name of new "catch" block.
1078 std::string &blockName,
1084 blockName,
1091 << blockName
998 createFinallyBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::BasicBlock &unwindResumeBlock, llvm::Value **exceptionCaughtFlag, llvm::Value **exceptionStorage, llvm::Value **caughtResultStorage) argument
1074 createCatchBlock(llvm::LLVMContext &context, llvm::Module &module, llvm::IRBuilder<> &builder, llvm::Function &toAddTo, std::string &blockName, std::string &functionId, llvm::BasicBlock &terminatorBlock, llvm::Value &exceptionCaughtFlag) argument
/external/libxml2/
H A Dxmlregexp.c174 xmlChar *blockName; member in struct:_xmlRegRange
362 int neg, int start, int end, const xmlChar *blockName);
742 if (range->blockName != NULL)
743 xmlFree(range->blockName);
766 if (range->blockName != NULL) {
767 ret->blockName = xmlStrdup(range->blockName);
768 if (ret->blockName == NULL) {
1219 xmlChar *blockName) {
1254 range->blockName
1217 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
2790 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
4624 xmlChar *blockName = NULL; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2374 * @param blockName the name of the block to match
2376 * @throws IllegalArgumentException if the blockName could not be matched
2379 public static final UnicodeBlock forName(String blockName) { argument
2395 UnicodeBlock b = m.get(trimBlockName(blockName));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 1329 milliseconds