Searched defs:subresourceIndex (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/ |
D | Texture.cpp | 373 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer); in IsSubresourceContentInitialized() local 391 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer); in SetIsSubresourceContentInitialized() local
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | Texture.cpp | 580 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer, aspect); in IsSubresourceContentInitialized() local 599 uint32_t subresourceIndex = GetSubresourceIndex(mipLevel, arrayLayer, aspect); in SetIsSubresourceContentInitialized() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_dec_h264.cpp | 97 uint32_t subresourceIndex) in d3d12_video_decoder_prepare_current_frame_references_h264()
|
D | d3d12_video_dec_references_mgr.cpp | 303 … uint32_t subresourceIndex) in store_future_reference()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 363 UINT subresourceIndex = 0; in copyFromTexStorage() local 640 unsigned int subresourceIndex = 0; in map() local
|
D | ResourceManager11.cpp | 476 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, arrayIndex, desc->MipLevels); in createInitDataIfNeeded() local 520 UINT subresourceIndex = D3D11CalcSubresource(mipLevel, 0, desc->MipLevels); in createInitDataIfNeeded() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Image11.cpp | 365 UINT subresourceIndex = 0; in copyFromTexStorage() local 642 unsigned int subresourceIndex = 0; in map() local
|
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
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCommandList.cpp | 216 UINT subresourceIndex) { in copyTextureToTexture()
|