HomeSort by relevance Sort by last modified time
    Searched refs:blockName (Results 1 - 25 of 42) sorted by null

1 2

  /external/skia/tools/bookmaker/
fiddleParser.cpp 13 static bool report_error(const char* blockName, const char* errorMessage) {
14 SkDebugf("%s: %s\n", blockName, errorMessage);
28 const char* blockName = status->fObjectIter->fKey.begin();
32 return report_error(blockName, "expected object");
39 return report_error(blockName, "expected array");
42 return report_error(blockName, "fiddle compiler error");
48 return report_error(blockName, "expected string 1");
51 return report_error(blockName, "fiddle runtime error");
58 return report_error(blockName, "expected string 2");
60 example = this->findExample(blockName);
    [all...]
  /external/skqp/tools/bookmaker/
fiddleParser.cpp 13 static bool report_error(const char* blockName, const char* errorMessage) {
14 SkDebugf("%s: %s\n", blockName, errorMessage);
28 const char* blockName = status->fIter.memberName();
32 return report_error(blockName, "expected object");
38 return report_error(blockName, "expected array");
41 return report_error(blockName, "fiddle compiler error");
47 return report_error(blockName, "expected string 1");
50 return report_error(blockName, "fiddle runtime error");
56 return report_error(blockName, "expected string 2");
58 example = this->findExample(blockName);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXUtilities.h 67 void dumpBlock(Value *v, char *blockName);
NVPTXUtilities.cpp 364 void llvm::dumpBlock(Value *v, char *blockName) {
371 if (strcmp(B->getName().data(), blockName) == 0) {
  /external/deqp/external/openglcts/modules/common/
glcSeparableProgramsTransformFeedbackTests.cpp 184 const char* blockName[STAGES_COUNT] = { "", ";\n", " gl_out[];\n", ";\n", ";\n" };
194 vertexBlockPostfix = blockName;
glcUniformBlockCase.hpp 244 UniformBlock(const char* blockName);
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 91 BufferBlock (const char* blockName);
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 87 BufferBlock (const char* blockName);
es31fProgramInterfaceQueryTestCase.cpp 306 const std::string blockName = tokenizer.getIdentifier();
338 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
616 const std::string blockName (&nameBuffer[0], written);
623 m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage;
624 if (blockName != expectedName.str())
    [all...]
es31fOpaqueTypeIndexingTests.cpp 783 const char* blockName = "Block";
800 "layout(" << layout << ", binding = " << binding << ") " << interfaceName << " " << blockName << "\n"
    [all...]
  /external/deqp-deps/glslang/glslang/MachineIndependent/
reflection.cpp 305 const TString& blockName = base->getType().getTypeName();
312 blockIndex = addBlockName(blockName + "[" + String(e) + "]", derefType,
315 blockIndex = addBlockName(blockName, base->getType(), getBlockSize(base->getType()));
    [all...]
ParseHelper.cpp 58 blockName(nullptr),
    [all...]
ParseHelper.h 366 void redeclareBuiltinBlock(const TSourceLoc&, TTypeList& typeList, const TString& blockName, const TString* instanceName, TArraySizes* arraySizes);
449 const TString* blockName;
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 991 /// @param blockName block name of new "finally" block.
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 966 /// @param blockName block name of new "finally" block.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 940 /// @param blockName block name of new "finally" block.
952 std::string &blockName,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.hpp 198 UniformBlock (const std::string& blockName);
  /external/deqp/modules/glshared/
glsUniformBlockCase.hpp 185 UniformBlock (const char* blockName);
  /external/deqp-deps/SPIRV-Tools/test/comp/
markv_codec_test.cpp 674 OpName %18 "blockName"
  /external/swiftshader/third_party/SPIRV-Tools/test/comp/
markv_codec_test.cpp 674 OpName %18 "blockName"
  /external/libxml2/
xmlregexp.c 174 xmlChar *blockName;
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) {
    [all...]
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.h 208 TIntermAggregate* addInterfaceBlock(const TPublicType& typeQualifier, const TSourceLoc& nameLine, const TString& blockName, TFieldList* fieldList,
OutputASM.cpp     [all...]
ParseHelper.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUserDefinedIO.cpp 328 IOBlock (const std::string& blockName, const std::string& interfaceName, const std::vector<Member>& members)
329 : m_blockName (blockName)
    [all...]

Completed in 1281 milliseconds

1 2