Lines Matching refs:gfx10
2321 - radeonsi/gfx10: fix the legacy pipeline by storing as_ngg in the
2324 - radeonsi/gfx10: fix tessellation for the legacy pipeline
2325 - radeonsi/gfx10: fix the PRIMITIVES_GENERATED query if using legacy
2327 - radeonsi/gfx10: create the GS copy shader if using legacy streamout
2328 - radeonsi/gfx10: add as_ngg variant for VS as ES to select Wave32/64
2329 - radeonsi/gfx10: fix InstanceID for legacy VS+GS
2330 - radeonsi/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
2331 - radeonsi/gfx10: always use the legacy pipeline for streamout
2332 - radeonsi/gfx10: finish up Navi14, add PCI ID
2333 - radeonsi/gfx10: add AMD_DEBUG=nongg
2336 - radeonsi/gfx10: remove incorrect ngg/pos_writes_edgeflag variables
2337 - radeonsi/gfx10: set PA_CL_VS_OUT_CNTL with CONTEXT_REG_RMW to fix
2346 - ac: use fma on gfx10
2347 - radeonsi/gfx10: use fma for TGSI_OPCODE_FMA
2348 - radeonsi/gfx10: don't call gfx10_destroy_query with compute-only
2353 - radeonsi/gfx10: fix wave occupancy computations
2392 - radeonsi/gfx10: fix L2 cache rinse programming
2395 - radeonsi/gfx10: fix corruption for chips with harvested TCCs
2733 - radeonsi: disable sdma for gfx10
2829 - aco/gfx10: fix inline uniform blocks
2830 - aco/gfx10: disable GFX9 1D texture workarounds
3034 - radv/gfx10: tidy up gfx10_format_table.py
3035 - radv/gfx10: hardcode some depth+stencil formats in the format table
3043 - radv/gfx10: don't initialize VGT_INSTANCE_STEP_RATE_0
3044 - radv/gfx10: do not use NGG with NAVI14
3066 - radv/gfx10: compute the LDS size for exporting PrimID for VS
3079 - radv/gfx10: always set ballot_mask_bits to 64
3089 - radv/gfx10: account for the subpass view for the NGG GS storage
3090 - radv/gfx10: make use the output usage mask when exporting NGG GS
3092 - radv/gfx10: determine the number of vertices per primitive for TES
3100 - radv/gfx10: declare a LDS symbol for the NGG emit space
3103 - radv/gfx10: add an option to switch from legacy to NGG streamout
3104 - radv/gfx10: implement NGG streamout begin/end functions
3105 - radv/gfx10: allocate GDS/OA buffer objects for NGG streamout
3106 - radv/gfx10: adjust the GS NGG scratch size for streamout
3107 - radv/gfx10: unconditionally declare scratch space for NGG streamout
3109 - radv/gfx10: adjust the LDS size for VS/TES NGG streamout
3110 - radv/gfx10: fix unnecessary LDS overallocation for NGG GS
3111 - radv/gfx10: compute the correct buffer size for NGG streamout
3112 - radv/gfx10: gather GS output for VS as NGG
3113 - radv/gfx10: enable NGG_WAVE_ID_EN for NGG streamout
3114 - radv/gfx10: make GDS idle when leaving the IB
3115 - radv/gfx10: make sure to wait for idle before clearing GDS
3116 - radv/gfx10: implement NGG streamout
3117 - radv/gfx10: disable unsupported transform feedback features for NGG
3120 - radv/gfx10: fix VK_KHR_pipeline_executable_properties with NGG GS
3121 - radv/gfx10: add radv_device::use_ngg
3122 - radv/gfx10: add missing counter buffer to the BO list
3123 - radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
3124 - radv/gfx10: use the component mask when storing/loading NGG stream
3126 - radv/gfx10: fix storing/loading NGG stream outputs for GS
3127 - radv/gfx10: fix NGG streamout with triangle strips for VS
3131 - radv/gfx10: fix the ESGS ring size symbol
3161 - radv/gfx10: re-enable fast depth/stencil clears with separate aspects
3162 - radv/gfx10: fix 3D images
3174 - radv/gfx10: fix implementation of exclusive scans
3301 - aco/gfx10: Wait for pending SMEM stores before loads
3302 - aco/gfx10: Fix PS exports for SPI_SHADER_32_AR.
3303 - aco/gfx10: Update constant addresses in fix_branches_gfx10.
3304 - aco/gfx10: Add notes about some GFX10 hazards.
3305 - aco/gfx10: Mitigate VcmpxPermlaneHazard.
3306 - aco/gfx10: Mitigate VcmpxExecWARHazard.
3307 - aco/gfx10: Mitigate SMEMtoVectorWriteHazard.
3308 - aco/gfx10: Mitigate LdsBranchVmemWARHazard.
3309 - aco/gfx10: Fix mitigation of VMEMtoScalarWriteHazard.