Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/tint/src/sem/
Dsampled_texture_type.cc24 SampledTexture::SampledTexture(ast::TextureDimension dim, const Type* type) in SampledTexture() function in tint::sem::SampledTexture
/third_party/skia/third_party/externals/tint/src/ast/
Dsampled_texture.cc24 SampledTexture::SampledTexture(ProgramID pid, in SampledTexture() function in tint::ast::SampledTexture
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_type.h396 struct SampledTexture : public Castable<SampledTexture, Texture> { struct
416 Type const* const type;
Dparser_type.cc231 SampledTexture::SampledTexture(ast::TextureDimension d, const Type* t) in SampledTexture() function in tint::reader::spirv::SampledTexture
524 const spirv::SampledTexture* TypeManager::SampledTexture( in SampledTexture() function in tint::reader::spirv::TypeManager
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h195 using SampledTexture = GrPendingIOResource<GrVkTexture, kRead_GrIOType>; member