Lines Matching refs:NGG

64 - NGG shader based primitive culling is now supported by RADV.
3455 - radeonsi: simplify the NGG culling vertex count heuristic
3483 - radeonsi: allow changing the NGG subgroup size to 256 but don't change it yet
3523 - radeonsi: move the accepting code into the bbox cull branch in NGG cull code
3528 - radeonsi: set more precise max_waves in NGG code
3542 - radeonsi: don't use NGG culling on 1 RB chips
4742 - radv/llvm: adjust NGG if provoking vertex mode is last
4743 - aco: adjust NGG if provoking vertex mode is last
4746 - radv: fix computation of the number of user SGPRS for NGG GS state
4974 - radv: Ignore GS copy shader when determining NGG GS wave size.
4975 - radv: Properly enable Wave32 mode for NGG GS.
4979 - nir: Add AMD specific intrinsics for merged shaders and NGG.
4980 - aco: Allow workgroup barrier and shared scope for NGG shaders.
4984 - radv: Gather NGG info sooner.
4985 - aco: Implement new NGG specific NIR intrinsics.
4986 - ac: Add new NIR pass to lower NGG VS/TES.
4987 - radv: Use new NGG NIR lowering for VS/TES when ACO is used.
4988 - ac: Add NIR lowering for NGG GS.
4989 - radv: Use new NIR lowering of NGG GS when ACO is used.
5011 - radv: Don't generate GS copy shader when the pipeline has NGG.
5012 - radv: Assert that there is no GS copy shader when the pipeline has NGG.
5025 - radv/llvm: Emit s_barrier at the beginning of NGG non-GS shaders.
5026 - aco/gfx10: NGG zero output workaround for conservative rasterization.
5027 - aco/gfx10: Emit barrier at the start of NGG VS and TES.
5030 - radv: Allow enabling vertex grouping, fix NGG info with it disabled.
5032 - nir: Add AMD specific intrinsics for NGG shader based culling.
5034 - ac/nir: Use a ballot that matches the wave size during NGG lowering.
5035 - ac/nir: Implement NGG deferred attribute culling in NIR.
5037 - radv: New shader args for NGG culling settings and viewport.
5038 - aco: Implement NGG culling related intrinsics.
5039 - radv: Support NGG culling with new perftest environment variable.
5040 - radv: Run algebraic optimizations before NGG lowering.
5044 - radv, aco, ac/nir: Tweak position export scheduling for NGG culling.
5045 - radv: Don't compile NGG culling into shaders that write viewport index.