Home
last modified time | relevance | path

Searched refs:UploadHandle (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDynamicUploader.cpp31 ResultOrError<UploadHandle> DynamicUploader::AllocateInternal(uint64_t allocationSize, in AllocateInternal()
38 UploadHandle uploadHandle; in AllocateInternal()
89 UploadHandle uploadHandle; in AllocateInternal()
115 ResultOrError<UploadHandle> DynamicUploader::Allocate(uint64_t allocationSize, in Allocate()
119 UploadHandle uploadHandle; in Allocate()
DDynamicUploader.h27 struct UploadHandle { struct
44 ResultOrError<UploadHandle> Allocate(uint64_t allocationSize, argument
57 ResultOrError<UploadHandle> AllocateInternal(uint64_t allocationSize,
DQueue.cpp76 ResultOrError<UploadHandle> UploadTextureDataAligningBytesPerRowAndOffset( in UploadTextureDataAligningBytesPerRowAndOffset()
108 UploadHandle uploadHandle; in UploadTextureDataAligningBytesPerRowAndOffset()
281 UploadHandle uploadHandle; in WriteBufferImpl()
341 UploadHandle uploadHandle; in WriteTextureImpl()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp480 UploadHandle uploadHandle; in ClearBuffer()
DDeviceD3D12.cpp281 UploadHandle uploadHandle; in ClearBufferToZero()
DTextureD3D12.cpp1099 UploadHandle uploadHandle; in ClearTexture()
DCommandBufferD3D12.cpp1037 UploadHandle uploadHandle; in RecordCommands()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DTextureMTL.mm663 UploadHandle uploadHandle;
DCommandBufferMTL.mm1021 UploadHandle uploadHandle;
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp1159 UploadHandle uploadHandle; in ClearTexture()
DCommandBufferVk.cpp863 UploadHandle uploadHandle; in RecordCommands()