Lines Matching refs:NGG
52 - NGG GS support in ACO
859 - radv: Disable NGG on APUs.
3312 - radeonsi: increase minimum NGG vertex count requirement per workgroup on gfx 10.3
3313 - radeonsi: fix applying the NGG minimum vertex count requirement
3314 - radeonsi: don't count unusable vertices to the NGG LDS size
3316 - radeonsi: remove the NGG hack decreasing LDS usage to deal with overflows
3318 - radeonsi: disable NGG culling on gfx10.3 because of hangs
3417 - radeonsi: eliminate unused shader outputs for separate NGG geometry shaders
3490 - radeonsi: simplify NGG culling enablement and add radeonsi_shader_culling option
3527 - radeonsi: don't disable NGG culling on gfx10.3
3528 - radeonsi: enable NGG culling by default on gfx10.3 dGPUs
3529 - radeonsi: optimize out LDS bank conflicts in the NGG culling shader
3530 - radeonsi: remove indirection when loading position at the end for NGG culling
3532 - radeonsi: pack LDS better for NGG culling
3533 - radeonsi: tweak LATE_ALLOC_GS numbers for faster NGG culling
3534 - radeonsi: enable NGG on Navi14 PRO cards
3535 - radeonsi: enable NGG culling by default on Navi1x PRO cards
3569 - radeonsi: do VGT_FLUSH when switching NGG -\> legacy on Sienna Cichlid
3575 - radeonsi: fix NGG streamout regression
4385 - radv/aco: disable NGG GS support because it randomly hangs the GPU
4397 - Revert "radv/aco: disable NGG GS support because it randomly hangs the GPU"
4511 - radv/aco: Use new GS lowering options for ACO with NGG GS.
4518 - aco/ngg: Refactor gs_alloc_req in preparation for NGG GS.
4519 - aco/ngg: Refactor ngg_emit_prim_export in preparation for NGG GS.
4521 - aco/ngg: Clean up and reorganize NGG VS/TES code.
4522 - aco/ngg: Allow NGG GS to store ES outputs.
4523 - aco/ngg: Allow NGG GS to load per-vertex GS inputs.
4524 - aco/ngg: Allow NGG GS to create VS exports.
4525 - aco/ngg: Setup NGG GS.
4526 - aco/ngg: Create LDS layout for NGG GS.
4527 - aco/ngg: Implement workgroup reduce / exclusive scan for NGG GS.
4528 - aco/ngg: Implement NGG GS output.
4529 - aco/ngg: Place workgroup barrier outside control flow for NGG GS.
4530 - aco/ngg: Add shader query support to NGG GS.
4531 - radv/aco: Enable NGG GS by default.
4533 - aco/ngg: Allocate NGG GS space early for const vertex/primitive counts.
4534 - aco/ngg: Calculate workgroup size of NGG shaders.
4545 - aco: Fix NGG GS assert failure from the WG scan.
4586 - aco/isel: Always export position data from VS/NGG
4590 - aco: Clean up symbol names and comments related to NGG