Home
last modified time | relevance | path

Searched refs:color_interpolate_loc (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_info.c512 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()
514 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()
516 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()
520 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()
522 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()
524 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()
532 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()
534 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()
536 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()
607 info->color_interpolate_loc[ in si_nir_scan_shader()
[all...]
H A Dsi_shader.h421 ubyte color_interpolate_loc[2]; member
H A Dsi_shader.c2199 unsigned location = info->color_interpolate_loc[i]; in si_get_ps_prolog_key()

Completed in 7 milliseconds