Searched refs:color_interpolate_loc (Results 1 – 3 of 3) sorted by relevance
329 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()331 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()333 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()337 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()339 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()341 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()349 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE) in scan_instruction()351 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID) in scan_instruction()353 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER) in scan_instruction()420 info->color_interpolate_loc[0] = nir->info.fs.color0_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()[all …]
354 ubyte color_interpolate_loc[2]; member
1744 unsigned location = info->color_interpolate_loc[i]; in si_get_ps_prolog_key()