Home
last modified time | relevance | path

Searched defs:StorageTexture (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
H A Dstorage_texture_type.cc19 TINT_INSTANTIATE_TYPEINFO(tint::sem::StorageTexture); variable
24 StorageTexture::StorageTexture(ast::TextureDimension dim, in StorageTexture() function in tint::sem::StorageTexture
[all...]
H A Dstorage_texture_type.h30 class StorageTexture : public Castable<StorageTexture, Texture> { class
/third_party/skia/third_party/externals/tint/src/ast/
H A Dstorage_texture.cc22 TINT_INSTANTIATE_TYPEINFO(tint::ast::StorageTexture); variable
143 StorageTexture::StorageTexture(ProgramID pid, in StorageTexture() function in tint::ast::StorageTexture
[all...]
H A Dstorage_texture.h74 class StorageTexture : public Castable<StorageTexture, Texture> { class
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DBindingInfo.h51 enum class BindingInfoType { Buffer, Sampler, Texture, StorageTexture, ExternalTexture }; member in dawn_native::BindingInfoType
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type.h420 struct StorageTexture : public Castable<StorageTexture, Texture> { struct
H A Dparser_type.cc42 TINT_INSTANTIATE_TYPEINFO(tint::reader::spirv::StorageTexture); variable
239 StorageTexture::StorageTexture(ast::TextureDimension d, in StorageTexture() function in tint::reader::spirv::StorageTexture
[all...]

Completed in 6 milliseconds