Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.c637 ADDR_COMPUTE_HTILE_INFO_OUTPUT *AddrHtileOut) in gfx6_compute_level() argument
829 ret = AddrComputeHtileInfo(addrlib, AddrHtileIn, AddrHtileOut); in gfx6_compute_level()
832 surf->meta_size = AddrHtileOut->htileBytes; in gfx6_compute_level()
833 surf->meta_slice_size = AddrHtileOut->sliceSize; in gfx6_compute_level()
834 surf->meta_alignment_log2 = util_logbase2(AddrHtileOut->baseAlign); in gfx6_compute_level()
835 surf->meta_pitch = AddrHtileOut->pitch; in gfx6_compute_level()
1031 ADDR_COMPUTE_HTILE_INFO_OUTPUT AddrHtileOut = {0}; in gfx6_compute_surface() local
1041 AddrHtileOut.size = sizeof(ADDR_COMPUTE_HTILE_INFO_OUTPUT); in gfx6_compute_surface()
1238 &AddrHtileOut); in gfx6_compute_surface()