Home
last modified time | relevance | path

Searched refs:EOpBitShiftLeftAssign (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/msl/
H A DRewriteUnaddressableReferences.cpp80 case TOperator::EOpBitShiftLeftAssign: in IsAssignEqualsSign()
106 case TOperator::EOpBitShiftLeftAssign: in IsCompoundAssign()
133 case TOperator::EOpBitShiftLeftAssign: in ReturnsReference()
188 case TOperator::EOpBitShiftLeftAssign: in DecomposeCompoundAssignment()
H A DSeparateCompoundExpressions.cpp58 case EOpBitShiftLeftAssign: in IsCompoundAssignment()
/aosp_15_r20/external/angle/src/compiler/translator/
H A DOperator.cpp124 case EOpBitShiftLeftAssign: in GetOperatorString()
160 case EOpBitShiftLeftAssign: in IsAssignment()
H A DOperator_autogen.h126 EOpBitShiftLeftAssign, enumerator
H A DOutputTree.cpp149 case EOpBitShiftLeftAssign: in visitBinary()
H A DValidateAST.cpp212 case EOpBitShiftLeftAssign: in IsBinaryOp()
H A Dglslang.y561 $$ = EOpBitShiftLeftAssign;
H A Dglslang_tab_autogen.cpp2815 (yyval.interm.op) = EOpBitShiftLeftAssign; in yyparse()
H A DParseContext.cpp6945 case EOpBitShiftLeftAssign: in binaryOpCommonCheck()
7036 case EOpBitShiftLeftAssign: in binaryOpCommonCheck()
H A DIntermNode.cpp1936 case EOpBitShiftLeftAssign: in promote()
/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DTranslatorMSL.cpp507 new TIntermBinary(EOpBitShiftLeftAssign, new TIntermSymbol(p), CreateIndexNode(1))); in AddSampleMaskDeclaration()
545 EOpBitShiftLeftAssign, new TIntermSymbol(p), CreateIndexNode(step))); in AddSampleMaskDeclaration()
592 EOpBitShiftLeftAssign, new TIntermSymbol(alphaMask), CreateIndexNode(2))); in AddSampleMaskDeclaration()
H A DProgramPrelude.cpp3592 case TOperator::EOpBitShiftLeftAssign: in visitOperator()
H A DEmitMetal.cpp291 case TOperator::EOpBitShiftLeftAssign: in GetOperatorString()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/
H A DRewriteExpressionsWithShaderStorageBlock.cpp53 case EOpBitShiftLeftAssign: in IsCompoundAssignment()
/aosp_15_r20/external/angle/src/compiler/translator/glsl/
H A DOutputGLSLBase.cpp652 case EOpBitShiftLeftAssign: in visitBinary()
/aosp_15_r20/external/angle/src/compiler/translator/wgsl/
H A DTranslatorWGSL.cpp453 case TOperator::EOpBitShiftLeftAssign: in GetOperatorString()
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/
H A DOutputHLSL.cpp1785 case EOpBitShiftLeftAssign: in visitBinary()
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DOutputSPIRV.cpp2557 case EOpBitShiftLeftAssign: in visitOperator()