Home
last modified time | relevance | path

Searched refs:m_dpbDescriptor (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp80 CD3DX12_HEAP_PROPERTIES(D3D12_HEAP_TYPE_DEFAULT, m_dpbDescriptor.m_NodeMask, m_dpbDescriptor.m_NodeMask); in get_current_frame_decode_output_texture()
81 CD3DX12_RESOURCE_DESC resDesc = CD3DX12_RESOURCE_DESC::Tex2D(m_dpbDescriptor.Format, in get_current_frame_decode_output_texture()
82 m_dpbDescriptor.Width, in get_current_frame_decode_output_texture()
83 m_dpbDescriptor.Height, in get_current_frame_decode_output_texture()
200 d3d12_video_decode_dpb_descriptor m_dpbDescriptor) in d3d12_video_decoder_references_manager()
205 m_dpbDescriptor(m_dpbDescriptor),
206 m_formatInfo({ m_dpbDescriptor.Format })
210 D3D12_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC targetFrameResolution = { static_cast<uint32_t>(m_dpbDescriptor
196 d3d12_video_decoder_references_manager( const struct d3d12_screen * pD3D12Screen, uint32_t NodeMask, d3d12_video_decode_profile_type DecodeProfileType, d3d12_video_decode_dpb_descriptor m_dpbDescriptor) d3d12_video_decoder_references_manager() argument
[all...]
H A Dd3d12_video_dec_references_mgr.h42 return m_dpbDescriptor.fReferenceOnly; in is_reference_only()
46 return m_dpbDescriptor.fArrayOfTexture; in is_array_of_textures()
151 d3d12_video_decode_dpb_descriptor m_dpbDescriptor = {}; member
155 D3D12_FEATURE_DATA_FORMAT_INFO m_formatInfo = { m_dpbDescriptor.Format };

Completed in 2 milliseconds