Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_LOC_SAMPLE (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c512 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()
520 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()
532 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()
607 info->color_interpolate_loc[0] = nir->info.fs.color0_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()
610 info->color_interpolate_loc[1] = nir->info.fs.color1_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()
Dsi_shader.c2217 location = TGSI_INTERPOLATE_LOC_SAMPLE; in si_get_ps_prolog_key()
2222 case TGSI_INTERPOLATE_LOC_SAMPLE: in si_get_ps_prolog_key()
2247 location = TGSI_INTERPOLATE_LOC_SAMPLE; in si_get_ps_prolog_key()
2256 case TGSI_INTERPOLATE_LOC_SAMPLE: in si_get_ps_prolog_key()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h111 TGSI_INTERPOLATE_LOC_SAMPLE, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c370 … if (loc == TGSI_INTERPOLATE_LOC_SAMPLE || (attrib == 0 && chan == 2 && sample_id)) { in attribs_update_simple()
551 } else if (loc == TGSI_INTERPOLATE_LOC_SAMPLE) { in lp_build_interp_soa()
Dlp_state_fs.c459 loc = TGSI_INTERPOLATE_LOC_SAMPLE; in fs_interp()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c199 case TGSI_INTERPOLATE_LOC_SAMPLE: in scan_src_operand()
212 case TGSI_INTERPOLATE_LOC_SAMPLE: in scan_src_operand()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c534 info->input_interpolate_loc[i] = TGSI_INTERPOLATE_LOC_SAMPLE; in nir_tgsi_scan_shader()
Dnir_to_tgsi.c828 sample_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in ntt_setup_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fs.cpp384 tgsi_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in scan_input()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2493 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) in r600_update_ps_state()
2546 …6CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE); in r600_update_ps_state()
Dr600_shader.c573 case TGSI_INTERPOLATE_LOC_SAMPLE: in eg_get_interpolator_index()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2911 } else if (interpolate_loc == TGSI_INTERPOLATE_LOC_SAMPLE && in translate_interpolation()
2921 } else if (interpolate_loc == TGSI_INTERPOLATE_LOC_SAMPLE && in translate_interpolation()