Home
last modified time | relevance | path

Searched refs:color1_sample (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_info.h416 bool color1_sample:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c423 info->color_interpolate_loc[1] = nir->info.fs.color1_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()
729 nir->info.fs.color1_sample = var->data.sample; in si_nir_lower_color()