Home | History | Annotate | Download | only in compiler

Lines Matching refs:EOpDot

1504 		case EOpDot:         if(visit == PostVisit) emit(sw::Shader::OPCODE_DP(dim(arg[0])), result, arg[0], arg[1]); break;