Searched refs:OPCODE_DFDY (Results 1 – 6 of 6) sorted by relevance
140 case Shader::OPCODE_DFDY: in validate()
117 OPCODE_DFDY, // D3DSIO_DSY enumerator
631 case Shader::OPCODE_DFDY: in analyzeInterpolants()
898 case OPCODE_DFDY: return "dFdy"; in operationString()
335 case Shader::OPCODE_DFDY: DFDY(d, s0); break; in applyShader()
1181 …case EOpDFdy: if(visit == PostVisit) emit(sw::Shader::OPCODE_DFDY, result, arg); break; in visitUnary()