Home
last modified time | relevance | path

Searched refs:EOpFwidth (Results 1 – 25 of 25) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DOperator.h174 EOpFwidth, // Fragment only, OES_standard_derivatives extension enumerator
DOperator.cpp251 case EOpFwidth: in GetOperatorString()
DASTMetadataHLSL.cpp106 case EOpFwidth: in visitUnary()
DOutputGLSLBase.cpp808 case EOpFwidth: in visitUnary()
DSymbolTable_autogen.cpp7960 EOpFwidth,
7969 EOpFwidth,
7978 EOpFwidth,
7987 EOpFwidth,
10759 EOpFwidth,
10768 EOpFwidth,
10777 EOpFwidth,
10786 EOpFwidth,
DOutputHLSL.cpp1933 case EOpFwidth: in visitUnary()
DIntermNode.cpp3041 case EOpFwidth: in foldUnaryComponentWise()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOperator_autogen.h366 EOpFwidth, enumerator
DIntermNode.cpp176 case EOpFwidth: in CanFoldAggregateBuiltInOp()
4155 case EOpFwidth: in FoldAggregateBuiltIn()
DOutputHLSL.cpp2612 case EOpFwidth: in visitAggregate()
DSymbolTable_ESSL_autogen.cpp12028 EOpFwidth,
12037 EOpFwidth,
12046 EOpFwidth,
12055 EOpFwidth,
12127 EOpFwidth,
12135 EOpFwidth,
12143 EOpFwidth,
12151 EOpFwidth,
DOutputSPIRV.cpp2860 case EOpFwidth: in visitOperator()
DSymbolTable_autogen.cpp17561 EOpFwidth,
17570 EOpFwidth,
17579 EOpFwidth,
17588 EOpFwidth,
17660 EOpFwidth,
17668 EOpFwidth,
17676 EOpFwidth,
17684 EOpFwidth,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DInitialize.cpp291 …symbolTable.insertBuiltIn(ESSL1_BUILTINS, EOpFwidth,"GL_OES_standard_derivatives", genType, "fwidt… in InsertBuiltInFunctions()
366 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpFwidth, genType, "fwidth", genType); in InsertBuiltInFunctions()
Dintermediate.h172 EOpFwidth, // Fragment only, OES_standard_derivatives extension enumerator
DIntermediate.cpp289 case EOpFwidth: return "fwidth"; in getOperatorString()
DOutputASM.cpp1182 …case EOpFwidth: if(visit == PostVisit) emit(sw::Shader::OPCODE_FWIDTH, result, arg); bre… in visitUnary()
/third_party/glslang/glslang/HLSL/
DhlslParseables.cpp1077 symbolTable.relateToOperator("fwidth", EOpFwidth); in identifyBuiltIns()
/third_party/glslang/glslang/Include/
Dintermediate.h448 EOpFwidth, // Fragment only enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3577 case TOperator::EOpFwidth: in visitOperator()
DEmitMetal.cpp543 case TOperator::EOpFwidth: in GetOperatorString()
/third_party/glslang/glslang/MachineIndependent/
DConstant.cpp560 case EOpFwidth: in fold()
DintermOut.cpp501 case EOpFwidth: out.debug << "fwidth"; break; in visitUnary()
DInitialize.cpp278 { EOpFwidth, "fwidth", 1, TypeF, ClassRegular, nullptr },
9836 symbolTable.relateToOperator("fwidth", EOpFwidth); in add2ndGenerationSamplingImaging()
/third_party/glslang/SPIRV/
DGlslangToSpv.cpp6704 case glslang::EOpFwidth: in createUnaryOperation()