Searched defs:subresourceIndex (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_references_mgr.cpp | 300 store_future_reference(uint16_t index, ComPtr<ID3D12VideoDecoderHeap> &decoderHeap, ID3D12Resource * pTexture2D, uint32_t subresourceIndex) store_future_reference() argument
|
H A D | d3d12_video_dec_h264.cpp | 95 d3d12_video_decoder_prepare_current_frame_references_h264(struct d3d12_video_decoder *pD3D12Dec, ID3D12Resource *pTexture2D, uint32_t subresourceIndex) d3d12_video_decoder_prepare_current_frame_references_h264() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Texture.cpp | 580 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer, aspect); in IsSubresourceContentInitialized() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | ResourceManager11.cpp | 480 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, arrayIndex, desc->MipLevels); in createInitDataIfNeeded() local 528 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, 0, desc->MipLevels); in createInitDataIfNeeded() local
|
H A D | Image11.cpp | 365 UINT subresourceIndex = 0; in copyFromTexStorage() local 642 unsigned int subresourceIndex = 0; in map() local
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DCommandList.cpp | 215 copyTextureToTexture(const GrD3DTexture* dst, const GrD3DTexture* src, UINT subresourceIndex) copyTextureToTexture() argument
|
Completed in 9 milliseconds