Searched refs:blockName (Results 1 - 25 of 26) sorted by relevance

12

/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.h66 void dumpBlock(Value *v, char *blockName);
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/ssbo/
H A DvktSSBOLayoutCase.hpp77 BufferBlock (const char* blockName);
H A DvktSSBOLayoutCase.cpp110 BufferBlock::BufferBlock (const char* blockName) argument
111 : m_blockName (blockName)
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp87 BufferBlock (const char* blockName);
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 Des31fProgramInterfaceDefinitionUtil.cpp752 const std::string blockName = glu::parseVariableName(path.c_str());
759 if (shader->getDefaultBlock().interfaceBlocks[interfaceNdx].interfaceName == blockName)
763 const std::string blockMemberPath = path.substr(blockName.size() + 1);
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...]
H A Des31fSSBOLayoutCase.cpp112 BufferBlock::BufferBlock (const char* blockName) argument
113 : m_blockName (blockName)
H A Des31fTessellationTests.cpp5589 IOBlock (const string& blockName, const string& interfaceName, const vector<Member>& members)
5590 : 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/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.hpp185 UniformBlock (const std::string& blockName);
H A DvktUniformBlockCase.cpp140 UniformBlock::UniformBlock (const std::string& blockName) argument
141 : m_blockName (blockName)
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp185 UniformBlock (const char* blockName);
H A DglsUniformBlockCase.cpp197 UniformBlock::UniformBlock (const char* blockName) argument
198 : 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
2790 xmlRegCheckCharacterRange(xmlRegAtomType type, int codepoint, int neg, int start, int end, const xmlChar *blockName) argument
4624 xmlChar *blockName = NULL; local
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp982 const char* blockName = "Block"; local
1002 "layout(set = 0, binding = " << binding++ << ") " << 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/icu/android_icu4j/src/main/java/android/icu/lang/
H A DUCharacter.java2063 * @param blockName the name of the block to match
2065 * @throws IllegalArgumentException if the blockName could not be matched
2067 public static final UnicodeBlock forName(String blockName) { argument
2083 UnicodeBlock b = m.get(trimBlockName(blockName));
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2423 * @param blockName the name of the block to match
2425 * @throws IllegalArgumentException if the blockName could not be matched
2428 public static final UnicodeBlock forName(String blockName) { argument
2444 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/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 ...

Completed in 584 milliseconds

12