Searched defs:blockName (Results 1 - 21 of 21) 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.cpp783 const char* blockName = "Block"; local
800 "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.cpp364 void llvm::dumpBlock(Value *v, char *blockName) { argument
371 if (strcmp(B->getName().data(), blockName) == 0) {
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationUserDefinedIO.cpp325 IOBlock (const std::string& blockName, const std::string& interfaceName, const std::vector<Member>& members) argument
326 : m_blockName (blockName)
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp1529 const char* blockName = "Block"; local
1549 "layout(set = " << EXTRA_RESOURCES_DESCRIPTOR_SET_INDEX << ", binding = 0) " << interfaceName << " " << blockName << "\n"
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktShaderLibrary.cpp102 void genUniformBlock (ostringstream& out, const string& blockName, const string& instanceName, int setNdx, int bindingNdx, const vector<Value>& uniforms) argument
109 out << "binding = " << bindingNdx << ", std140) uniform " << blockName << "\n" local
/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.cpp991 /// @param blockName block name of new "finally" block.
1003 std::string &blockName,
1038 blockName,
1045 << blockName << " in " << functionId << "\n";
1070 /// @param blockName block name of new "catch" block.
1079 std::string &blockName,
1085 blockName,
1092 << blockName
999 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
1075 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/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp966 /// @param blockName block name of new "finally" block.
980 std::string &blockName,
1023 blockName,
1030 << blockName << " in " << functionId << "\n";
1055 /// @param blockName block name of new "catch" block.
1064 std::string &blockName,
1070 blockName,
1077 << blockName
976 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
1060 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/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp140 UniformBlock::UniformBlock (const std::string& blockName) argument
141 : m_blockName (blockName)
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2087 const char* blockName = block->name().c_str(); local
2092 if(blockName == it->name)
3173 const TString &blockName = block->name(); local
3181 if(activeUniformBlocks[i].name == blockName.c_str())
3234 const TString &blockName = block->name(); local
3240 activeUniformBlocks.push_back(UniformBlock(blockName.c_str(), 0, block->arraySize(),
3255 const TString uniformName = block->hasInstanceName() ? blockName + "." + fieldName : fieldName;
H A DParseHelper.cpp2367 TIntermAggregate* TParseContext::addInterfaceBlock(const TPublicType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFieldList* fieldList, argument
2370 if(reservedErrorCheck(nameLine, blockName))
2395 TSymbol* blockNameSymbol = new TSymbol(&blockName);
2397 error(nameLine, "redefinition", blockName.c_str(), "interface block name");
2456 TInterfaceBlock* interfaceBlock = new TInterfaceBlock(&blockName, fieldList, instanceName, arraySize, blockLayoutQualifier);
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp107 BufferBlock::BufferBlock (const char* blockName) argument
108 : m_blockName (blockName)
/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
2795 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
4629 xmlChar *blockName = NULL; local
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java2119 * @param blockName the name of the block to match
2121 * @throws IllegalArgumentException if the blockName could not be matched
2123 public static final UnicodeBlock forName(String blockName) { argument
2139 UnicodeBlock b = m.get(trimBlockName(blockName));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2486 * @param blockName the name of the block to match
2488 * @throws IllegalArgumentException if the blockName could not be matched
2491 public static final UnicodeBlock forName(String blockName) { argument
2507 UnicodeBlock b = m.get(trimBlockName(blockName));
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 924 milliseconds