Searched refs:EOpDFdx (Results 1 – 13 of 13) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | RewriteDfdy.cpp | 87 if ((node->getOp() != EOpDFdx) && (node->getOp() != EOpDFdy)) in visitAggregateWithRotation() 121 if (node->getOp() == EOpDFdx) in visitAggregateWithRotation() 140 if (node->getOp() == EOpDFdx) in visitAggregateWithRotation()
|
/external/angle/src/compiler/translator/ |
D | Operator_autogen.h | 362 EOpDFdx, enumerator
|
D | IntermNode.cpp | 173 case EOpDFdx: in CanFoldAggregateBuiltInOp() 3935 case EOpDFdx: in FoldAggregateBuiltIn()
|
D | OutputHLSL.cpp | 2587 case EOpDFdx: in visitAggregate()
|
D | OutputSPIRV.cpp | 2461 case EOpDFdx: in visitOperator()
|
D | SymbolTable_ESSL_autogen.cpp | 11879 EOpDFdx, 11888 EOpDFdx, 11897 EOpDFdx, 11906 EOpDFdx, 11986 EOpDFdx, 11994 EOpDFdx, 12002 EOpDFdx, 12010 EOpDFdx,
|
D | SymbolTable_autogen.cpp | 17460 EOpDFdx, 17469 EOpDFdx, 17478 EOpDFdx, 17487 EOpDFdx, 17567 EOpDFdx, 17575 EOpDFdx, 17583 EOpDFdx, 17591 EOpDFdx,
|
/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()
|
/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | ProgramPrelude.cpp | 3523 case TOperator::EOpDFdx: in visitOperator()
|
D | EmitMetal.cpp | 540 case TOperator::EOpDFdx: in GetOperatorString()
|