HomeSort by relevance Sort by last modified time
    Searched refs:TGSI_INTERPOLATE_CONSTANT (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_flatshade.c 215 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE;
239 if (interp == TGSI_INTERPOLATE_CONSTANT) {
251 if (interp == TGSI_INTERPOLATE_CONSTANT) {
draw_pipe_clip.c 790 interp = TGSI_INTERPOLATE_CONSTANT;
850 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE;
872 case TGSI_INTERPOLATE_CONSTANT:
896 case TGSI_INTERPOLATE_CONSTANT:
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 110 case TGSI_INTERPOLATE_CONSTANT:
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 100 TGSI_INTERPOLATE_CONSTANT,
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.cpp 533 if (interpMode == TGSI_INTERPOLATE_CONSTANT) {
553 if (interpMode == TGSI_INTERPOLATE_CONSTANT) {
587 if (interpMode == TGSI_INTERPOLATE_CONSTANT) {
  /external/mesa3d/src/mesa/state_tracker/
st_cb_clear.c 111 TGSI_INTERPOLATE_CONSTANT,
st_program.c 652 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
657 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
662 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
667 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
    [all...]
st_pbo.c 454 TGSI_INTERPOLATE_CONSTANT);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 397 TGSI_INTERPOLATE_CONSTANT, FALSE);
411 TGSI_INTERPOLATE_CONSTANT, TRUE);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 215 TGSI_INTERPOLATE_CONSTANT);
evergreen_state.c     [all...]
r600_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/ilo/shader/
ilo_shader_vs.c 1025 sh->in.interp[sh->in.count] = TGSI_INTERPOLATE_CONSTANT;
1045 sh->in.interp[sh->in.count + i] = TGSI_INTERPOLATE_CONSTANT;
    [all...]
ilo_shader_fs.c 171 case TGSI_INTERPOLATE_CONSTANT:
    [all...]
ilo_shader_gs.c 1038 sh->in.interp[i] = TGSI_INTERPOLATE_CONSTANT;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.c 196 /* TGSI_INTERPOLATE_CONSTANT doesn't do any interpolation. */
330 case TGSI_INTERPOLATE_CONSTANT:
tgsi_build.c 208 di.Interpolate = TGSI_INTERPOLATE_CONSTANT;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_shader.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_context.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/nir/
tgsi_to_nir.c 363 case TGSI_INTERPOLATE_CONSTANT:
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_shaders.c     [all...]
si_shader.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp     [all...]

Completed in 455 milliseconds

1 2