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

  /external/mesa3d/src/mesa/state_tracker/
st_program.c 477 GLuint outputMapping[FRAG_RESULT_MAX];
652 for (attr = 0; attr < FRAG_RESULT_MAX; attr++) {
664 (FRAG_RESULT_DATA0 <= attr && attr < FRAG_RESULT_MAX));
    [all...]
st_mesa_to_tgsi.c 181 assert(index < FRAG_RESULT_MAX);
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/program/
prog_print.c 321 STATIC_ASSERT(Elements(fragResults) == FRAG_RESULT_MAX);
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 434 FRAG_RESULT_MAX = (FRAG_RESULT_DATA0 + MAX_DRAW_BUFFERS)
    [all...]

Completed in 51 milliseconds