Searched refs:EOpDFdy (Results 1 – 15 of 15) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteDfdy.cpp | 56 if (node->getOp() != EOpDFdy) in visitUnary()
|
D | RewriteCubeMapSamplersAs2DArray.cpp | 566 new TIntermUnary(EOpDFdy, IndexDirect(recipOuter, 0)->deepCopy(), nullptr)); in declareCoordTranslationFunction() 569 new TIntermUnary(EOpDFdy, IndexDirect(recipOuter, 1)->deepCopy(), nullptr)); in declareCoordTranslationFunction() 572 new TIntermUnary(EOpDFdy, IndexDirect(recipOuter, 2)->deepCopy(), nullptr)); in declareCoordTranslationFunction()
|
/external/angle/src/compiler/translator/ |
D | Operator.h | 174 EOpDFdy, // Fragment only, OES_standard_derivatives extension enumerator
|
D | Operator.cpp | 251 case EOpDFdy: in GetOperatorString()
|
D | ASTMetadataHLSL.cpp | 105 case EOpDFdy: in visitUnary()
|
D | OutputGLSLBase.cpp | 850 case EOpDFdy: in visitUnary()
|
D | TranslatorVulkan.cpp | 639 TIntermUnary *dfdy = new TIntermUnary(EOpDFdy, new TIntermSymbol(p), nullptr); in AddBresenhamEmulationFS()
|
D | OutputHLSL.cpp | 1973 case EOpDFdy: in visitUnary()
|
D | SymbolTable_ESSL_autogen.cpp | 6850 EOpDFdy, 6858 EOpDFdy, 6866 EOpDFdy, 6874 EOpDFdy, 9869 EOpDFdy, 9877 EOpDFdy, 9885 EOpDFdy, 9893 EOpDFdy,
|
D | IntermNode.cpp | 3082 case EOpDFdy: in foldUnaryComponentWise()
|
D | SymbolTable_autogen.cpp | 10403 EOpDFdy, 10411 EOpDFdy, 10419 EOpDFdy, 10427 EOpDFdy, 16146 EOpDFdy, 16154 EOpDFdy, 16162 EOpDFdy, 16170 EOpDFdy,
|
/external/swiftshader/src/OpenGL/compiler/ |
D | Initialize.cpp | 290 …symbolTable.insertBuiltIn(ESSL1_BUILTINS, EOpDFdy, "GL_OES_standard_derivatives", genType, "dFdy",… in InsertBuiltInFunctions() 365 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpDFdy, genType, "dFdy", genType); in InsertBuiltInFunctions()
|
D | intermediate.h | 171 EOpDFdy, // Fragment only, OES_standard_derivatives extension enumerator
|
D | Intermediate.cpp | 288 case EOpDFdy: return "dFdy"; in getOperatorString()
|
D | OutputASM.cpp | 1181 …case EOpDFdy: if(visit == PostVisit) emit(sw::Shader::OPCODE_DFDY, result, arg); break; in visitUnary()
|