Home
last modified time | relevance | path

Searched refs:flat_shade (Results 1 – 9 of 9) 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.h511 bool flat_shade:1; member
Dbrw_nir.c429 const bool flat = key->flat_shade && in brw_nir_lower_fs_inputs()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h276 bool flat_shade:1; member
Diris_program.c160 .flat_shade = key->flat_shade, in iris_to_brw_fs_key()
Diris_state.c4438 key->flat_shade = rast->flatshade && in iris_populate_fs_key()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c6219 offset_to_ps_input(uint32_t offset, bool flat_shade, bool explicit, bool float16) in offset_to_ps_input() argument
6224 if (flat_shade || explicit) in offset_to_ps_input()
6247 bool skip_undef, bool use_default_0, bool flat_shade) in single_slot_to_ps_input() argument
6260 ps_input_cntl[*ps_offset] = offset_to_ps_input(vs_offset, flat_shade, false, false); in single_slot_to_ps_input()
6276 bool flat_shade = !!(ps->info.ps.flat_shaded_mask & (1u << *ps_offset)); in input_mask_to_ps_inputs() local
6280 ps_input_cntl[*ps_offset] = offset_to_ps_input(vs_offset, flat_shade, explicit, float16); in input_mask_to_ps_inputs()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c4839 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