Home
last modified time | relevance | path

Searched refs:EOpDFdx (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/compiler/translator/tree_ops/
DRewriteDfdy.cpp87 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/
DOperator_autogen.h362 EOpDFdx, enumerator
DIntermNode.cpp173 case EOpDFdx: in CanFoldAggregateBuiltInOp()
3935 case EOpDFdx: in FoldAggregateBuiltIn()
DOutputHLSL.cpp2587 case EOpDFdx: in visitAggregate()
DOutputSPIRV.cpp2461 case EOpDFdx: in visitOperator()
DSymbolTable_ESSL_autogen.cpp11879 EOpDFdx,
11888 EOpDFdx,
11897 EOpDFdx,
11906 EOpDFdx,
11986 EOpDFdx,
11994 EOpDFdx,
12002 EOpDFdx,
12010 EOpDFdx,
DSymbolTable_autogen.cpp17460 EOpDFdx,
17469 EOpDFdx,
17478 EOpDFdx,
17487 EOpDFdx,
17567 EOpDFdx,
17575 EOpDFdx,
17583 EOpDFdx,
17591 EOpDFdx,
/external/swiftshader/src/OpenGL/compiler/
DInitialize.cpp289 …symbolTable.insertBuiltIn(ESSL1_BUILTINS, EOpDFdx, "GL_OES_standard_derivatives", genType, "dFdx",… in InsertBuiltInFunctions()
364 symbolTable.insertBuiltIn(ESSL3_BUILTINS, EOpDFdx, genType, "dFdx", genType); in InsertBuiltInFunctions()
Dintermediate.h170 EOpDFdx, // Fragment only, OES_standard_derivatives extension enumerator
DIntermediate.cpp287 case EOpDFdx: return "dFdx"; in getOperatorString()
DOutputASM.cpp1180 …case EOpDFdx: if(visit == PostVisit) emit(sw::Shader::OPCODE_DFDX, result, arg); break; in visitUnary()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DProgramPrelude.cpp3523 case TOperator::EOpDFdx: in visitOperator()
DEmitMetal.cpp540 case TOperator::EOpDFdx: in GetOperatorString()