Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/vulkan/
DReplaceForShaderFramebufferFetch.cpp356 TBasicType subpassInputType = GetBasicTypeOfSubpassInput(inputType); in CreateSubpassLoadFuncCall() local
357 ASSERT(subpassInputType != TBasicType::EbtVoid); in CreateSubpassLoadFuncCall()
362 TType *inputAttachmentType = new TType(subpassInputType, EbpUndefined, EvqUniform, 1); in CreateSubpassLoadFuncCall()
474 TBasicType subpassInputType = GetBasicTypeForSubpassInput(declaredVarSym); in declareSubpassInputVariableImpl() local
475 if (subpassInputType == EbtVoid) in declareSubpassInputVariableImpl()
480 TType *inputAttachmentType = new TType(subpassInputType, EbpUndefined, EvqUniform, 1); in declareSubpassInputVariableImpl()
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp1124 const EHlslTokenClass subpassInputType = peek(); in acceptSubpassInputType() local
1128 switch (subpassInputType) { in acceptSubpassInputType()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp1126 const EHlslTokenClass subpassInputType = peek(); in acceptSubpassInputType() local
1130 switch (subpassInputType) { in acceptSubpassInputType()