Searched defs:ngg (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_build_pm4.h | 326 si_get_user_data_base(enum amd_gfx_level gfx_level, enum si_has_tess has_tess, enum si_has_gs has_gs, enum si_has_ngg ngg, enum pipe_shader_type shader) si_get_user_data_base() argument
|
H A 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() argument [all...] |
H A D | si_shader.h | 820 uint8_t ngg : 1; /* gfx10+ */ member 880 } ngg; member 927 } ngg; member
|
H A D | si_pipe.h | 1146 bool ngg : 1; member
|
/third_party/mesa3d/src/amd/common/ |
H A 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() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection_setup.cpp | 854 bool ngg = info->is_ngg && options->gfx_level >= GFX10; in setup_isel_context() local [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A 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() argument 2485 gfx10_get_ngg_info(const struct radv_pipeline_key *key, struct radv_pipeline *pipeline, struct radv_pipeline_stage *stages, struct gfx10_ngg_info *ngg) gfx10_get_ngg_info() argument [all...] |
Completed in 18 milliseconds