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

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DUniformHLSL.cpp202 const TString &blockName = interfaceBlock.name() + arrayIndexString; local
205 hlsl += "cbuffer " + blockName + " : register(b" + str(registerIndex) + ")\n"
H A DParseContext.cpp1815 TIntermAggregate* TParseContext::addInterfaceBlock(const TPublicType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFieldList* fieldList, argument
1818 if (reservedErrorCheck(nameLine, blockName))
1843 TSymbol* blockNameSymbol = new TInterfaceBlockName(&blockName);
1845 error(nameLine, "redefinition", blockName.c_str(), "interface block name");
1904 TInterfaceBlock* interfaceBlock = new TInterfaceBlock(&blockName, fieldList, instanceName, arraySize, blockLayoutQualifier);
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp281 const std::string blockName = tokenizer.getIdentifier(); local
313 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
557 const std::string blockName (&nameBuffer[0], written);
564 m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage;
565 if (blockName != expectedName.str())
1192 const std::string blockName = glu::parseVariableName(resource.c_str());
1207 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
H A Des31fProgramInterfaceDefinitionUtil.cpp450 const std::string blockName = glu::parseVariableName(path.c_str()); local
457 if (shader->getDefaultBlock().interfaceBlocks[interfaceNdx].interfaceName == blockName)
461 const std::string blockMemberPath = path.substr(blockName.size() + 1);
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)
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp465 void llvm::dumpBlock(Value *v, char *blockName) { argument
472 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.cpp989 /// @param blockName block name of new "finally" block.
1001 std::string &blockName,
1036 blockName,
1043 << blockName << " in " << functionId << "\n";
1068 /// @param blockName block name of new "catch" block.
1077 std::string &blockName,
1083 blockName,
1090 << blockName
997 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
1073 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/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c171 xmlChar *blockName; member in struct:_xmlRegRange
358 int neg, int start, int end, const xmlChar *blockName);
738 if (range->blockName != NULL)
739 xmlFree(range->blockName);
762 if (range->blockName != NULL) {
763 ret->blockName = xmlStrdup(range->blockName);
764 if (ret->blockName == NULL) {
1215 xmlChar *blockName) {
1250 range->blockName
1213 xmlRegAtomAddRange(xmlRegParserCtxtPtr ctxt, xmlRegAtomPtr atom, int neg, xmlRegAtomType type, int start, int end, xmlChar *blockName) argument
2782 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
4612 xmlChar *blockName = NULL; local
[all...]
/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
4622 xmlChar *blockName = NULL; local
[all...]
/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/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/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 1721 milliseconds