Home
last modified time | relevance | path

Searched defs:StorageTexture (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h420 struct StorageTexture : public Castable<StorageTexture, Texture> { struct
441 ast::ImageFormat const format;
444 ast::Access const access;
Dparser_type.cc239 StorageTexture::StorageTexture(ast::TextureDimension d, in StorageTexture() function in tint::reader::spirv::StorageTexture
533 const spirv::StorageTexture* TypeManager::StorageTexture( in StorageTexture() function in tint::reader::spirv::TypeManager
/third_party/skia/third_party/externals/tint/src/sem/
Dstorage_texture_type.cc24 StorageTexture::StorageTexture(ast::TextureDimension dim, in StorageTexture() function in tint::sem::StorageTexture
/third_party/skia/third_party/externals/tint/src/ast/
Dstorage_texture.cc143 StorageTexture::StorageTexture(ProgramID pid, in StorageTexture() function in tint::ast::StorageTexture
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBindingInfo.h51 enum class BindingInfoType { Buffer, Sampler, Texture, StorageTexture, ExternalTexture }; enumerator