Lines Matching refs:gfx10

2289 -  radeonsi/gfx10: simplify some duplicated NGG GS code
2290 - radeonsi/gfx10: fix the vertex order for triangle strips emitted by a
2311 - radeonsi/gfx10: disable vertex grouping
2312 - radeonsi/gfx10: simplify the tess_turns_off_ngg condition
2321 - radeonsi/gfx10: don't insert NGG streamout atomics if they are never
2327 - radeonsi/gfx10: fix ngg_get_ordered_id
2330 - radeonsi/gfx10: don't declare any LDS for NGG if it's not used
2331 - radeonsi/gfx10: enable NGG passthrough for eligible shaders
2332 - radeonsi/gfx10: improve performance for TES using PrimID but not
2338 gfx10
2355 - ac/gpu_info: always use distributed tessellation on gfx10
2401 - radeonsi/gfx10: separate code for getting edgeflags from the
2403 - radeonsi/gfx10: separate code for determining the number of vertices
2426 - radeonsi/gfx10: update comments and remove invalid TODOs
2427 - radeonsi/gfx10: correct VS PrimitiveID implementation for NGG
2428 - radeonsi/gfx10: move s_sendmsg gs_alloc_req to the beginning of
2430 - radeonsi/gfx10: export primitives at the beginning of VS/TES
2431 - radeonsi/gfx10: merge main and pos/param export IF blocks into one if
2433 - radeonsi/gfx10: don't initialize VGPRs not used by NGG passthrough
2434 - radeonsi/gfx10: move GE_PC_ALLOC setting to shader states
2435 - radeonsi/gfx10: implement NGG culling for 4x wave32 subgroups
2437 - radeonsi/gfx10: rewrite late alloc computation
2438 - radeonsi/gfx10: enable GS fast launch for triangles and strips with
3043 - radv/gfx10: enable wave32 for compute based on shader's wavesize
3048 - radv/gfx10: fix primitive indices orientation for NGG GS
3092 - radv/gfx10: fix implementation of exclusive scans
3102 - radv/gfx10: fix the vertex order for triangle strips emitted by a GS
3125 - radv/gfx10: fix ngg_get_ordered_id
3126 - radv/gfx10: fix the out-of-bounds check for vertex descriptors
3146 - radv/gfx10: disable vertex grouping
3147 - radv/gfx10: determine if a pipeline is eligible for NGG passthrough
3148 - radv/gfx10: do not declare LDS for NGG if useless
3149 - radv/gfx10: add support for NGG passthrough mode
3150 - radv/gfx10: improve performance for TES using PrimID but not
3153 - radv/gfx10: enable all CUs if NGG is never used
3154 - radv/gfx10: simplify some duplicated NGG GS code
3239 - radv/gfx10: add a separate flag for creating a GDS OA buffer
3240 - radv/gfx10: implement NGG GS queries
3241 - radv/gfx10: re-enable NGG GS
3436 - aco/gfx10: Fix VcmpxExecWARHazard mitigation.