Searched refs:inst_name (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | graphparser.c | 103 const char *inst_name = NULL, *filt_name = NULL; in create_filter() local 112 inst_name = name; in create_filter() 118 if (!inst_name) { in create_filter() 120 inst_name = name2; in create_filter() 132 *filt_ctx = avfilter_graph_alloc_filter(ctx, filt, inst_name); in create_filter()
|
H A D | internal.h | 353 * @param inst_name name to give to the new filter context 357 AVFilterContext *ff_filter_alloc(const AVFilter *filter, const char *inst_name);
|
H A D | avfiltergraph.c | 475 char inst_name[30]; in query_formats() local 493 snprintf(inst_name, sizeof(inst_name), "auto_%s_%d", in query_formats() 496 ret = avfilter_graph_create_filter(&convert, filter, inst_name, opts, NULL, graph); in query_formats()
|
H A D | avfilter.c | 642 AVFilterContext *ff_filter_alloc(const AVFilter *filter, const char *inst_name) in ff_filter_alloc() argument 656 ret->name = inst_name ? av_strdup(inst_name) : NULL; in ff_filter_alloc()
|
/third_party/skia/third_party/externals/spirv-tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 45 opt::Instruction* inst_name = names.begin()->second; in GetFriendlyName() local 46 if (inst_name->opcode() == SpvOpName) { in GetFriendlyName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 45 opt::Instruction* inst_name = names.begin()->second; in GetFriendlyName() local 46 if (inst_name->opcode() == SpvOpName) { in GetFriendlyName()
|
/third_party/spirv-tools/source/lint/ |
H A D | lint_divergent_derivatives.cpp | 44 opt::Instruction* inst_name = names.begin()->second; in GetFriendlyName() local 45 if (inst_name->opcode() == spv::Op::OpName) { in GetFriendlyName()
|
/third_party/mesa3d/src/intel/tools/ |
H A D | aubinator_viewer_decoder.cpp | 928 const char *inst_name = intel_group_get_name(inst); in aub_viewer_render_batch() local 931 if (strcmp(inst_name, info_decoders[i].cmd_name) == 0) { in aub_viewer_render_batch() 946 if (strcmp(inst_name, display_decoders[i].cmd_name) == 0) { in aub_viewer_render_batch() 961 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0) { in aub_viewer_render_batch() 1002 } else if (strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) { in aub_viewer_render_batch()
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 1443 const char *inst_name = intel_group_get_name(inst); in intel_print_batch() local 1447 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0 || in intel_print_batch() 1448 strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) in intel_print_batch() 1462 inst_name, reset_color); in intel_print_batch() 1468 if (strcmp(inst_name, custom_decoders[i].cmd_name) == 0) { in intel_print_batch() 1475 if (strcmp(inst_name, "MI_BATCH_BUFFER_START") == 0) { in intel_print_batch() 1520 } else if (strcmp(inst_name, "MI_BATCH_BUFFER_END") == 0) { in intel_print_batch()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_extensions.cpp | 288 const auto inst_name = ReflectionInstructionName(_, inst); in ValidateClspvReflectionKernel() local 293 << inst_name << " does not reference a function"; in ValidateClspvReflectionKernel() 305 << inst_name << " does not reference an entry-point"; in ValidateClspvReflectionKernel() 311 << inst_name << " does not reference an entry-point"; in ValidateClspvReflectionKernel() 316 << inst_name << " must refer only to GLCompute entry-points"; in ValidateClspvReflectionKernel() 341 << "Version " << version << " of the " << inst_name in ValidateClspvReflectionKernel()
|
Completed in 16 milliseconds