Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_CONSTANT (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_flatshade.c216 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in flatshade_init_state()
241 if (interp == TGSI_INTERPOLATE_CONSTANT || in flatshade_init_state()
254 if (interp == TGSI_INTERPOLATE_CONSTANT) { in flatshade_init_state()
Ddraw_pipe_clip.c761 interp = TGSI_INTERPOLATE_CONSTANT; in find_interp()
821 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in clip_init_state()
844 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
877 case TGSI_INTERPOLATE_CONSTANT: in clip_init_state()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_from_mesa.c303 return TGSI_INTERPOLATE_CONSTANT; in tgsi_get_interp_mode()
Dtgsi_ureg.c379 TGSI_INTERPOLATE_CONSTANT, TGSI_INTERPOLATE_LOC_CENTER, in ureg_DECL_input_layout()
392 TGSI_INTERPOLATE_CONSTANT, in ureg_DECL_input()
Dtgsi_build.c219 di.Interpolate = TGSI_INTERPOLATE_CONSTANT; in tgsi_default_declaration_interp()
Dtgsi_scan.c450 case TGSI_INTERPOLATE_CONSTANT: in scan_instruction()
Dtgsi_exec.c2808 case TGSI_INTERPOLATE_CONSTANT: in exec_declaration()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c109 case TGSI_INTERPOLATE_CONSTANT: in softpipe_compute_vertex_info()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c539 info->input_interpolate[i] = TGSI_INTERPOLATE_CONSTANT; in nir_tgsi_scan_shader()
562 info->input_interpolate[i] = TGSI_INTERPOLATE_CONSTANT; in nir_tgsi_scan_shader()
Dtgsi_to_nir.c202 case TGSI_INTERPOLATE_CONSTANT: in ttn_translate_interp_mode()
Dnir_to_tgsi.c809 unsigned interpolation = TGSI_INTERPOLATE_CONSTANT; in ntt_setup_inputs()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h101 TGSI_INTERPOLATE_CONSTANT, enumerator
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c237 TGSI_INTERPOLATE_CONSTANT); in r600_create_context()
Dr600_state.c2480 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in r600_update_ps_state()
Devergreen_state.c3392 rshader->input[i].interpolate == TGSI_INTERPOLATE_CONSTANT || in evergreen_update_ps_state()
Dr600_shader.c956 ctx->shader->output[i].interpolate = TGSI_INTERPOLATE_CONSTANT; in vs_add_primid_output()
1384 ctx->shader->input[k].interpolate = TGSI_INTERPOLATE_CONSTANT; in allocate_system_value_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp375 tgsi_interpolate_mode tgsi_interpolate = TGSI_INTERPOLATE_CONSTANT; in scan_input()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c255 return TGSI_INTERPOLATE_CONSTANT; in translate_interpolation()
607 TGSI_INTERPOLATE_CONSTANT); in dcl_ps_sgv_input()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c470 TGSI_INTERPOLATE_CONSTANT, false); in bind_fs_write_one_cbuf()
1367 TGSI_INTERPOLATE_CONSTANT, false); in util_blitter_cache_all_shaders()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c1171 TGSI_INTERPOLATE_CONSTANT); in tx_src_param()
2233 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
2236 return TGSI_INTERPOLATE_CONSTANT; in nine_tgsi_to_interp_mode()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1675 TGSI_INTERPOLATE_CONSTANT, in hud_set_draw_context()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c3926 case TGSI_INTERPOLATE_CONSTANT: in llvmpipe_create_fs_state()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp1314 case TGSI_INTERPOLATE_CONSTANT: in scanDeclaration()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2902 TGSI_INTERPOLATE_CONSTANT : TGSI_INTERPOLATE_PERSPECTIVE; in translate_interpolation()
2906 case TGSI_INTERPOLATE_CONSTANT: in translate_interpolation()