Searched refs:unwrapped_type (Results 1 – 3 of 3) sorted by relevance
132 auto* unwrapped_type = var->Type()->UnwrapRef(); in TransitivelyReferencedVariablesOfType() local133 if (unwrapped_type->TypeInfo().Is(type_info)) { in TransitivelyReferencedVariablesOfType()156 auto* unwrapped_type = var->Type()->UnwrapRef(); in TransitivelyReferencedSamplerVariablesImpl() local157 auto* sampler = unwrapped_type->As<sem::Sampler>(); in TransitivelyReferencedSamplerVariablesImpl()175 auto* unwrapped_type = var->Type()->UnwrapRef(); in TransitivelyReferencedSampledTextureVariablesImpl() local176 auto* texture = unwrapped_type->As<sem::Texture>(); in TransitivelyReferencedSampledTextureVariablesImpl()
379 auto* unwrapped_type = var->Type()->UnwrapRef(); in GetUniformBufferResourceBindings() local380 auto* str = unwrapped_type->As<sem::Struct>(); in GetUniformBufferResourceBindings()598 auto* unwrapped_type = type->UnwrapRef(); in AddEntryPointInOutVariables() local600 if (auto* struct_ty = unwrapped_type->As<sem::Struct>()) { in AddEntryPointInOutVariables()633 auto* unwrapped_type = type->UnwrapRef(); in ContainsBuiltin() local635 if (auto* struct_ty = unwrapped_type->As<sem::Struct>()) { in ContainsBuiltin()
2757 auto* unwrapped_type = var->Type()->UnwrapRef(); in EmitHandleVariable() local2768 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()