Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DPipeline.cpp130 case Type::InvocationFragmentGlobals: in uses()
196 case Type::InvocationFragmentGlobals: in getStructTypeName()
246 case Type::InvocationFragmentGlobals: in getStructInstanceName()
282 case Type::InvocationFragmentGlobals: in AllowPadding()
417 case Type::InvocationFragmentGlobals: in externalStructModifyConfig()
443 case Type::InvocationFragmentGlobals: in alwaysRequiresLocalVariableDeclarationInMain()
460 case Type::InvocationFragmentGlobals: in isPipelineOut()
481 case Type::InvocationFragmentGlobals: in externalAddressSpace()
H A DRewritePipelines.cpp471 else if (isMain && (mPipeline.type == Pipeline::Type::InvocationFragmentGlobals)) in getUpdatedFunction()
833 else if (mPipeline.type == Pipeline::Type::InvocationFragmentGlobals) in visitMain()
1087 {Pipeline::Type::InvocationFragmentGlobals, outStructs.invocationFragmentGlobals, nullptr, in RewritePipelines()
1101 info.pipelineType == Pipeline::Type::InvocationFragmentGlobals))) in RewritePipelines()
H A DPipeline.h61 InvocationFragmentGlobals, enumerator