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

/external/valgrind/none/tests/s390x/
H A Drounding-1.c26 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
39 printf("%s %-20s %f\t-> %"dst_fmt"\tcc = %u\n", \
H A Drounding-3.c42 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
55 printf("%s %f\t-> %"dst_fmt"\tcc = %u\n", \
H A Drounding-6.c30 #define convert_to_int(opcode,src_type,dst_type,dst_fmt,round,value) \
43 printf("%s %f\t-> %"dst_fmt"\tcc = %u %s\n", \
/external/adhd/cras/src/server/
H A Dcras_audio_area.h72 const struct cras_audio_format *dst_fmt,
H A Dcras_audio_area.c27 const struct cras_audio_format *dst_fmt,
51 cras_mix_add_scale_stride(dst_fmt->format, dchan, schan,
25 cras_audio_area_copy(const struct cras_audio_area *dst, unsigned int dst_offset, const struct cras_audio_format *dst_fmt, const struct cras_audio_area *src, unsigned int src_offset, float software_gain_scaler) argument
/external/adhd/cras/src/tests/
H A Daudio_area_unittest.cc168 struct cras_audio_format dst_fmt; local
172 dst_fmt.num_channels = 2;
173 dst_fmt.format = SND_PCM_FORMAT_S16_LE;
175 dst_fmt.channel_layout[i] = stereo[i];
178 cras_audio_area_config_channels(a1, &dst_fmt);
179 cras_audio_area_config_buf_pointers(a1, &dst_fmt, (uint8_t *)buf1);
193 cras_audio_area_copy(a1, 0, &dst_fmt, a2, 0, 1.0);
271 struct cras_audio_format dst_fmt; local
275 dst_fmt.num_channels = 3;
276 dst_fmt
[all...]
H A Ddev_stream_unittest.cc1006 const struct cras_audio_format *dst_fmt,
1012 copy_area_call.dst_format_bytes = cras_get_format_bytes(dst_fmt);
1004 cras_audio_area_copy(const struct cras_audio_area *dst, unsigned int dst_offset, const struct cras_audio_format *dst_fmt, const struct cras_audio_area *src, unsigned int src_offset, float software_gain_scaler) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_srgb.c327 const struct util_format_description *dst_fmt,
341 unsigned chan_bits = dst_fmt->channel[dst_fmt->swizzle[chan]].size;
354 for (chan = 0; chan < dst_fmt->nr_channels; chan++) {
355 if (dst_fmt->swizzle[chan] <= PIPE_SWIZZLE_W) {
358 ls = dst_fmt->channel[dst_fmt->swizzle[chan]].shift;
326 lp_build_float_to_srgb_packed(struct gallivm_state *gallivm, const struct util_format_description *dst_fmt, struct lp_type src_type, LLVMValueRef *src) argument
H A Dlp_bld_format.h217 const struct util_format_description *dst_fmt,
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_clear.cpp126 enum pipe_format dst_fmt;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c221 enum pipe_format dst_fmt)
226 dst_svga_fmt = svga_translate_format(ss, dst_fmt, PIPE_BIND_SAMPLER_VIEW);
219 formats_compatible(const struct svga_screen *ss, enum pipe_format src_fmt, enum pipe_format dst_fmt) argument
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_surface.c693 enum pipe_format dst_fmt; local
701 dst_fmt = PIPE_FORMAT_R32G32B32A32_UINT;
705 dst_fmt = PIPE_FORMAT_R32G32_UINT;
710 dst_fmt = PIPE_FORMAT_R32_UINT;
715 dst_fmt = PIPE_FORMAT_R16_UINT;
721 dst_fmt = PIPE_FORMAT_R8_UINT;
773 PUSH_DATA (push, nv50_format_table[dst_fmt].rt);
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_surface.c501 enum pipe_format dst_fmt; local
509 dst_fmt = PIPE_FORMAT_R32G32B32A32_UINT;
518 dst_fmt = PIPE_FORMAT_R32G32_UINT;
523 dst_fmt = PIPE_FORMAT_R32_UINT;
528 dst_fmt = PIPE_FORMAT_R16_UINT;
534 dst_fmt = PIPE_FORMAT_R8_UINT;
588 PUSH_DATA (push, nvc0_format_table[dst_fmt].rt);

Completed in 999 milliseconds