/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustnessExtsTests.cpp | 409 RobustnessExtsTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data); 419 RobustnessExtsTestCase::RobustnessExtsTestCase (tcu::TestContext& context, const char* name, const char* desc, const CaseDef data) in RobustnessExtsTestCase() argument 420 : vkt::TestCase (context, name, desc) in RobustnessExtsTestCase() 3092 const char* name; in createTests() member 3246 de::MovePtr<tcu::TestCaseGroup> pushGroup(new tcu::TestCaseGroup(testCtx, pushCases[pushNdx].name, pushCases[pushNdx].name)); in createTests() 3249 de::MovePtr<tcu::TestCaseGroup> tempGroup(new tcu::TestCaseGroup(testCtx, tempCases[tempNdx].name, tempCases[tempNdx].name)); in createTests() 3252 de::MovePtr<tcu::TestCaseGroup> fmtGroup(new tcu::TestCaseGroup(testCtx, fmtCases[fmtNdx].name, fmtCases[fmtNdx].name)); in createTests() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 451 /** Get glsl name of the type 1076 const std::string& name = Utils::Variable::GetReference(parent_name, desc, Utils::Variable::BASIC, 0); in verifyVarying() local 1080 index = program.GetResourceIndex(name, interface); in verifyVarying() 1140 To query the the location of struct member by glGetProgramResource, we need pass the variable name "gs_fs_output[0].single", in checkVarying() 1141 but in original implementation, the test pass the name "Data.single", which can't get any valid result. in checkVarying() 1244 const std::string& name = in checkUniform() local 1250 name, interface->m_members[i].m_interface->m_members[0], Utils::Variable::BASIC, 0); in checkUniform() 1256 names_str[i] = name; in checkUniform() 1319 const std::string& name = in checkSSB() local 1325 name, interfac in checkSSB() 2100 const GLchar* name = 0; GetBufferName() local 2851 GetResourceIndex(const std::string& name, GLenum interface) const GetResourceIndex() argument 3109 GetAttribLocation(const Functions& gl, GLuint id, const std::string& name) GetAttribLocation() argument 3144 GetResourceIndex(const Functions& gl, GLuint id, const std::string& name, GLenum interface) GetResourceIndex() argument 3160 GetUniformLocation(const Functions& gl, GLuint id, const std::string& name) GetUniformLocation() argument 3918 std::string name; GetReference() local 4002 Descriptor(const GLchar* name, const GLchar* qualifiers, GLint expected_component, GLint expected_location, const Type& type, GLboolean normalized, GLuint n_array_elements, GLint expected_stride_of_element, GLuint offset) Descriptor() argument 4029 Descriptor(const GLchar* name, const GLchar* qualifiers, GLint expected_componenet, GLint expected_location, Interface* interface, GLuint n_array_elements, GLint expected_stride_of_element, GLuint offset) Descriptor() argument 4215 Interface(const GLchar* name, Interface::TYPE type) Interface() argument 4292 Member(const GLchar* name, const GLchar* qualifiers, GLint expected_component, GLint expected_location, const Type& type, GLboolean normalized, GLuint n_array_elements, GLint expected_stride_of_element, GLuint offset) Member() argument 4314 Member(const GLchar* name, const GLchar* qualifiers, GLint expected_component, GLint expected_location, Interface* nterface, GLuint n_array_elements, GLint expected_stride_of_element, GLuint offset) Member() argument 4490 AddInterface(const GLchar* name, Interface::TYPE type) AddInterface() argument 4516 Block(const GLchar* name) Block() argument 4715 std::string name = variable.m_descriptor.m_name; cloneVariableForStage() local 4791 std::string name = block.m_name; CloneBlockForStage() local 4916 findInterfaceByName(Interface::PtrVector& vector, const GLchar* name) findInterfaceByName() argument 4936 GetBlock(const GLchar* name) GetBlock() argument 4947 GetStructure(const GLchar* name) GetStructure() argument 4958 Structure(const GLchar* name) Structure() argument 5537 std::string name = getType(index).GetGLSLTypeName(); getTypeName() local 6750 const std::string name = Utils::Variable::GetReference(parent_name, variable, flavour, element); test() local 8069 GLchar name[64]; test() local 8404 const GLchar* name = ""; test() local 9101 const GLchar* name = ""; test() local 9141 UniformBlockMemberInvalidOffsetAlignmentTest( deqp::Context& context, const glw::GLchar* name, const glw::GLchar* description) test() argument 9599 UniformBlockMemberOverlappingOffsetsTest(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* description) test() argument 10095 UniformBlockMemberAlignNonPowerOf2Test(deqp::Context& context, const glw::GLchar* name, const glw::GLchar* description) test() argument 11154 const GLchar* name = ""; test() local 14897 std::string name; test() local 15036 prepareName(const glw::GLchar* name, glw::GLint location, glw::GLint component, Utils::Shader::STAGES stage, Utils::Variable::STORAGE storage) test() argument 15266 const std::string& name = prepareName(desc.m_name, desc.m_location, desc.m_component, stage, storage); test() local 15291 assign(glw::GLint component, const glw::GLchar* component_str, glw::GLint location, const glw::GLchar* location_str, glw::GLuint n_rows, const glw::GLchar* name) test() argument 24775 std::string name; test() local 26301 const GLchar* name = 0; test() local 26734 const GLchar* name = 0; test() local 27111 const GLchar* name = 0; test() local 27460 const GLchar* name = 0; test() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libsvtav1.c | 209 const char *name = in config_enc_params() local 220 if (!name) in config_enc_params() 228 name); in config_enc_params() 595 #define LEVEL(name, value) name, NULL, 0, AV_OPT_TYPE_CONST, \ 657 .p.name = "libsvtav1",
|
/third_party/elfutils/libdwfl/ |
H A D | relocate.c | 68 const char *name = elf_strptr (elf, *shstrndx, refshdr->sh_name); in __libdwfl_relocate_value() local 69 if (unlikely (name == NULL)) in __libdwfl_relocate_value() 73 name, shndx, refshdr, in __libdwfl_relocate_value() 214 /* First we need its name. */ in resolve_symbol() 257 const char *name = symtab->symstrdata->d_buf; in resolve_symbol() local 258 name += sym->st_name; in resolve_symbol() 281 /* We are looking for a defined global symbol with a name. */ in resolve_symbol() 287 /* Get this candidate symbol's name. */ in resolve_symbol() 293 /* Does the name match? */ in resolve_symbol() 294 if (strcmp (name, in resolve_symbol() [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | hpeldsp_neon.S | 342 .macro pixfunc pfx, name, suf, rnd=1, avg=0 363 function ff_\pfx\name\suf\()_neon, export=1 364 \name \rnd, \avg 371 .macro pixfunc2 pfx, name, avg=0 372 pixfunc \pfx, \name, rnd=1, avg=\avg 373 pixfunc \pfx, \name, _no_rnd, rnd=0, avg=\avg
|
/third_party/eudev/src/libudev/ |
H A D | libudev-monitor.c | 125 struct udev_monitor *udev_monitor_new_from_netlink_fd(struct udev *udev, const char *name, int fd) in udev_monitor_new_from_netlink_fd() argument 133 if (name == NULL) in udev_monitor_new_from_netlink_fd() 135 else if (streq(name, "udev")) { in udev_monitor_new_from_netlink_fd() 153 } else if (streq(name, "kernel")) in udev_monitor_new_from_netlink_fd() 188 * @name: name of event source 207 _public_ struct udev_monitor *udev_monitor_new_from_netlink(struct udev *udev, const char *name) in udev_monitor_new_from_netlink() argument 209 return udev_monitor_new_from_netlink_fd(udev, name, -1); in udev_monitor_new_from_netlink() 769 * @tag: the name of a tag
|
/third_party/elfutils/src/ |
H A D | objdump.c | 112 const char *name; member 155 /* The user didn't specify a name so we use a.out. */ in main() 190 newp->name = arg; in parse_opt() 448 const char *name = elf_strptr (elf, shstrndx, shdr->sh_name); in section_match() local 454 if (name && strcmp (runp->name, name) == 0) in section_match() 763 /* Create the full name of the file. */ in handle_elf()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_drawgraph.c | 459 .name = "default", 467 .name = "default", 475 .name = "drawgraph", 492 .name = "default", 500 .name = "default", 508 .name = "adrawgraph",
|
H A D | vf_guided.c | 196 #define GUIDED(type, name) \ 197 static int guided_##name(AVFilterContext *ctx, GuidedContext *s, \ 440 pad.name = "source"; in init() 448 pad.name = "guidance"; in init() 482 .name = "default", 489 .name = "guided",
|
H A D | vf_gblur_vulkan.c | 135 .name = "data", in init_gblur_pipeline() 204 .name = "input_images", in init_filter() 211 .name = "output_images", in init_filter() 480 .name = "default", 489 .name = "default", 496 .name = "gblur_vulkan",
|
H A D | vf_scale_vulkan.c | 147 .name = "input_img", in init_filter() 156 .name = "output_img", in init_filter() 168 .name = "params", in init_filter() 508 .name = "default", 517 .name = "default", 524 .name = "scale_vulkan",
|
H A D | vf_libvmaf.c | 72 {"psnr", "use feature='name=psnr'.", OFFSET(psnr), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS|AV_OPT_FLAG_DEPRECATED}, 73 {"ssim", "use feature='name=ssim'.", OFFSET(ssim), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS|AV_OPT_FLAG_DEPRECATED}, 74 {"ms_ssim", "use feature='name=ms_ssim'.", OFFSET(ms_ssim), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS|AV_OPT_FLAG_DEPRECATED}, 241 if (av_stristr(e->key, "name")) { in parse_features() 314 if (av_stristr(e->key, "name")) { in parse_models() 315 model_cfg.name = e->value; in parse_models() 432 .name = "vmaf", in parse_deprecated_options() 682 .name = "main", 685 .name = "reference", 693 .name [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend.asm | 84 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit) 184 ;%1 name, %2 (b or w), %3 (set if 16 bit) 205 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit) 292 ; %1 name, %2 b or w, %3 (opt) 1 if 16 bit 313 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit) 342 ; %1 name , %2 src (b or w), %3 inter (w or d), %4 (1 if 16bit, not set if 8 bit)
|
/third_party/curl/src/ |
H A D | tool_formparse.c | 168 Curl_safefree(mime->name); in tool_mime_free() 303 ret = curl_mime_name(part, m->name); in tool2curlparts() 640 "Field file name not allowed here: %s", filename); in get_param_part() 665 * Reads a 'name=value' parameter and builds the appropriate linked list. 670 * Specify files to upload with 'name=@filename', or 'name=@"filename"' 677 * You may specify more than one file for a single name (field). Specify 680 * 'name=@filename,filename2,filename3' 684 * 'name=@"filename","filename2","filename3"' 688 * 'name 725 char *name = NULL; formparse() local [all...] |
/third_party/alsa-lib/src/ |
H A D | conf.c | 42 Whitespace is the collective name given to spaces (blanks), horizontal and 72 name "John Smith" 102 To include another configuration file, write the file name in angle brackets. 234 if a configuration node with the same name exists. This mode is specified with 254 name [=] value [,|;] 257 name [=] { 263 name.name1 [=] value [,|;] 266 name [ 273 name.0 [=] value0 [,|;] 274 name 466 char *name; global() member 612 _snd_config_path(const char *name) _snd_config_path() argument 3946 char *name; global() member 4187 char *name, *name2, *remain, *rname = NULL; config_file_load_user_all() local 4559 char name[l + 1]; snd_config_update_r() local 5768 snd_config_search_definition(snd_config_t *config, const char *base, const char *name, snd_config_t **result) snd_config_search_definition() argument [all...] |
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | postscript.c | 763 dstrcatf(pdest, "%%%%BeginFeature: *%s %s\n", o->name, in _print_ps() 766 dstrcatf(pdest, "%%%%BeginFeature: *%s %s\n", o->name, val); in _print_ps() 779 o->name, val ? val : ""); in _print_ps() 787 o->name, val ? val : ""); in _print_ps() 810 (!strcmp(o->name, "PageSize") || !strcmp(o->name, "PageRegion")) && in _print_ps()
|
/third_party/icu/icu4c/source/test/perf/normperf/ |
H A D | normperf.cpp | 23 UPerfFunction* NormalizerPerformanceTest::runIndexedTest(int32_t index, UBool exec,const char* &name, char* par) { in runIndexedTest() argument 70 name = ""; in runIndexedTest() 85 dest->name = new UChar[reqLen+1]; in normalizeInput() 86 reqLen= unorm_normalize(src,srcLen,mode, options,dest->name,reqLen+1,&status); in normalizeInput() 153 normalizeInput(&NFDFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFD, options); in NormalizerPerformanceTest() 154 normalizeInput(&NFCFileLines[i],filelines[i].name,filelines[i].len,UNORM_NFC, options); in NormalizerPerformanceTest()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | encoll.cpp | 321 void CollationEnglishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 326 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break; in runIndexedTest() 327 case 1: name = "TestSecondary"; if (exec) TestSecondary(/* par */); break; in runIndexedTest() 328 case 2: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break; in runIndexedTest() 329 default: name = ""; break; in runIndexedTest() 333 name = ""; in runIndexedTest()
|
/third_party/icu/tools/unicode/c/genprops/ |
H A D | pnamesbuilder.cpp | 160 virtual int32_t getPropertyEnum(const char *name) const; 161 virtual int32_t getPropertyValueEnum(int32_t property, const char *name) const; 164 UBool containsName(BytesTrie &trie, const char *name) const; 209 // Reserve two slots per property for the name group offset and the value-map offset. in build() 219 // Build the name group for the first property, at nameGroups offset 0. in build() 233 // and share the same name group and BytesTrie, in build() 288 printf("length of all name groups: %6ld\n", (long)nameGroups.length()); in build() 308 // the name groups as an invariant-character string into a source file, in writeValueAliases() 316 // There is at least a short name (sometimes empty) and a long name in writeValueAliases() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | repattrn.cpp | 145 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer; in operator =() local 146 UnicodeString *key = new UnicodeString(*name); in operator =() 643 UnicodeString name(groupName, nameLength, US_INV); in groupNumberFromName() 644 return groupNumberFromName(name, status); in groupNumberFromName() 855 const UnicodeString *name = (const UnicodeString *)el->key.pointer; in dumpPattern() local 857 printf(" %d\t%s\n", number, CStr(*name)()); in dumpPattern()
|
/third_party/mesa3d/src/compiler/ |
H A D | nir_types.cpp | 35 return type->name; in glsl_get_type_name() 221 return type->fields.structure[index].name; in glsl_get_struct_elem_name() 673 unsigned num_fields, const char *name, in glsl_struct_type() 676 return glsl_type::get_struct_instance(fields, num_fields, name, packed); in glsl_struct_type() 1002 glsl_get_field_index(const struct glsl_type *type, const char *name) in glsl_get_field_index() argument 1004 return type->field_index(name); in glsl_get_field_index() 672 glsl_struct_type(const glsl_struct_field *fields, unsigned num_fields, const char *name, bool packed) glsl_struct_type() argument
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_emit.c | 256 #define A(name) [QOP_##name] = {QPU_A_##name} in vc4_generate_code_block() 257 #define M(name) [QOP_##name] = {QPU_M_##name} in vc4_generate_code_block()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | channel.sub.js | 659 let constructor = value.constructor && value.constructor.name; 751 * type - The name of the type being represented e.g. "string", or 786 * targetName - For serializing object members, the name of 849 type: item.constructor.name, 850 name: item.name, 937 * name of the collection type, and a ``value`` field which is 940 * targetName - For object members, the property name on the 1010 // The item.value.type property is the name of the error constructor. 1011 // If we have a constructor with the same name i [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | framebuffer.c | 89 _mesa_new_framebuffer(struct gl_context *ctx, GLuint name) in _mesa_new_framebuffer() argument 93 assert(name != 0); in _mesa_new_framebuffer() 96 _mesa_initialize_user_framebuffer(fb, name); in _mesa_new_framebuffer() 159 _mesa_initialize_user_framebuffer(struct gl_framebuffer *fb, GLuint name) in _mesa_initialize_user_framebuffer() argument 162 assert(name); in _mesa_initialize_user_framebuffer() 166 fb->Name = name; in _mesa_initialize_user_framebuffer()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | repattrn.cpp | 145 const UnicodeString *name = (const UnicodeString *)hashEl->key.pointer; in operator =() local 146 UnicodeString *key = new UnicodeString(*name); in operator =() 643 UnicodeString name(groupName, nameLength, US_INV); in groupNumberFromName() 644 return groupNumberFromName(name, status); in groupNumberFromName() 855 const UnicodeString *name = (const UnicodeString *)el->key.pointer; in dumpPattern() local 857 printf(" %d\t%s\n", number, CStr(*name)()); in dumpPattern()
|