Searched refs:setSpirvType (Results 1 – 4 of 4) sorted by relevance
273 void TPublicType::setSpirvType(const TSpirvInstruction& spirvInst, const TSpirvTypeParameters* type… in setSpirvType() function in glslang::TPublicType
4385 $$.setSpirvType(*$3, $5);4390 $$.setSpirvType(*$5, $7);4394 $$.setSpirvType(*$3);4399 $$.setSpirvType(*$5);
12334 …(yyval.interm.type).setSpirvType(*(yyvsp[-3].interm.spirvInst), (yyvsp[-1].interm.spirvTypeParams)… in yyparse()12344 …(yyval.interm.type).setSpirvType(*(yyvsp[-3].interm.spirvInst), (yyvsp[-1].interm.spirvTypeParams)… in yyparse()12353 (yyval.interm.type).setSpirvType(*(yyvsp[-1].interm.spirvInst)); in yyparse()12363 (yyval.interm.type).setSpirvType(*(yyvsp[-1].interm.spirvInst)); in yyparse()
1523 …void setSpirvType(const TSpirvInstruction& spirvInst, const TSpirvTypeParameters* typeParams = nul…