Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c55 decl->Interp.Location = TGSI_INTERPOLATE_LOC_SAMPLE; in transform_decl()
Dtgsi_scan.c199 case TGSI_INTERPOLATE_LOC_SAMPLE: in scan_src_operand()
212 case TGSI_INTERPOLATE_LOC_SAMPLE: in scan_src_operand()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.c312 case TGSI_INTERPOLATE_LOC_SAMPLE: in tgsi_scan_shader()
325 case TGSI_INTERPOLATE_LOC_SAMPLE: in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shaderio.cpp164 m_interpolate_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in ShaderInputVarying()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h111 TGSI_INTERPOLATE_LOC_SAMPLE, enumerator
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h113 #define TGSI_INTERPOLATE_LOC_SAMPLE 2 macro
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c332 info->color_interpolate_loc[0] = nir->info.fs.color0_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()
335 info->color_interpolate_loc[1] = nir->info.fs.color1_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()
Dsi_shader.c2222 location = TGSI_INTERPOLATE_LOC_SAMPLE; in si_get_ps_prolog_key()
2227 case TGSI_INTERPOLATE_LOC_SAMPLE: in si_get_ps_prolog_key()
2252 location = TGSI_INTERPOLATE_LOC_SAMPLE; in si_get_ps_prolog_key()
2261 case TGSI_INTERPOLATE_LOC_SAMPLE: in si_get_ps_prolog_key()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c364 … 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.c446 loc = TGSI_INTERPOLATE_LOC_SAMPLE; in fs_interp()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi_info.c541 info->input_interpolate_loc[i] = TGSI_INTERPOLATE_LOC_SAMPLE; in nir_tgsi_scan_shader()
Dnir_to_tgsi.c208 sample_loc = TGSI_INTERPOLATE_LOC_SAMPLE; in ntt_setup_inputs()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2484 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) in r600_update_ps_state()
2538 …6CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE); in r600_update_ps_state()
Dr600_shader.c562 case TGSI_INTERPOLATE_LOC_SAMPLE: in eg_get_interpolator_index()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp2699 case TGSI_INTERPOLATE_LOC_SAMPLE: in CompileFS()
2717 case TGSI_INTERPOLATE_LOC_SAMPLE: in CompileFS()
Dswr_state.cpp1771 case TGSI_INTERPOLATE_LOC_SAMPLE: in swr_update_derived()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c2737 } else if (interpolate_loc == TGSI_INTERPOLATE_LOC_SAMPLE && in translate_interpolation()
2747 } else if (interpolate_loc == TGSI_INTERPOLATE_LOC_SAMPLE && in translate_interpolation()
/external/virglrenderer/src/
Dvrend_shader.c998 decl->Interp.Location == TGSI_INTERPOLATE_LOC_SAMPLE) { in iter_declaration()
5629 case TGSI_INTERPOLATE_LOC_SAMPLE: in get_aux_string()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2492 return TGSI_INTERPOLATE_LOC_SAMPLE; in st_translate_interp_loc()