Lines Matching refs:EShSourceHlsl
363 if (getSource() == EShSourceHlsl) { in addUnaryMath()
549 if (getSource() == EShSourceHlsl && node->getBasicType() == EbtSampler) in isConversionAllowed()
942 if (getSource() == EShSourceHlsl) in addPairConversion()
953 if (getSource() == EShSourceHlsl) { in addPairConversion()
1125 if (!(getSource() == EShSourceHlsl && node->getType().getBasicType() == EbtBool)) { in addConversion()
1199 case EShSourceHlsl: in addUniShapeConversion()
1252 case EShSourceHlsl: in addBiShapeConversion()
1354 if (getSource() == EShSourceHlsl) { in addShapeConversion()
1471 return version >= 400 || getSource() == EShSourceHlsl; in isIntegralConversion()
1606 if (getSource() == EShSourceHlsl) { in canImplicitlyPromote()
1637 if (getSource() == EShSourceHlsl) { in canImplicitlyPromote()
1708 return getSource() == EShSourceHlsl; in canImplicitlyPromote()
1714 getSource() == EShSourceHlsl; in canImplicitlyPromote()
1721 …return version >= 400 || getSource() == EShSourceHlsl || IsRequestedExtension(E_GL_ARB_gpu_shader5… in canImplicitlyPromote()
1723 return getSource() == EShSourceHlsl; in canImplicitlyPromote()
1733 return getSource() == EShSourceHlsl; in canImplicitlyPromote()
1900 if (getSource() == EShSourceHlsl) { in getConversionDestinationType()
2459 if (getSource() == EShSourceHlsl) in addSelection()
2529 if (getSource() == EShSourceHlsl) in addSelection()
3292 if (getSource() == EShSourceHlsl) in promoteUnary()
3368 if (getSource() == EShSourceHlsl && in promoteBinary()
3424 if (getSource() == EShSourceHlsl) { in promoteBinary()
3470 if (getSource() == EShSourceHlsl) in promoteBinary()
3755 if (getSource() != EShSourceHlsl) in promoteAggregate()