Home
last modified time | relevance | path

Searched refs:name (Results 20676 - 20700 of 21204) sorted by relevance

1...<<821822823824825826827828829830>>...849

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp519 // symbol can have no IR name. That might happen if symbol is defined in in addModuleToGlobalRes()
521 // the same symbol we want to use IR name of the prevailing symbol. in addModuleToGlobalRes()
522 // Otherwise, if we haven't seen a prevailing symbol, set the name so that in addModuleToGlobalRes()
904 // Normally resolution have IR name of symbol. We can do nothing here in run()
1020 #define HANDLE_LIBCALL(code, name) name,
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp47 * @param name Test name
51 const char* name, const char* description) in DrawElementsBaseVertexTestBase()
52 : TestCaseBase(context, extParams, name, description) in DrawElementsBaseVertexTestBase()
828 /* Returns name of the function represented by _function_type.
50 DrawElementsBaseVertexTestBase(glcts::Context& context, const ExtParameters& extParams, const char* name, const char* description) DrawElementsBaseVertexTestBase() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAdjacencyTests.cpp36 * @param name Test case's name
40 const char* name, const char* description) in GeometryShaderAdjacencyTests()
41 : TestCaseGroupBase(context, extParams, name, description) in GeometryShaderAdjacencyTests()
39 GeometryShaderAdjacencyTests(Context& context, const ExtParameters& extParams, const char* name, const char* description) GeometryShaderAdjacencyTests() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderInvariance.cpp78 * @param name Test name
83 const char* name, const char* description) in TessellationShaderInvarianceBaseTest()
84 : TestCaseBase(context, extParams, name, description) in TessellationShaderInvarianceBaseTest()
207 /** Retrieves name of a vec2 uniform that stores inner tesselaton level information,
210 * @return Requested name.
219 /** Retrieves name of a vec4 uniform that stores outer tesselation level information,
222 * @return Requested name.
81 TessellationShaderInvarianceBaseTest(Context& context, const ExtParameters& extParams, const char* name, const char* description) TessellationShaderInvarianceBaseTest() argument
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidation_state.cpp227 void ValidationState_t::AssignNameToId(uint32_t id, std::string name) { in AssignNameToId() argument
228 operand_names_[id] = name; in AssignNameToId()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationGL1.cpp691 bool ValidateLoadName(const Context *, angle::EntryPoint entryPoint, GLuint name) in ValidateLoadName() argument
977 bool ValidatePushName(const Context *, angle::EntryPoint entryPoint, GLuint name) in ValidatePushName() argument
H A DvalidationGL1_autogen.h326 bool ValidateLoadName(const Context *context, angle::EntryPoint entryPoint, GLuint name);
483 bool ValidatePushName(const Context *context, angle::EntryPoint entryPoint, GLuint name);
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext.cpp1876 SkDebugf("falling back to: %s\n", pr->name()); in drawShapeUsingPathRenderer()
2005 fContext->priv().dmsaaStats().fTriggerCounts[op->name()]++; in addDrawOp()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DIntermediate.cpp317 TIntermSymbol* TIntermediate::addSymbol(int id, const TString& name, const TType& type, const TSourceLoc &line) in addSymbol() argument
319 TIntermSymbol* node = new TIntermSymbol(id, name, type); in addSymbol()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h968 const EVP_CIPHER *EVP_get_cipherbyname(const char *name);
969 const EVP_MD *EVP_get_digestbyname(const char *name);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidation_state.cpp227 void ValidationState_t::AssignNameToId(uint32_t id, std::string name) { in AssignNameToId() argument
228 operand_names_[id] = name; in AssignNameToId()
/third_party/skia/third_party/externals/libpng/
H A Dconfig.guess2 # Attempt to guess a canonical system name.
40 Output the configuration name of the system \`$me' is run on.
176 # portion of the name. We always set it to "unknown".
440 # The situation for MiNT is a little confusing. The machine name
443 # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
445 # the system name "TOS" denotes a system which is actually not
1106 if test -f /usr/options/cb.name; then
1107 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dwgl.h722 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
731 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h44 * with C++ due to name mangling. So in addition to C, this interface enables
573 * Return an unique id given the name of a enum attribute,
574 * or 0 if no attribute by that name exists.
693 * Obtain the module's original source file name.
695 * @param M Module to obtain the name of
697 * @return The original source file name of M
703 * Set the original source file name of a module to a string Name with length
706 * @param M The module to set the source file name of
707 * @param Name The string to set M's source file name to
718 * LLVMGetDataLayout is DEPRECATED, as the name i
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1292 std::string name = "u"; in getPTXFundamentalTypeStr() local
1293 return name + utostr(NumBits); in getPTXFundamentalTypeStr()
1583 // print .param .b<size> <name> for each part. in emitFunctionParamList()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc282 /// @returns the the diagnostic message name used for the given use
1162 << (resolved_symbol ? resolved_symbol->TypeInfo().name : "<null>") in TEST_P()
1164 << "decl: " << decl->TypeInfo().name; in TEST_P()
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java15 // * Neither the name of Google Inc. nor the names of its
522 * Find a type by its full name. Returns null if it cannot be found in this {@link
525 public Descriptor find(String name) { in find() argument
526 return types.get(name); in find()
/third_party/protobuf/php/tests/
H A DGeneratedClassTest.php259 $this->assertEquals('ONE', TestEnum::name(1));
265 * @expectedExceptionMessage Enum Foo\TestEnum has no name defined for value -1
269 TestEnum::name(-1);
274 * @expectedExceptionMessage Enum Foo\TestEnum has no value defined for name DOES_NOT_EXIST
/third_party/python/Lib/test/
H A Dtest_smtpd.py352 name = smtpd.socket.getfqdn()
355 '250 {}\r\n'.format(name).encode('ascii'))
H A Dtest_smtplib.py98 # connects, include port in host name
1095 for addr_spec, name in sim_users.items():
1097 (name, smtplib.quoteaddr(addr_spec)),
/third_party/python/Modules/
H A D_json.c720 raise_errmsg("Expecting property name enclosed in double quotes", pystr, idx); in _parse_object_unicode()
1230 .name = "_json.Scanner",
1789 .name = "_json.Encoder",
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h732 typedef HANDLE (WINAPI * PFNWGLDXREGISTEROBJECTNVPROC) (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
741 HANDLE WINAPI wglDXRegisterObjectNV (HANDLE hDevice, void *dxObject, GLuint name, GLenum type, GLenum access);
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dgl.h496 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
641 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
/third_party/skia/bench/
H A DTriangulatorBench.cpp28 TriangulatorBenchmark(const char* name) { in TriangulatorBenchmark() argument
29 fName.printf("triangulator_%s", name); in TriangulatorBenchmark()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp1361 const std::string& name, in DepthRangeUnrestrictedTest()
1364 : vkt::TestCase (testContext, name, description) in DepthRangeUnrestrictedTest()
1360 DepthRangeUnrestrictedTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const DepthRangeUnrestrictedParam param) DepthRangeUnrestrictedTest() argument

Completed in 79 milliseconds

1...<<821822823824825826827828829830>>...849