Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp285 TBasicType GetBasicTypeForSubpassInput(const TBasicType &inputType) in GetBasicTypeForSubpassInput() function
301 TBasicType GetBasicTypeForSubpassInput(const TIntermSymbol *originSymbol) in GetBasicTypeForSubpassInput() function
305 return GetBasicTypeForSubpassInput(EbtFloat); in GetBasicTypeForSubpassInput()
308 return GetBasicTypeForSubpassInput(originSymbol->getBasicType()); in GetBasicTypeForSubpassInput()
474 TBasicType subpassInputType = GetBasicTypeForSubpassInput(declaredVarSym); in declareSubpassInputVariableImpl()