Home
last modified time | relevance | path

Searched refs:flat_shade (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_debug_recompile.c173 found |= check("flat shading", flat_shade); in debug_fs_recompile()
Dbrw_compiler.h480 bool flat_shade:1; member
Dbrw_nir.c428 const bool flat = key->flat_shade && in brw_nir_lower_fs_inputs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h259 bool flat_shade:1; member
Diris_program.c153 .flat_shade = key->flat_shade, in iris_to_brw_fs_key()
Diris_state.c4284 key->flat_shade = rast->flatshade && in iris_populate_fs_key()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm.c479 key->flat_shade = in brw_wm_populate_key()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c4904 offset_to_ps_input(uint32_t offset, bool flat_shade, bool explicit, bool float16) in offset_to_ps_input() argument
4909 if (flat_shade || explicit) in offset_to_ps_input()
4991 bool flat_shade; in radv_pipeline_generate_ps_inputs() local
5004 flat_shade = !!(ps->info.ps.flat_shaded_mask & (1u << ps_offset)); in radv_pipeline_generate_ps_inputs()
5008 ps_input_cntl[ps_offset] = offset_to_ps_input(vs_offset, flat_shade, explicit, float16); in radv_pipeline_generate_ps_inputs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4838 key->flat_shade = rast->cso.flatshade && in crocus_populate_fs_key()
/third_party/mesa3d/docs/relnotes/
D20.3.0.rst264 - v3d/cmd_buffer: emit flat_shade/noperspective/centroid flags