Home
last modified time | relevance | path

Searched refs:EnsureSubresourceContentInitialized (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.h39 void EnsureSubresourceContentInitialized(const SubresourceRange& range);
DQueueGL.cpp74 ToBackend(destination.texture)->EnsureSubresourceContentInitialized(range); in WriteTextureImpl()
DCommandBufferGL.cpp577 texture->EnsureSubresourceContentInitialized(range); in Execute()
660 ToBackend(dst.texture)->EnsureSubresourceContentInitialized(range); in Execute()
706 texture->EnsureSubresourceContentInitialized(subresources); in Execute()
809 srcTexture->EnsureSubresourceContentInitialized(srcRange); in Execute()
813 dstTexture->EnsureSubresourceContentInitialized(dstRange); in Execute()
DTextureGL.cpp522 void Texture::EnsureSubresourceContentInitialized(const SubresourceRange& range) { in EnsureSubresourceContentInitialized() function in dawn_native::opengl::Texture
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.h52 void EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext,
DUtilsMetal.mm168 texture->EnsureSubresourceContentInitialized(commandContext, range);
DCommandBufferMTL.mm685 texture->EnsureSubresourceContentInitialized(commandContext, range);
787 texture->EnsureSubresourceContentInitialized(
862 srcTexture->EnsureSubresourceContentInitialized(
DTextureMTL.mm710 void Texture::EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext,
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandBufferVk.cpp182 texture->EnsureSubresourceContentInitialized(recordingContext, range); in TransitionAndClearForSyncScope()
577 ->EnsureSubresourceContentInitialized(recordingContext, range); in RecordCommands()
615 ->EnsureSubresourceContentInitialized(recordingContext, range); in RecordCommands()
644 ->EnsureSubresourceContentInitialized(recordingContext, srcRange); in RecordCommands()
651 ->EnsureSubresourceContentInitialized(recordingContext, dstRange); in RecordCommands()
DTextureVk.h79 void EnsureSubresourceContentInitialized(CommandRecordingContext* recordingContext,
DDeviceVk.cpp699 ToBackend(dst->texture)->EnsureSubresourceContentInitialized(recordingContext, range); in CopyFromStagingToTexture()
DTextureVk.cpp1270 void Texture::EnsureSubresourceContentInitialized(CommandRecordingContext* recordingContext, in EnsureSubresourceContentInitialized() function in dawn_native::vulkan::Texture
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DTextureD3D12.h69 void EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext,
DCommandBufferD3D12.cpp290 texture->EnsureSubresourceContentInitialized(commandContext, range); in TransitionAndClearForSyncScope()
755 texture->EnsureSubresourceContentInitialized(commandContext, subresources); in RecordCommands()
786 texture->EnsureSubresourceContentInitialized(commandContext, subresources); in RecordCommands()
814 source->EnsureSubresourceContentInitialized(commandContext, srcRange); in RecordCommands()
819 destination->EnsureSubresourceContentInitialized(commandContext, dstRange); in RecordCommands()
DDeviceD3D12.cpp509 texture->EnsureSubresourceContentInitialized(commandContext, range); in CopyFromStagingToTexture()
DTextureD3D12.cpp1146 void Texture::EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext, in EnsureSubresourceContentInitialized() function in dawn_native::d3d12::Texture