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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_nir.c329 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE)
331 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID)
333 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER)
337 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE)
339 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID)
341 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER)
349 if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_SAMPLE)
351 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTROID)
353 else if (info->color_interpolate_loc[index] == TGSI_INTERPOLATE_LOC_CENTER)
420 info->color_interpolate_loc[
[all...]
H A Dsi_shader.h354 ubyte color_interpolate_loc[2]; member in struct:si_shader_info
H A Dsi_shader.c1744 unsigned location = info->color_interpolate_loc[i];

Completed in 8 milliseconds