Searched refs:subpassInputType (Results 1 – 3 of 3) sorted by relevance
356 TBasicType subpassInputType = GetBasicTypeOfSubpassInput(inputType); in CreateSubpassLoadFuncCall() local357 ASSERT(subpassInputType != TBasicType::EbtVoid); in CreateSubpassLoadFuncCall()362 TType *inputAttachmentType = new TType(subpassInputType, EbpUndefined, EvqUniform, 1); in CreateSubpassLoadFuncCall()474 TBasicType subpassInputType = GetBasicTypeForSubpassInput(declaredVarSym); in declareSubpassInputVariableImpl() local475 if (subpassInputType == EbtVoid) in declareSubpassInputVariableImpl()480 TType *inputAttachmentType = new TType(subpassInputType, EbpUndefined, EvqUniform, 1); in declareSubpassInputVariableImpl()
1124 const EHlslTokenClass subpassInputType = peek(); in acceptSubpassInputType() local1128 switch (subpassInputType) { in acceptSubpassInputType()
1126 const EHlslTokenClass subpassInputType = peek(); in acceptSubpassInputType() local1130 switch (subpassInputType) { in acceptSubpassInputType()