Home
last modified time | relevance | path

Searched refs:TGSI_INTERPOLATE_LOC_CENTROID (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c514 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()
522 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()
534 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()
608 nir->info.fs.color0_centroid ? TGSI_INTERPOLATE_LOC_CENTROID : in si_nir_scan_shader()
611 nir->info.fs.color1_centroid ? TGSI_INTERPOLATE_LOC_CENTROID : in si_nir_scan_shader()
H A Dsi_shader.c2234 case TGSI_INTERPOLATE_LOC_CENTROID: in si_get_ps_prolog_key()
2268 case TGSI_INTERPOLATE_LOC_CENTROID: in si_get_ps_prolog_key()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_shader_tokens.h110 TGSI_INTERPOLATE_LOC_CENTROID, enumerator
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.c378 } else if (loc == TGSI_INTERPOLATE_LOC_CENTROID) { in attribs_update_simple()
576 } else if (loc == TGSI_INTERPOLATE_LOC_CENTROID) { in lp_build_interp_soa()
H A Dlp_state_fs.c457 loc = TGSI_INTERPOLATE_LOC_CENTROID; in fs_interp()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c196 case TGSI_INTERPOLATE_LOC_CENTROID: in scan_src_operand()
209 case TGSI_INTERPOLATE_LOC_CENTROID: in scan_src_operand()
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi_info.c532 info->input_interpolate_loc[i] = TGSI_INTERPOLATE_LOC_CENTROID; in nir_tgsi_scan_shader()
H A Dnir_to_tgsi.c830 sample_loc = TGSI_INTERPOLATE_LOC_CENTROID; in ntt_setup_inputs()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_fs.cpp392 tgsi_loc = TGSI_INTERPOLATE_LOC_CENTROID; in scan_input()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_parser.cpp177 k = eg_get_interpolator_index(in.interpolate, TGSI_INTERPOLATE_LOC_CENTROID); in parse_decls()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c2490 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) in r600_update_ps_state()
2543 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) | in r600_update_ps_state()
H A Devergreen_state.c3376 TGSI_INTERPOLATE_LOC_CENTROID); in evergreen_update_ps_state()
3478 S_0286CC_POSITION_CENTROID(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_CENTROID) | in evergreen_update_ps_state()
H A Dr600_shader.c570 case TGSI_INTERPOLATE_LOC_CENTROID: in eg_get_interpolator_index()
1330 location = TGSI_INTERPOLATE_LOC_CENTROID; in allocate_system_value_inputs()
7077 location = TGSI_INTERPOLATE_LOC_CENTROID; in tgsi_interp_egcm()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_shader.c1054 TGSI_INTERPOLATE_LOC_CENTROID : 0, in tx_src_param()
2328 interp_location = TGSI_INTERPOLATE_LOC_CENTROID; in DECL_SPECIAL()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c2909 if (interpolate_loc == TGSI_INTERPOLATE_LOC_CENTROID) { in translate_interpolation()
2919 if (interpolate_loc == TGSI_INTERPOLATE_LOC_CENTROID) { in translate_interpolation()

Completed in 68 milliseconds