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/
Dsi_shader_nir.c329 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 …]
Dsi_shader.h354 ubyte color_interpolate_loc[2]; member
Dsi_shader.c1744 unsigned location = info->color_interpolate_loc[i]; in si_get_ps_prolog_key()