Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_emulate.c55 decl->Interp.Location = TGSI_INTERPOLATE_LOC_SAMPLE; in transform_decl()
Dtgsi_scan.c198 case TGSI_INTERPOLATE_LOC_SAMPLE: in scan_src_operand()
211 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/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h112 #define TGSI_INTERPOLATE_LOC_SAMPLE 2 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h111 TGSI_INTERPOLATE_LOC_SAMPLE, enumerator
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c246 info->input_interpolate_loc[i] = TGSI_INTERPOLATE_LOC_SAMPLE; in si_nir_scan_shader()
Dsi_shader.c1677 if (location == TGSI_INTERPOLATE_LOC_SAMPLE) in lookup_interp_param_index()
1686 if (location == TGSI_INTERPOLATE_LOC_SAMPLE) in lookup_interp_param_index()
6228 location = TGSI_INTERPOLATE_LOC_SAMPLE; in si_get_ps_prolog_key()
6233 case TGSI_INTERPOLATE_LOC_SAMPLE: in si_get_ps_prolog_key()
6255 location = TGSI_INTERPOLATE_LOC_SAMPLE; in si_get_ps_prolog_key()
6264 case TGSI_INTERPOLATE_LOC_SAMPLE: in si_get_ps_prolog_key()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1098 case TGSI_INTERPOLATE_LOC_SAMPLE: in CompileFS()
1116 case TGSI_INTERPOLATE_LOC_SAMPLE: in CompileFS()
Dswr_state.cpp1526 case TGSI_INTERPOLATE_LOC_SAMPLE: in swr_update_derived()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c2480 if (rshader->input[i].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE) in r600_update_ps_state()
2533 …6CC_POSITION_SAMPLE(rshader->input[pos_index].interpolate_location == TGSI_INTERPOLATE_LOC_SAMPLE); in r600_update_ps_state()
Dr600_shader.c476 case TGSI_INTERPOLATE_LOC_SAMPLE: in eg_get_interpolator_index()
/external/virglrenderer/src/
Dvrend_shader.c706 decl->Interp.Location == TGSI_INTERPOLATE_LOC_SAMPLE) { in iter_declaration()
4134 case TGSI_INTERPOLATE_LOC_SAMPLE: in get_aux_string()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp2389 return TGSI_INTERPOLATE_LOC_SAMPLE; in st_translate_interp_loc()