/third_party/mesa3d/src/vulkan/util/ |
D | vk_extensions_gen.py | 197 extensions, out_c, out_h): argument 214 if out_h: 215 with open(out_h, 'w') as f: 239 extensions, args.out_c, args.out_h)
|
D | vk_entrypoints_gen.py | 224 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 229 'header': os.path.basename(args.out_h), 242 with open(args.out_h, 'w', encoding='utf-8') as f: 243 guard = os.path.basename(args.out_h).replace('.', '_').upper()
|
D | vk_dispatch_trampolines_gen.py | 170 if args.out_h: 171 with open(args.out_h, 'w') as f:
|
D | vk_cmd_queue_gen.py | 563 assert os.path.dirname(args.out_c) == os.path.dirname(args.out_h) 566 'header': os.path.basename(args.out_h), 586 with open(args.out_h, 'wb') as f: 587 guard = os.path.basename(args.out_h).replace('.', '_').upper()
|
D | vk_dispatch_table_gen.py | 703 if args.out_h: 704 with open(args.out_h, 'w') as f:
|
/third_party/toybox/kconfig/ |
D | confdata.c | 693 FILE *out, *out_h; in conf_write_autoconf() local 708 out_h = fopen(".tmpconfig.h", "w"); in conf_write_autoconf() 709 if (!out_h) { in conf_write_autoconf() 723 fprintf(out_h, "/*\n" in conf_write_autoconf() 743 fprintf(out_h, "#define CONFIG_%s_MODULE 1\n", sym->name); in conf_write_autoconf() 747 fprintf(out_h, "#define "CONFIG_PREFIX"%s 1\n", sym->name); in conf_write_autoconf() 754 fprintf(out_h, "#define "CONFIG_PREFIX"%s \"", sym->name); in conf_write_autoconf() 759 fwrite(str, l, 1, out_h); in conf_write_autoconf() 765 fprintf(out_h, "\\%c", *str); in conf_write_autoconf() 769 fputs("\"\n", out_h); in conf_write_autoconf() [all …]
|
/third_party/ffmpeg/libavcodec/loongarch/ |
D | vp9_lpf_lsx.c | 727 __m128i out_h, out_l; in vp9_hz_lpf_t16_16w() local 818 out_h = __lsx_vsrari_h((__m128i)tmp1_h, 4); in vp9_hz_lpf_t16_16w() 820 out_l = __lsx_vpickev_b(out_h, out_l); in vp9_hz_lpf_t16_16w() 838 out_h = __lsx_vsrari_h((__m128i)tmp1_h, 4); in vp9_hz_lpf_t16_16w() 840 out_l = __lsx_vpickev_b(out_h, out_l); in vp9_hz_lpf_t16_16w() 858 out_h = __lsx_vsrari_h((__m128i)tmp1_h, 4); in vp9_hz_lpf_t16_16w() 860 out_l = __lsx_vpickev_b(out_h, out_l); in vp9_hz_lpf_t16_16w() 878 out_h = __lsx_vsrari_h((__m128i)tmp1_h, 4); in vp9_hz_lpf_t16_16w() 880 out_l = __lsx_vpickev_b(out_h, out_l); in vp9_hz_lpf_t16_16w() 899 out_h = __lsx_vsrari_h((__m128i)tmp1_h, 4); in vp9_hz_lpf_t16_16w() [all …]
|
D | vp9_idct_lsx.c | 125 #define VP9_UNPCK_UB_SH(in, out_h, out_l) \ argument 129 out_h = __lsx_vilvh_b(zero, in); \
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 870 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 876 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 880 …efilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 899 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 900 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 901 …efilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 3598 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmapSubpixel() argument 3608 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel() 3617 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmap() argument 3619 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() [all …]
|
D | imgui.h | 882 …IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s…
|
D | imgui.cpp | 1861 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument 1876 out_h = ImFabs(K + (g - b) / (6.f * chroma + 1e-20f)); in ColorConvertRGBtoHSV()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 870 …tBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 876 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 880 …efilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 899 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 900 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 901 …efilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… 3598 …ubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmapSubpixel() argument 3608 gbm.h = out_h; in stbtt_MakeGlyphBitmapSubpixel() 3617 …hBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, f… in stbtt_MakeGlyphBitmap() argument 3619 …stbtt_MakeGlyphBitmapSubpixel(info, output, out_w, out_h, out_stride, scale_x, scale_y, 0.0f,0.0f,… in stbtt_MakeGlyphBitmap() [all …]
|
D | imgui.h | 639 …IMGUI_API void ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s…
|
D | imgui.cpp | 1778 void ImGui::ColorConvertRGBtoHSV(float r, float g, float b, float& out_h, float& out_s, float& out_… in ColorConvertRGBtoHSV() argument 1793 out_h = ImFabs(K + (g - b) / (6.f * chroma + 1e-20f)); in ColorConvertRGBtoHSV()
|
/third_party/ffmpeg/libavfilter/ |
D | vf_libplacebo.c | 518 int *out_h = &s->vkctx.output_height; in libplacebo_config_output() local 521 out_w, out_h)); in libplacebo_config_output() 523 ff_scale_adjust_dimensions(inlink, out_w, out_h, in libplacebo_config_output() 527 scale_sar = (AVRational){outlink->h * inlink->w, *out_w * *out_h}; in libplacebo_config_output()
|
D | vf_zscale.c | 228 static void slice_params(ZScaleContext *s, int out_h, int in_h) in slice_params() argument 232 int slice_end = out_h * i / s->nb_threads; in slice_params() 235 s->out_slice_end[s->nb_threads - 1] = out_h; in slice_params() 238 s->in_slice_start[i] = s->out_slice_start[i] * in_h / (double)out_h; in slice_params() 239 s->in_slice_end[i] = s->out_slice_end[i] * in_h / (double)out_h; in slice_params()
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 9951 @item h, out_h 9954 configuration, or when the @samp{h} or @samp{out_h} command is sent. 9963 It defaults to @code{(in_h-out_h)/2}. 9977 The @var{out_w}, @var{out_h}, @var{x}, @var{y} parameters are 9995 @item out_h 10000 These are the same as @var{out_w} and @var{out_h}. 10027 The expression for @var{out_w} may depend on the value of @var{out_h}, 10028 and the expression for @var{out_h} may depend on @var{out_w}, but they 10030 evaluated after @var{out_w} and @var{out_h}. 10103 crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(n… [all …]
|