Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface_meta_address_test.c270 assert(dout.equation.gfx10_bits[i] == 0); in one_dcc_address_test()
272 for (unsigned i = ARRAY_SIZE(eq.u.gfx10_bits) + 4; i < 68; i++) in one_dcc_address_test()
273 assert(dout.equation.gfx10_bits[i] == 0); in one_dcc_address_test()
299 addr = gfx10_dcc_addr_from_coord(info, dout.equation.gfx10_bits, in one_dcc_address_test()
481 gfx10_htile_addr_from_coord(info, hout.equation.gfx10_bits, in one_htile_address_test()
648 addr = gfx10_cmask_addr_from_coord(info, cout.equation.gfx10_bits, in one_cmask_address_test()
Dac_surface.c1647 assert(dcc->equation.gfx10_bits[i] == 0); in ac_copy_dcc_equation()
1649 for (unsigned i = ARRAY_SIZE(equation->u.gfx10_bits) + 4; i < 68; i++) in ac_copy_dcc_equation()
1650 assert(dcc->equation.gfx10_bits[i] == 0); in ac_copy_dcc_equation()
1652 memcpy(equation->u.gfx10_bits, dcc->equation.gfx10_bits + 4, in ac_copy_dcc_equation()
1653 sizeof(equation->u.gfx10_bits)); in ac_copy_dcc_equation()
1699 assert(htile->equation.gfx10_bits[i] == 0); in ac_copy_htile_equation()
1701 for (unsigned i = ARRAY_SIZE(equation->u.gfx10_bits) + 8; i < 72; i++) 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()
1705 sizeof(equation->u.gfx10_bits)); in ac_copy_htile_equation()
[all …]
Dac_surface.h226 uint16_t gfx10_bits[64]; member
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h2789 UINT_16* gfx10_bits; /* 72 2-byte elements */ member
3009 UINT_16 *gfx10_bits; /* 68 2-byte elements */ member
3446 UINT_16 *gfx10_bits; /* 68 2-byte elements */ member
/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp261 pOut->equation.gfx10_bits = (UINT_16 *)GFX10_HTILE_SW_PATTERN[patIdxTable[index]]; in HwlComputeHtileInfo()
381 pOut->equation.gfx10_bits = (UINT_16*)GFX10_CMASK_SW_PATTERN[patIdxTable[index]]; in HwlComputeCmaskInfo()
563 pOut->equation.gfx10_bits = (UINT_16*)GFX10_DCC_64K_R_X_SW_PATTERN[patIdxTable[index]]; in HwlComputeDccInfo()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp262 pOut->equation.gfx10_bits = (UINT_16 *)GFX11_HTILE_SW_PATTERN[patIdxTable[index]]; in HwlComputeHtileInfo()
415 pOut->equation.gfx10_bits = (UINT_16*)GFX11_DCC_R_X_SW_PATTERN[patIdxTable[index]]; in HwlComputeDccInfo()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst5221 - ac/surface: increase gfx9_meta_equation::gfx10_bits by 4 elements