Home
last modified time | relevance | path

Searched refs:dst_fmt (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c328 const struct util_format_description *dst_fmt, in lp_build_float_to_srgb_packed()
342 unsigned chan_bits = dst_fmt->channel[dst_fmt->swizzle[chan]].size; in lp_build_float_to_srgb_packed()
355 for (chan = 0; chan < dst_fmt->nr_channels; chan++) { in lp_build_float_to_srgb_packed()
356 if (dst_fmt->swizzle[chan] <= PIPE_SWIZZLE_W) { in lp_build_float_to_srgb_packed()
359 ls = dst_fmt->channel[dst_fmt->swizzle[chan]].shift; in lp_build_float_to_srgb_packed()
327 lp_build_float_to_srgb_packed(struct gallivm_state *gallivm, const struct util_format_description *dst_fmt, struct lp_type src_type, LLVMValueRef *src) lp_build_float_to_srgb_packed() argument
H A Dlp_bld_format.h249 const struct util_format_description *dst_fmt,
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blit.c504 struct iris_format_info dst_fmt = in iris_blit() local
509 dst_fmt.fmt, false); in iris_blit()
545 dst_fmt.fmt, dst_fmt.swizzle, in iris_blit()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blit.c578 struct crocus_format_info dst_fmt = in crocus_blit() local
583 dst_fmt.fmt, dst_aux_disable); in crocus_blit()
608 struct isl_swizzle dst_swiz = pipe_to_isl_swizzles(dst_fmt.swizzles); in crocus_blit()
621 dst_fmt.fmt, dst_swiz, in crocus_blit()
/third_party/ffmpeg/libavfilter/
H A Davfiltergraph.c567 static int get_fmt_score(enum AVSampleFormat dst_fmt, enum AVSampleFormat src_fmt) in get_fmt_score() argument
571 if (av_sample_fmt_is_planar(dst_fmt) != av_sample_fmt_is_planar(src_fmt)) in get_fmt_score()
574 if (av_get_bytes_per_sample(dst_fmt) < av_get_bytes_per_sample(src_fmt)) { in get_fmt_score()
575 score += 100 * (av_get_bytes_per_sample(src_fmt) - av_get_bytes_per_sample(dst_fmt)); in get_fmt_score()
577 score += 10 * (av_get_bytes_per_sample(dst_fmt) - av_get_bytes_per_sample(src_fmt)); in get_fmt_score()
579 if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_S32 && in get_fmt_score()
583 if (av_get_packed_sample_fmt(dst_fmt) == AV_SAMPLE_FMT_FLT && in get_fmt_score()
/third_party/ffmpeg/libavresample/
H A Daudio_convert.c134 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt
/third_party/ffmpeg/libswresample/
H A Daudioconvert.c35 #define CONV_FUNC_NAME(dst_fmt, src_fmt) conv_ ## src_fmt ## _to_ ## dst_fmt
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c502 enum pipe_format dst_fmt; in nvc0_clear_buffer() local
510 dst_fmt = PIPE_FORMAT_R32G32B32A32_UINT; in nvc0_clear_buffer()
517 dst_fmt = PIPE_FORMAT_NONE; /* Init dst_fmt to silence gcc warning */ in nvc0_clear_buffer()
520 dst_fmt = PIPE_FORMAT_R32G32_UINT; in nvc0_clear_buffer()
525 dst_fmt = PIPE_FORMAT_R32_UINT; in nvc0_clear_buffer()
530 dst_fmt = PIPE_FORMAT_R16_UINT; in nvc0_clear_buffer()
536 dst_fmt = PIPE_FORMAT_R8_UINT; in nvc0_clear_buffer()
592 PUSH_DATA (push, nvc0_format_table[dst_fmt].rt); in nvc0_clear_buffer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c710 enum pipe_format dst_fmt; in nv50_clear_buffer() local
718 dst_fmt = PIPE_FORMAT_R32G32B32A32_UINT; in nv50_clear_buffer()
722 dst_fmt = PIPE_FORMAT_R32G32_UINT; in nv50_clear_buffer()
727 dst_fmt = PIPE_FORMAT_R32_UINT; in nv50_clear_buffer()
732 dst_fmt = PIPE_FORMAT_R16_UINT; in nv50_clear_buffer()
738 dst_fmt = PIPE_FORMAT_R8_UINT; in nv50_clear_buffer()
792 PUSH_DATA (push, nv50_format_table[dst_fmt].rt); in nv50_clear_buffer()
/third_party/ffmpeg/libswscale/
H A Dswscale_unscaled.c1969 #define IS_DIFFERENT_ENDIANESS(src_fmt, dst_fmt, pix_fmt) \
1970 ((src_fmt == pix_fmt ## BE && dst_fmt == pix_fmt ## LE) || \
1971 (src_fmt == pix_fmt ## LE && dst_fmt == pix_fmt ## BE))

Completed in 16 milliseconds