Searched refs:EOpDFdx (Results 1 – 14 of 14) sorted by relevance
/external/angle/src/compiler/translator/ |
D | Operator.h | 173 EOpDFdx, // Fragment only, OES_standard_derivatives extension enumerator
|
D | Operator.cpp | 249 case EOpDFdx: in GetOperatorString()
|
D | ASTMetadataHLSL.cpp | 104 case EOpDFdx: in visitUnary()
|
D | OutputGLSLBase.cpp | 849 case EOpDFdx: in visitUnary()
|
D | TranslatorVulkan.cpp | 638 TIntermUnary *dfdx = new TIntermUnary(EOpDFdx, new TIntermSymbol(p), nullptr); in AddBresenhamEmulationFS()
|
D | OutputHLSL.cpp | 1963 case EOpDFdx: in visitUnary()
|
D | SymbolTable_ESSL_autogen.cpp | 6818 EOpDFdx, 6826 EOpDFdx, 6834 EOpDFdx, 6842 EOpDFdx, 9837 EOpDFdx, 9845 EOpDFdx, 9853 EOpDFdx, 9861 EOpDFdx,
|
D | IntermNode.cpp | 3081 case EOpDFdx: in foldUnaryComponentWise()
|
D | SymbolTable_autogen.cpp | 10371 EOpDFdx, 10379 EOpDFdx, 10387 EOpDFdx, 10395 EOpDFdx, 16114 EOpDFdx, 16122 EOpDFdx, 16130 EOpDFdx, 16138 EOpDFdx,
|
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteCubeMapSamplersAs2DArray.cpp | 557 new TIntermUnary(EOpDFdx, IndexDirect(recipOuter, 0)->deepCopy(), nullptr)); in declareCoordTranslationFunction() 560 new TIntermUnary(EOpDFdx, IndexDirect(recipOuter, 1)->deepCopy(), nullptr)); in declareCoordTranslationFunction() 563 new TIntermUnary(EOpDFdx, IndexDirect(recipOuter, 2)->deepCopy(), nullptr)); in declareCoordTranslationFunction()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 289 …symbolTable.insertBuiltIn(ESSL1_BUILTINS, EOpDFdx, "GL_OES_standard_derivatives", genType, "dFdx",… in InsertBuiltInFunctions() 364 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpDFdx, genType, "dFdx", genType); in InsertBuiltInFunctions()
|
D | intermediate.h | 170 EOpDFdx, // Fragment only, OES_standard_derivatives extension enumerator
|
D | Intermediate.cpp | 287 case EOpDFdx: return "dFdx"; in getOperatorString()
|
D | OutputASM.cpp | 1180 …case EOpDFdx: if(visit == PostVisit) emit(sw::Shader::OPCODE_DFDX, result, arg); break; in visitUnary()
|