Home
last modified time | relevance | path

Searched refs:EOpLeftShiftAssign (Results 1 – 10 of 10) sorted by relevance

/third_party/glslang/glslang/HLSL/
DhlslOpMap.cpp52 case EHTokLeftAssign: return EOpLeftShiftAssign; in assignment()
DhlslParseHelper.cpp402 case EOpLeftShiftAssign: in handleLvalue()
/third_party/glslang/glslang/MachineIndependent/
DIntermediate.cpp1131 case EOpLeftShiftAssign: in addConversion()
1234 case EOpLeftShiftAssign: in addUniShapeConversion()
1282 case EOpLeftShiftAssign: in addBiShapeConversion()
3172 case EOpLeftShiftAssign: in modifiesState()
3421 case EOpLeftShiftAssign: in promoteBinary()
3630 case EOpLeftShiftAssign: in promoteBinary()
3687 case EOpLeftShiftAssign: in promoteBinary()
DpropagateNoContraction.cpp117 case glslang::EOpLeftShiftAssign: in isAssignOperation()
DintermOut.cpp173 …case EOpLeftShiftAssign: out.debug << "left shift second child into first child"; break; in visitBinary()
Dglslang.y817 $$.loc = $1.loc; $$.op = EOpLeftShiftAssign;
Dglslang.m4817 $$.loc = $1.loc; $$.op = EOpLeftShiftAssign;
Dglslang_tab.cpp5019 (yyval.interm).loc = (yyvsp[0].lex).loc; (yyval.interm).op = EOpLeftShiftAssign; in yyparse()
/third_party/glslang/glslang/Include/
Dintermediate.h773 EOpLeftShiftAssign, enumerator
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp1848 case glslang::EOpLeftShiftAssign: in visitBinary()
5507 case glslang::EOpLeftShiftAssign: in createBinaryOperation()