Home
last modified time | relevance | path

Searched refs:kReadOnlyTextureUsages (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.h42 static constexpr wgpu::TextureUsage kReadOnlyTextureUsages = variable
DCommandValidation.cpp51 bool readOnly = IsSubset(usage, kReadOnlyTextureUsages); in ValidateSyncScopeResourceUsage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp968 bool lastReadOnly = IsSubset(lastUsage, kReadOnlyTextureUsages); in CanReuseWithoutBarrier()