Home
last modified time | relevance | path

Searched refs:htile (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/docs/relnotes/
D9.1.1.rst59 [bisected] r600g: add htile support cause gpu lockup in Dishonored
173 - r600g: flush and invalidate htile cache when appropriate
D17.3.2.rst55 - radv: don't do format replacement on tc compat htile surfaces.
D18.1.3.rst32 - tc compatible htile sets depth of htiles of discarded fragments to
D9.2.rst110 Radeon HD 5670: reproducable GPU lockups with htile enabled
D18.2.0.rst103 - tc compatible htile sets depth of htiles of discarded fragments to
D20.2.0.rst3216 - amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htile
/third_party/mesa3d/src/amd/common/
Dac_surface.c1691 ADDR2_COMPUTE_HTILE_INFO_OUTPUT *htile, in ac_copy_htile_equation() argument
1694 equation->meta_block_width = htile->metaBlkWidth; in ac_copy_htile_equation()
1695 equation->meta_block_height = htile->metaBlkHeight; in ac_copy_htile_equation()
1699 assert(htile->equation.gfx10_bits[i] == 0); in ac_copy_htile_equation()
1702 assert(htile->equation.gfx10_bits[i] == 0); in ac_copy_htile_equation()
1704 memcpy(equation->u.gfx10_bits, htile->equation.gfx10_bits + 8, in ac_copy_htile_equation()