Lines Matching refs:hin
901 ADDR2_COMPUTE_HTILE_INFO_INPUT hin = {0}; in gfx9_compute_miptree() local
904 hin.size = sizeof(ADDR2_COMPUTE_HTILE_INFO_INPUT); in gfx9_compute_miptree()
907 hin.hTileFlags.pipeAligned = 1; in gfx9_compute_miptree()
908 hin.hTileFlags.rbAligned = 1; in gfx9_compute_miptree()
909 hin.depthFlags = in->flags; in gfx9_compute_miptree()
910 hin.swizzleMode = in->swizzleMode; in gfx9_compute_miptree()
911 hin.unalignedWidth = in->width; in gfx9_compute_miptree()
912 hin.unalignedHeight = in->height; in gfx9_compute_miptree()
913 hin.numSlices = in->numSlices; in gfx9_compute_miptree()
914 hin.numMipLevels = in->numMipLevels; in gfx9_compute_miptree()
916 ret = Addr2ComputeHtileInfo(addrlib, &hin, &hout); in gfx9_compute_miptree()
920 surf->u.gfx9.htile.rb_aligned = hin.hTileFlags.rbAligned; in gfx9_compute_miptree()
921 surf->u.gfx9.htile.pipe_aligned = hin.hTileFlags.pipeAligned; in gfx9_compute_miptree()