Home
last modified time | relevance | path

Searched refs:fmt_info (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp530 D3D12_FEATURE_DATA_FORMAT_SUPPORT fmt_info; in d3d12_is_format_supported() local
531 fmt_info.Format = d3d12_get_resource_rt_format(format); in d3d12_is_format_supported()
533 &fmt_info, sizeof(fmt_info)))) in d3d12_is_format_supported()
536 if (!(fmt_info.Support1 & dim_support)) in d3d12_is_format_supported()
541 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_IA_VERTEX_BUFFER)) in d3d12_is_format_supported()
556 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_RENDER_TARGET)) in d3d12_is_format_supported()
560 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_BLENDABLE)) in d3d12_is_format_supported()
570 fmt_info_sv = fmt_info; in d3d12_is_format_supported()
573 (!(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_DISPLAY) || in d3d12_is_format_supported()
582 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_DEPTH_STENCIL)) in d3d12_is_format_supported()
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c849 GstAudioFormatInfo const *fmt_info; in gst_openmpt_dec_decode() local
853 fmt_info = gst_audio_format_get_info (openmpt_dec->sample_format); in gst_openmpt_dec_decode()
857 openmpt_dec->output_buffer_size * (fmt_info->width / 8) * in gst_openmpt_dec_decode()
926 fmt_info->name); in gst_openmpt_dec_decode()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c879 GstAudioFormatInfo const *fmt_info = in gst_raw_audio_parse_update_config_bpf() local
881 g_assert (fmt_info != NULL); in gst_raw_audio_parse_update_config_bpf()
884 GST_AUDIO_FORMAT_INFO_WIDTH (fmt_info) * config->num_channels / 8; in gst_raw_audio_parse_update_config_bpf()
/third_party/mesa3d/src/amd/vulkan/
Dradv_formats.c1880 const VkPhysicalDeviceImageFormatInfo2 fmt_info = { in radv_GetPhysicalDeviceSparseImageFormatProperties2() local
1889 result = radv_get_image_format_properties(pdev, &fmt_info, pFormatInfo->format, &fmt_props); in radv_GetPhysicalDeviceSparseImageFormatProperties2()