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

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 103 case TGSI_INTERPOLATE_COLOR:
116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 105 #define TGSI_INTERPOLATE_COLOR 3 /* special color case for smooth/flat */
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_draw.c 122 (shader->shader.input[i].interpolate == TGSI_INTERPOLATE_COLOR &&
329 (ps->input[i].interpolate == TGSI_INTERPOLATE_COLOR &&
radeonsi_shader.c 283 case TGSI_INTERPOLATE_COLOR:
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 604 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR)
  /external/mesa3d/src/mesa/state_tracker/
st_program.c 448 return TGSI_INTERPOLATE_COLOR;
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 815 case TGSI_INTERPOLATE_COLOR:
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c     [all...]
evergreen_state.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]

Completed in 205 milliseconds