Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp273 void TPublicType::setSpirvType(const TSpirvInstruction& spirvInst, const TSpirvTypeParameters* type… in setSpirvType() function in glslang::TPublicType
Dglslang.y4385 $$.setSpirvType(*$3, $5);
4390 $$.setSpirvType(*$5, $7);
4394 $$.setSpirvType(*$3);
4399 $$.setSpirvType(*$5);
Dglslang_tab.cpp12334 …(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()
/third_party/glslang/glslang/Include/
DTypes.h1523 …void setSpirvType(const TSpirvInstruction& spirvInst, const TSpirvTypeParameters* typeParams = nul…