Searched refs:OPCODE_DFDY (Results 1 – 11 of 11) sorted by relevance
140 case Shader::OPCODE_DFDY: in validate()
116 OPCODE_DFDY, // D3DSIO_DSY enumerator
630 case Shader::OPCODE_DFDY: in analyzeInterpolants()
894 case OPCODE_DFDY: return "dFdy"; in operationString()
306 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()