Searched refs:htile (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.3.2.rst55 - radv: don't do format replacement on tc compat htile surfaces.
H A D9.1.1.rst59 [bisected] r600g: add htile support cause gpu lockup in Dishonored
173 - r600g: flush and invalidate htile cache when appropriate
H A D18.1.3.rst32 - tc compatible htile sets depth of htiles of discarded fragments to
H A D9.2.rst110 Radeon HD 5670: reproducable GPU lockups with htile enabled
H A D18.2.0.rst103 - tc compatible htile sets depth of htiles of discarded fragments to
H A D20.2.0.rst3216 - amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htile
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_surface.h143 struct gfx9_surf_meta_flags htile; /* metadata of depth and stencil */ member in struct:gfx9_surf_layout
H A Dac_surface.c1153 surf->u.gfx9.htile.rb_aligned = hin.hTileFlags.rbAligned;
1154 surf->u.gfx9.htile.pipe_aligned = hin.hTileFlags.pipeAligned;
/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_surface.c1609 ADDR2_COMPUTE_HTILE_INFO_OUTPUT *htile,
1612 equation->meta_block_width = htile->metaBlkWidth;
1613 equation->meta_block_height = htile->metaBlkHeight;
1617 assert(htile->equation.gfx10_bits[i] == 0);
1620 assert(htile->equation.gfx10_bits[i] == 0);
1622 memcpy(equation->u.gfx10_bits, htile->equation.gfx10_bits + 8,
1608 ac_copy_htile_equation(const struct radeon_info * info,ADDR2_COMPUTE_HTILE_INFO_OUTPUT * htile,struct gfx9_meta_equation * equation) argument
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_image.c413 meta = plane->surface.u.gfx9.htile;
H A Dradv_device.c4544 S_028ABC_PIPE_ALIGNED(surf->u.gfx9.htile.pipe_aligned) |
4545 S_028ABC_RB_ALIGNED(surf->u.gfx9.htile.rb_aligned);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1100 tex->surface.u.gfx9.htile.rb_aligned,
1101 tex->surface.u.gfx9.htile.pipe_aligned);
H A Dsi_descriptors.c395 meta = tex->surface.u.gfx9.htile;
H A Dsi_state.c2591 S_028ABC_PIPE_ALIGNED(tex->surface.u.gfx9.htile.pipe_aligned) |
2592 S_028ABC_RB_ALIGNED(tex->surface.u.gfx9.htile.rb_aligned);

Completed in 44 milliseconds