Searched refs:CalcSubresource (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_dec.cpp | 559 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_end_frame() 572 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_end_frame() 960 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_prepare_for_decode_frame() 973 uint planeOutputSubresource = outputDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_decoder_prepare_for_decode_frame()
|
D | d3d12_video_dec_references_mgr.h | 200 uint planeOutputSubresource = refDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in update_entries()
|
D | d3d12_util.h | 179 inline UINT CalcSubresource(UINT MipSlice, UINT ArraySlice, UINT PlaneSlice) noexcept in CalcSubresource() function
|
D | d3d12_video_enc.cpp | 1269 referencesTexArrayDesc.CalcSubresource(MipLevel, ArraySlice, PlaneSlice); in d3d12_video_encoder_encode_bitstream()
|