HomeSort by relevance Sort by last modified time
    Searched refs:last_optype (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/main/
atifragshader.c 89 if (optype == curProg->last_optype) {
90 curProg->last_optype = 1;
351 ctx->ATIFragmentShader.Current->last_optype = 0;
602 if ((optype == 0) || (curProg->last_optype == optype)) {
611 curProg->last_optype = optype;
mtypes.h 2210 GLubyte last_optype; member in struct:ati_fragment_shader
    [all...]

Completed in 93 milliseconds