Home
last modified time | relevance | path

Searched refs:INTERP_MODE_COLOR (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/compiler/
Dshader_enums.c350 ENUM(INTERP_MODE_COLOR), in glsl_interp_mode_name()
Dshader_enums.h816 INTERP_MODE_COLOR, /**< glShadeModel determines the interp mode */ enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_nir.c344 case INTERP_MODE_COLOR: in scan_instruction()
417 info->color_interpolate[i] = INTERP_MODE_COLOR; in si_nir_scan_shader()
Dsi_shader.c1751 if (shader->key.part.ps.prolog.flatshade_colors && interp == INTERP_MODE_COLOR) in si_get_ps_prolog_key()
1759 case INTERP_MODE_COLOR: in si_get_ps_prolog_key()
Dsi_state_draw.cpp74 (input.interpolate == INTERP_MODE_COLOR && rs->flatshade)) in si_emit_spi_map()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_fragment.cpp85 case INTERP_MODE_COLOR: in barycentric_ij_index()
173 case INTERP_MODE_COLOR: in process_load_input()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst3364 - compiler: add INTERP_MODE_COLOR for radeonsi