Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/
Dshader_info.h466 bool color1_sample:1; member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c610 info->color_interpolate_loc[1] = nir->info.fs.color1_sample ? TGSI_INTERPOLATE_LOC_SAMPLE : in si_nir_scan_shader()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io.c2982 nir->info.fs.color1_sample = var->data.sample; in nir_lower_color_inputs()