Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DPipeline.cpp121 case Type::InvocationVertexGlobals: in uses()
193 case Type::InvocationVertexGlobals: in getStructTypeName()
243 case Type::InvocationVertexGlobals: in getStructInstanceName()
281 case Type::InvocationVertexGlobals: in AllowPadding()
416 case Type::InvocationVertexGlobals: in externalStructModifyConfig()
442 case Type::InvocationVertexGlobals: in alwaysRequiresLocalVariableDeclarationInMain()
459 case Type::InvocationVertexGlobals: in isPipelineOut()
480 case Type::InvocationVertexGlobals: in externalAddressSpace()
H A DRewritePipelines.cpp460 else if (isMain && (mPipeline.type == Pipeline::Type::InvocationVertexGlobals)) in getUpdatedFunction()
818 if (mPipeline.type == Pipeline::Type::InvocationVertexGlobals) in visitMain()
1085 {Pipeline::Type::InvocationVertexGlobals, outStructs.invocationVertexGlobals, nullptr, in RewritePipelines()
1097 info.pipelineType == Pipeline::Type::InvocationVertexGlobals)) || in RewritePipelines()
H A DPipeline.h60 InvocationVertexGlobals, enumerator