Home
last modified time | relevance | path

Searched defs:storageTexture (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DStorageTextureValidationTests.cpp697 wgpu::Texture storageTexture = CreateTexture(wgpu::TextureUsage::StorageBinding, kFormat); in TEST_F() local
725 wgpu::Texture storageTexture = CreateTexture( in TEST_F() local
764 wgpu::Texture storageTexture = CreateTexture( in TEST_F() local
789 wgpu::Texture storageTexture = CreateTexture( in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.h68 StorageTextureBindingLayout storageTexture; member
DBindGroupLayout.cpp119 const StorageTextureBindingLayout& storageTexture = entry.storageTexture; in ValidateBindGroupLayoutEntry() local
DShaderModule.h147 StorageTextureBindingLayout storageTexture; member