Searched defs:SampledTexture (Results 1 – 5 of 5) sorted by relevance
24 SampledTexture::SampledTexture(ast::TextureDimension dim, const Type* type) in SampledTexture() function in tint::sem::SampledTexture
24 SampledTexture::SampledTexture(ProgramID pid, in SampledTexture() function in tint::ast::SampledTexture
396 struct SampledTexture : public Castable<SampledTexture, Texture> { struct416 Type const* const type;
231 SampledTexture::SampledTexture(ast::TextureDimension d, const Type* t) in SampledTexture() function in tint::reader::spirv::SampledTexture524 const spirv::SampledTexture* TypeManager::SampledTexture( in SampledTexture() function in tint::reader::spirv::TypeManager
195 using SampledTexture = GrPendingIOResource<GrVkTexture, kRead_GrIOType>; member