Searched defs:ngg (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 657 void ac_compute_late_alloc(const struct radeon_info *info, bool ngg, bool ngg_culling, in ac_compute_late_alloc()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 854 bool ngg = info->is_ngg && options->gfx_level >= GFX10; in setup_isel_context() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_build_pm4.h | 327 enum si_has_gs has_gs, enum si_has_ngg ngg, in si_get_user_data_base()
|
D | si_shader.h | 820 uint8_t ngg : 1; /* gfx10+ */ member 880 } ngg; member 927 } ngg; member
|
D | si_state_shaders.cpp | 146 void si_get_ir_cache_key(struct si_shader_selector *sel, bool ngg, bool es, in si_get_ir_cache_key() 1319 const struct si_shader *shader, bool ngg) in si_get_vs_out_cntl()
|
D | si_pipe.h | 1146 bool ngg : 1; member
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline.c | 2434 gfx10_get_ngg_ms_info(struct radv_pipeline_stage *stage, struct gfx10_ngg_info *ngg) in gfx10_get_ngg_ms_info() 2486 struct radv_pipeline_stage *stages, struct gfx10_ngg_info *ngg) in gfx10_get_ngg_info()
|