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

  /external/mesa3d/src/gallium/auxiliary/util/
u_simple_shaders.h 96 int input_interpolate);
u_simple_shaders.c 335 int input_interpolate)
349 input_interpolate );
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 47 ubyte input_interpolate[PIPE_MAX_SHADER_INPUTS]; member in struct:tgsi_shader_info
tgsi_scan.c 161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 93 switch (fsInfo->input_interpolate[i]) {
116 if (fsInfo->input_interpolate[i] == TGSI_INTERPOLATE_COLOR) {
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 604 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR)
605 indexed_interp[fs->info.input_semantic_index[i]] = fs->info.input_interpolate[i];
639 interp = fs->info.input_interpolate[j];
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_shader.c 914 if (ctx->info.input_interpolate[i] == TGSI_INTERPOLATE_LINEAR)
916 if (ctx->info.input_interpolate[i] == TGSI_INTERPOLATE_PERSPECTIVE)
    [all...]

Completed in 209 milliseconds