Searched defs:StorageTexture (Results 1 – 5 of 5) sorted by relevance
420 struct StorageTexture : public Castable<StorageTexture, Texture> { struct441 ast::ImageFormat const format;444 ast::Access const access;
239 StorageTexture::StorageTexture(ast::TextureDimension d, in StorageTexture() function in tint::reader::spirv::StorageTexture533 const spirv::StorageTexture* TypeManager::StorageTexture( in StorageTexture() function in tint::reader::spirv::TypeManager
24 StorageTexture::StorageTexture(ast::TextureDimension dim, in StorageTexture() function in tint::sem::StorageTexture
143 StorageTexture::StorageTexture(ProgramID pid, in StorageTexture() function in tint::ast::StorageTexture
51 enum class BindingInfoType { Buffer, Sampler, Texture, StorageTexture, ExternalTexture }; enumerator