Searched refs:pDXVAStruct (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_dec.h | 224 void * pDXVAStruct, 230 … void * pDXVAStruct,
|
D | d3d12_video_dec.cpp | 1250 void *pDXVAStruct, in d3d12_video_decoder_store_dxva_slicecontrol_in_slicecontrol_buffer() argument 1258 memcpy(pD3D12Dec->m_SliceControlBuffer.data(), pDXVAStruct, DXVAStructSize); in d3d12_video_decoder_store_dxva_slicecontrol_in_slicecontrol_buffer() 1263 void *pDXVAStruct, in d3d12_video_decoder_store_dxva_qmatrix_in_qmatrix_buffer() argument 1271 memcpy(pD3D12Dec->m_InverseQuantMatrixBuffer.data(), pDXVAStruct, DXVAStructSize); in d3d12_video_decoder_store_dxva_qmatrix_in_qmatrix_buffer() 1276 void *pDXVAStruct, in d3d12_video_decoder_store_dxva_picparams_in_picparams_buffer() argument 1284 memcpy(pD3D12Dec->m_picParamsBuffer.data(), pDXVAStruct, DXVAStructSize); in d3d12_video_decoder_store_dxva_picparams_in_picparams_buffer()
|