Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.cpp610 D3D12_FEATURE_DATA_FORMAT_SUPPORT fmt_info; in d3d12_is_format_supported() local
611 fmt_info.Format = d3d12_get_resource_rt_format(format); in d3d12_is_format_supported()
613 &fmt_info, sizeof(fmt_info)))) in d3d12_is_format_supported()
616 if (!(fmt_info.Support1 & dim_support)) in d3d12_is_format_supported()
621 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_IA_VERTEX_BUFFER)) in d3d12_is_format_supported()
635 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_RENDER_TARGET)) in d3d12_is_format_supported()
639 !(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_BLENDABLE)) in d3d12_is_format_supported()
643 …(fmt_info.Support2 & (D3D12_FORMAT_SUPPORT2_UAV_TYPED_LOAD | D3D12_FORMAT_SUPPORT2_UAV_TYPED_STORE… in d3d12_is_format_supported()
654 fmt_info_sv = fmt_info; in d3d12_is_format_supported()
658 (!(fmt_info.Support1 & D3D12_FORMAT_SUPPORT1_DISPLAY) || in d3d12_is_format_supported()
[all …]
/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.c1917 const VkPhysicalDeviceImageFormatInfo2 fmt_info = { in radv_GetPhysicalDeviceSparseImageFormatProperties2() local
1926 result = radv_get_image_format_properties(pdev, &fmt_info, pFormatInfo->format, &fmt_props); in radv_GetPhysicalDeviceSparseImageFormatProperties2()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c99 D3D12_FEATURE_DATA_FORMAT_INFO fmt_info = { desc.Format, 0 }; in dzn_cmd_buffer_queue_transition_barriers() local
100 …D12Device_CheckFeatureSupport(device->dev, D3D12_FEATURE_FORMAT_INFO, &fmt_info, sizeof(fmt_info)); in dzn_cmd_buffer_queue_transition_barriers()
102 fmt_info.PlaneCount * in dzn_cmd_buffer_queue_transition_barriers()