Searched refs:EnsureSubresourceContentInitialized (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | TextureGL.h | 39 void EnsureSubresourceContentInitialized(const SubresourceRange& range);
|
D | QueueGL.cpp | 74 ToBackend(destination.texture)->EnsureSubresourceContentInitialized(range); in WriteTextureImpl()
|
D | CommandBufferGL.cpp | 577 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()
|
D | TextureGL.cpp | 522 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/ |
D | TextureMTL.h | 52 void EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext,
|
D | UtilsMetal.mm | 168 texture->EnsureSubresourceContentInitialized(commandContext, range);
|
D | CommandBufferMTL.mm | 685 texture->EnsureSubresourceContentInitialized(commandContext, range); 787 texture->EnsureSubresourceContentInitialized( 862 srcTexture->EnsureSubresourceContentInitialized(
|
D | TextureMTL.mm | 710 void Texture::EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | CommandBufferVk.cpp | 182 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()
|
D | TextureVk.h | 79 void EnsureSubresourceContentInitialized(CommandRecordingContext* recordingContext,
|
D | DeviceVk.cpp | 699 ToBackend(dst->texture)->EnsureSubresourceContentInitialized(recordingContext, range); in CopyFromStagingToTexture()
|
D | TextureVk.cpp | 1270 void Texture::EnsureSubresourceContentInitialized(CommandRecordingContext* recordingContext, in EnsureSubresourceContentInitialized() function in dawn_native::vulkan::Texture
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | TextureD3D12.h | 69 void EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext,
|
D | CommandBufferD3D12.cpp | 290 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()
|
D | DeviceD3D12.cpp | 509 texture->EnsureSubresourceContentInitialized(commandContext, range); in CopyFromStagingToTexture()
|
D | TextureD3D12.cpp | 1146 void Texture::EnsureSubresourceContentInitialized(CommandRecordingContext* commandContext, in EnsureSubresourceContentInitialized() function in dawn_native::d3d12::Texture
|