Searched refs:SetIsSubresourceContentInitialized (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
D | CommandBuffer.cpp | 129 resolveView->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments() 135 view->GetTexture()->SetIsSubresourceContentInitialized(true, range); in LazyClearRenderPassAttachments() 139 view->GetTexture()->SetIsSubresourceContentInitialized(false, range); in LazyClearRenderPassAttachments() 171 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments() 174 view->GetTexture()->SetIsSubresourceContentInitialized( in LazyClearRenderPassAttachments()
|
D | Texture.h | 77 void SetIsSubresourceContentInitialized(bool isInitialized, const SubresourceRange& range);
|
D | Texture.cpp | 591 void TextureBase::SetIsSubresourceContentInitialized(bool isInitialized, in SetIsSubresourceContentInitialized() function in dawn_native::TextureBase
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | QueueGL.cpp | 72 destination.texture->SetIsSubresourceContentInitialized(true, range); in WriteTextureImpl()
|
D | TextureGL.cpp | 516 SetIsSubresourceContentInitialized(true, range); in ClearTexture()
|
D | CommandBufferGL.cpp | 658 dst.texture->SetIsSubresourceContentInitialized(true, range); in Execute() 811 dstTexture->SetIsSubresourceContentInitialized(true, dstRange); in Execute()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.cpp | 540 dawnTexture->SetIsSubresourceContentInitialized(isInitialized, in CreateExternalImage() 1131 SetIsSubresourceContentInitialized(true, range); in ClearTexture()
|
D | DeviceD3D12.cpp | 507 texture->SetIsSubresourceContentInitialized(true, range); in CopyFromStagingToTexture()
|
D | CommandBufferD3D12.cpp | 753 texture->SetIsSubresourceContentInitialized(true, subresources); in RecordCommands() 817 destination->SetIsSubresourceContentInitialized(true, dstRange); in RecordCommands()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/ |
D | TextureMTL.mm | 493 SetIsSubresourceContentInitialized(descriptor->isInitialized, GetAllSubresources()); 704 SetIsSubresourceContentInitialized(true, range);
|
D | UtilsMetal.mm | 166 texture->SetIsSubresourceContentInitialized(true, range);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | TextureVk.cpp | 743 SetIsSubresourceContentInitialized(true, GetAllSubresources()); in BindExternalMemory() 1264 SetIsSubresourceContentInitialized(true, range); in ClearTexture()
|
D | CommandBufferVk.cpp | 574 dst.texture->SetIsSubresourceContentInitialized(true, range); in RecordCommands() 648 dst.texture->SetIsSubresourceContentInitialized(true, dstRange); in RecordCommands()
|
D | DeviceVk.cpp | 697 dst->texture->SetIsSubresourceContentInitialized(true, range); in CopyFromStagingToTexture()
|