| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 1970 if (bpp == 128 || thickness > 1 || flags.fmask || flags.prt) 1986 if (flags.prt) 2260 pOut->prtTileIndex = flags.prt; 2698 else if ((pIn->flags.prt == FALSE) && 3403 pInOut->flags.prt = TRUE; 3412 * Set prt tile modes. 3426 pInOut->flags.prt = TRUE; 3484 if (pInOut->flags.prt) 3584 if ((mipLevel == 0) && (flags.prt)) 3660 key.fields.prt [all...] |
| H A D | ciaddrlib.cpp | 956 // First prt thick tile index in the tile mode table 1178 if (pInOut->flags.prt) 1855 if (flags.prt || IsPrtTileMode(tileMode)) 2068 (flags.prt == FALSE) &&
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 1970 if (bpp == 128 || thickness > 1 || flags.fmask || flags.prt) 1986 if (flags.prt) 2260 pOut->prtTileIndex = flags.prt; 2698 else if ((pIn->flags.prt == FALSE) && 3403 pInOut->flags.prt = TRUE; 3412 * Set prt tile modes. 3426 pInOut->flags.prt = TRUE; 3484 if (pInOut->flags.prt) 3584 if ((mipLevel == 0) && (flags.prt)) 3660 key.fields.prt [all...] |
| H A D | ciaddrlib.cpp | 955 // First prt thick tile index in the tile mode table 1177 if (pInOut->flags.prt) 1870 if (flags.prt || IsPrtTileMode(tileMode)) 2084 (flags.prt == FALSE) &&
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 1754 // Clear out bits above the block size if prt's are enabled 1786 // if 1xaa and not prt, then xor in the z bits 2621 // For non-prt-xor, maybe need to initialize some more bits for xor 2773 // For non-prt-xor, maybe need to initialize some more bits for xor 3313 const BOOL_32 prt = flags.prt; local in function:Addr::V2::Gfx9Lib::ValidateSwModeParams 3340 if (prt && isNonPrtXor) 3359 if (((tex1d == FALSE) && prt) || zbuffer || msaa || (pIn->bpp == 0) || 3384 if (zbuffer || (prt && tex3d) || fmask || zMaxMip) 3407 if (prt || zbuffe [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 1652 // Clear out bits above the block size if prt's are enabled 1684 // if 1xaa and not prt, then xor in the z bits 2518 // For non-prt-xor, maybe need to initialize some more bits for xor 2670 // For non-prt-xor, maybe need to initialize some more bits for xor 3160 BOOL_32 prt = flags.prt; local in function:Addr::V2::Gfx9Lib::HwlComputeSurfaceInfoSanityCheck 3204 invalid = ((ADDR_RSRC_TEX_1D != rsrcType) && prt) || 3211 invalid = prt; 3230 invalid = zbuffer || (prt && (ADDR_RSRC_TEX_3D == rsrcType)); 3362 allowedSwModeSet.value &= pIn->flags.prt [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 156 UINT_32 prt : 1; ///< SI only, indicate whether this equation is for prt member in struct:_ADDR_EQUATION_KEY::__anona73c1f960208 502 UINT_32 prt : 1; ///< Flag for partially resident texture member in struct:_ADDR_SURFACE_FLAGS::__anona73c1f960508 629 ///< If address lib return true for mip 0, client should set prt flag 2201 * Compute prt surface related information 2354 UINT_32 prt : 1; ///< This is a partially resident texture member in struct:_ADDR2_SURFACE_FLAGS::__anona73c1f961708
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/inc/ |
| H A D | addrinterface.h | 154 UINT_32 prt : 1; ///< SI only, indicate whether this equation is for prt member in struct:_ADDR_EQUATION_KEY::__anond65a1f890208 505 UINT_32 prt : 1; ///< Flag for partially resident texture member in struct:_ADDR_SURFACE_FLAGS::__anond65a1f890508 632 ///< If address lib return true for mip 0, client should set prt flag 2244 * Compute prt surface related information 2402 UINT_32 prt : 1; ///< This is a partially resident texture member in struct:_ADDR2_SURFACE_FLAGS::__anond65a1f891708
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 2593 const BOOL_32 prt = flags.prt; local in function:Addr::V2::Gfx10Lib::ValidateSwModeParams 2637 else if ((prt && ((swizzleMask & Gfx10Rsrc2dPrtSwModeMask) == 0)) || 2648 (prt && ((swizzleMask & Gfx10Rsrc3dPrtSwModeMask) == 0)) || 2958 allowedSwModeSet.value &= pIn->flags.prt ? Gfx10Rsrc2dPrtSwModeMask : Gfx10Rsrc2dSwModeMask; 2963 allowedSwModeSet.value &= pIn->flags.prt ? Gfx10Rsrc3dPrtSwModeMask : Gfx10Rsrc3dSwModeMask;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface.c | 661 if (AddrSurfInfoIn->flags.prt) { 1052 AddrSurfInfoIn.flags.prt = (surf->flags & RADEON_SURF_PRT) != 0; 1389 if (sin.flags.prt) { 1641 if (in->flags.prt) { 2096 AddrSurfInfoIn.flags.prt = (surf->flags & RADEON_SURF_PRT) != 0;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/ |
| H A D | addrlib1.cpp | 3483 * Return TRUE if it is prt tile without rotation 3499 * Return TRUE if it is prt tile 3609 (pInOut->flags.prt == FALSE)) 3935 * Compute prt surface related info
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/ |
| H A D | addrlib1.cpp | 3483 * Return TRUE if it is prt tile without rotation 3499 * Return TRUE if it is prt tile 3609 (pInOut->flags.prt == FALSE)) 3935 * Compute prt surface related info
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/ |
| H A D | addrlib1.cpp | 3496 * Return TRUE if it is prt tile without rotation 3512 * Return TRUE if it is prt tile 3621 (pInOut->flags.prt == FALSE)) 3948 * Compute prt surface related info
|