Home
last modified time | relevance | path

Searched defs:subresourceIndex (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DImage11.cpp366 UINT subresourceIndex = 0; in copyFromTexStorage() local
646 unsigned int subresourceIndex = 0; in map() local
H A DResourceManager11.cpp572 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, arrayIndex, desc->MipLevels); in createInitDataIfNeeded() local
620 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, 0, desc->MipLevels); in createInitDataIfNeeded() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_h264.cpp97 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_h264()
H A Dd3d12_video_dec_vp9.cpp82 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_vp9()
H A Dd3d12_video_dec_references_mgr.cpp261uint32_t subresourceIndex) in store_future_reference()
H A Dd3d12_video_dec_hevc.cpp94 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_hevc()
H A Dd3d12_video_dec_av1.cpp83 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_av1()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCommandList.cpp216 UINT subresourceIndex) { in copyTextureToTexture()