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

  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.h 57 const GLuint interpMode[],
st_atifs_to_tgsi.h 49 const GLuint interpMode[],
st_glsl_to_tgsi.h 49 const GLuint interpMode[],
st_program.c 571 GLuint interpMode[PIPE_MAX_SHADER_INPUTS]; /* XXX size? */
630 interpMode[slot] = TGSI_INTERPOLATE_LINEAR;
635 interpMode[slot] = stfp->glsl_to_tgsi ?
641 interpMode[slot] = stfp->glsl_to_tgsi ?
647 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
652 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
657 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
662 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
667 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
672 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE
    [all...]
st_atifs_to_tgsi.c 430 const GLuint interpMode[],
456 interpMode[i]);
st_mesa_to_tgsi.c 785 * \param interpMode the TGSI_INTERPOLATE_LINEAR/PERSP mode for each input
805 const GLuint interpMode[],
836 interpMode[i]);
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 433 const unsigned interpMode = swr_fs->info.base.input_interpolate[attrib];
458 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE ||
459 interpMode == TGSI_INTERPOLATE_COLOR) {
533 if (interpMode == TGSI_INTERPOLATE_CONSTANT) {
535 } else if (interpMode == TGSI_INTERPOLATE_COLOR) {
553 if (interpMode == TGSI_INTERPOLATE_CONSTANT) {
555 } else if (interpMode == TGSI_INTERPOLATE_COLOR) {
587 if (interpMode == TGSI_INTERPOLATE_CONSTANT) {
598 if (interpMode == TGSI_INTERPOLATE_PERSPECTIVE ||
599 interpMode == TGSI_INTERPOLATE_COLOR
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]

Completed in 5563 milliseconds