Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_LOC_CENTER (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c516 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()
524 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()
536 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()
609 TGSI_INTERPOLATE_LOC_CENTER; in si_nir_scan_shader()
612 TGSI_INTERPOLATE_LOC_CENTER; in si_nir_scan_shader()
Dsi_shader.c2219 location = TGSI_INTERPOLATE_LOC_CENTER; in si_get_ps_prolog_key()
2228 case TGSI_INTERPOLATE_LOC_CENTER: in si_get_ps_prolog_key()
2249 location = TGSI_INTERPOLATE_LOC_CENTER; in si_get_ps_prolog_key()
2262 case TGSI_INTERPOLATE_LOC_CENTER: in si_get_ps_prolog_key()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp361 pos_input.set_interpolator(TGSI_INTERPOLATE_LINEAR, TGSI_INTERPOLATE_LOC_CENTER, false); in scan_input()
376 tgsi_interpolate_loc tgsi_loc = TGSI_INTERPOLATE_LOC_CENTER; in scan_input()
389 tgsi_loc = TGSI_INTERPOLATE_LOC_CENTER; in scan_input()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h109 TGSI_INTERPOLATE_LOC_CENTER, enumerator
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c193 case TGSI_INTERPOLATE_LOC_CENTER: in scan_src_operand()
206 case TGSI_INTERPOLATE_LOC_CENTER: in scan_src_operand()
Dtgsi_dump.c435 if (decl->Interp.Location != TGSI_INTERPOLATE_LOC_CENTER) { in iter_declaration()
Dtgsi_ureg.h205 TGSI_INTERPOLATE_LOC_CENTER, 0, 1); in ureg_DECL_fs_input()
Dtgsi_ureg.c379 TGSI_INTERPOLATE_CONSTANT, TGSI_INTERPOLATE_LOC_CENTER, in ureg_DECL_input_layout()
393 TGSI_INTERPOLATE_LOC_CENTER, in ureg_DECL_input()
Dtgsi_build.c220 di.Location = TGSI_INTERPOLATE_LOC_CENTER; in tgsi_default_declaration_interp()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c539 if (loc == TGSI_INTERPOLATE_LOC_CENTER) { in lp_build_interp_soa()
Dlp_state_fs.c455 unsigned loc = TGSI_INTERPOLATE_LOC_CENTER; in fs_interp()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c567 case TGSI_INTERPOLATE_LOC_CENTER: in eg_get_interpolator_index()
1325 location = TGSI_INTERPOLATE_LOC_CENTER; in allocate_system_value_inputs()
1327 location = TGSI_INTERPOLATE_LOC_CENTER; in allocate_system_value_inputs()
1385 ctx->shader->input[k].interpolate_location = TGSI_INTERPOLATE_LOC_CENTER; in allocate_system_value_inputs()
7074 location = TGSI_INTERPOLATE_LOC_CENTER; /* sample offset will be added explicitly */ in tgsi_interp_egcm()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c834 sample_loc = TGSI_INTERPOLATE_LOC_CENTER; in ntt_setup_inputs()