Home
last modified time | relevance | path

Searched refs:unwrapped_type (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/tint/src/sem/
Dfunction.cc132 auto* unwrapped_type = var->Type()->UnwrapRef(); in TransitivelyReferencedVariablesOfType() local
133 if (unwrapped_type->TypeInfo().Is(type_info)) { in TransitivelyReferencedVariablesOfType()
156 auto* unwrapped_type = var->Type()->UnwrapRef(); in TransitivelyReferencedSamplerVariablesImpl() local
157 auto* sampler = unwrapped_type->As<sem::Sampler>(); in TransitivelyReferencedSamplerVariablesImpl()
175 auto* unwrapped_type = var->Type()->UnwrapRef(); in TransitivelyReferencedSampledTextureVariablesImpl() local
176 auto* texture = unwrapped_type->As<sem::Texture>(); in TransitivelyReferencedSampledTextureVariablesImpl()
/third_party/skia/third_party/externals/tint/src/inspector/
Dinspector.cc379 auto* unwrapped_type = var->Type()->UnwrapRef(); in GetUniformBufferResourceBindings() local
380 auto* str = unwrapped_type->As<sem::Struct>(); in GetUniformBufferResourceBindings()
598 auto* unwrapped_type = type->UnwrapRef(); in AddEntryPointInOutVariables() local
600 if (auto* struct_ty = unwrapped_type->As<sem::Struct>()) { in AddEntryPointInOutVariables()
633 auto* unwrapped_type = type->UnwrapRef(); in ContainsBuiltin() local
635 if (auto* struct_ty = unwrapped_type->As<sem::Struct>()) { in ContainsBuiltin()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
Dgenerator_impl.cc2757 auto* unwrapped_type = var->Type()->UnwrapRef(); in EmitHandleVariable() local
2768 if (unwrapped_type->Is<sem::Texture>()) { in EmitHandleVariable()
2770 if (unwrapped_type->Is<sem::StorageTexture>()) { in EmitHandleVariable()
2773 } else if (unwrapped_type->Is<sem::Sampler>()) { in EmitHandleVariable()