Searched defs:ngg (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 450 void ac_compute_late_alloc(const struct radeon_info *info, bool ngg, bool ngg_culling, in ac_compute_late_alloc()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_build_pm4.h | 285 enum si_has_gs has_gs, enum si_has_ngg ngg, in si_get_user_data_base()
|
D | si_shader.h | 750 uint8_t ngg : 1; /* gfx10+ */ member 806 } ngg; member 853 } ngg; member
|
D | si_state_shaders.c | 45 void si_get_ir_cache_key(struct si_shader_selector *sel, bool ngg, bool es, in si_get_ir_cache_key() 1117 const struct si_shader *shader, bool ngg) in si_get_vs_out_cntl()
|
D | si_pipe.h | 1103 bool ngg : 1; member 1956 gl_shader_stage stage, bool ngg, bool es) in si_get_wave_size()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 839 bool ngg = args->shader_info->is_ngg && args->options->chip_class >= GFX10; in setup_isel_context() local
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 1990 nir_shader **nir, struct radv_shader_info *infos, struct gfx10_ngg_info *ngg) in gfx10_get_ngg_info()
|