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

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_fragshader.c 520 CLAMPED_FLOAT_TO_UBYTE(con_byte[0], ctx->ATIFragmentShader.GlobalConstants[i][0]);
521 CLAMPED_FLOAT_TO_UBYTE(con_byte[1], ctx->ATIFragmentShader.GlobalConstants[i][1]);
522 CLAMPED_FLOAT_TO_UBYTE(con_byte[2], ctx->ATIFragmentShader.GlobalConstants[i][2]);
523 CLAMPED_FLOAT_TO_UBYTE(con_byte[3], ctx->ATIFragmentShader.GlobalConstants[i][3]);
  /external/mesa3d/src/mesa/swrast/
s_atifragshader.c 360 ctx->ATIFragmentShader.GlobalConstants[index - GL_CON_0_ATI]);
  /external/mesa3d/src/mesa/main/
atifragshader.c 792 COPY_4V(ctx->ATIFragmentShader.GlobalConstants[dstindex], value);
mtypes.h     [all...]

Completed in 60 milliseconds