Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp286 TSpirvTypeParameters* spirvTypeParams = new TSpirvTypeParameters; in makeSpirvTypeParameters() local
294 spirvTypeParams->push_back(TSpirvTypeParameter(constant)); in makeSpirvTypeParameters()
296 return spirvTypeParams; in makeSpirvTypeParameters()
302 TSpirvTypeParameters* spirvTypeParams = new TSpirvTypeParameters; in makeSpirvTypeParameters() local
303 spirvTypeParams->push_back(TSpirvTypeParameter(new TType(type))); in makeSpirvTypeParameters()
304 return spirvTypeParams; in makeSpirvTypeParameters()
Dglslang_tab.cpp.h552 glslang::TSpirvTypeParameters* spirvTypeParams; member
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()
12371 (yyval.interm.spirvTypeParams) = (yyvsp[0].interm.spirvTypeParams); in yyparse()
12379 …(yyval.interm.spirvTypeParams) = parseContext.mergeSpirvTypeParameters((yyvsp[-2].interm.spirvType… in yyparse()
12387 …(yyval.interm.spirvTypeParams) = parseContext.makeSpirvTypeParameters((yyvsp[0].interm.intermTyped… in yyparse()
12395 …(yyval.interm.spirvTypeParams) = parseContext.makeSpirvTypeParameters((yyvsp[0].interm.type).loc, … in yyparse()
Dglslang.y96 glslang::TSpirvTypeParameters* spirvTypeParams; member
347 %type <interm.spirvTypeParams> spirv_type_parameter_list spirv_type_parameter