Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.h78 const UINT_32 Gfx10LinearSwModeMask = (1u << ADDR_SW_LINEAR);
144 const UINT_32 Gfx10Rsrc3dSwModeMask = (1u << ADDR_SW_LINEAR) |
173 const UINT_32 Dcn20NonBpp64SwModeMask = (1u << ADDR_SW_LINEAR) |
188 const UINT_32 Dcn21NonBpp64SwModeMask = (1u << ADDR_SW_LINEAR) |
Dgfx10addrlib.cpp2364 const BOOL_32 tiled = (pIn->swizzleMode != ADDR_SW_LINEAR) ? TRUE : FALSE; in HwlComputeNonBlockCompressedView()
3077 pOut->swizzleMode = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()
3100 swMode[AddrBlockLinear] = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()
3138 if (localIn.swizzleMode == ADDR_SW_LINEAR) in HwlGetPreferredSurfaceSetting()
/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h89 const UINT_32 Gfx9LinearSwModeMask = (1u << ADDR_SW_LINEAR);
191 const UINT_32 Dce12NonBpp32SwModeMask = (1u << ADDR_SW_LINEAR) |
205 const UINT_32 Dcn1NonBpp64SwModeMask = (1u << ADDR_SW_LINEAR) |
218 const UINT_32 Dcn2NonBpp64SwModeMask = (1u << ADDR_SW_LINEAR) |
Dgfx9addrlib.cpp3732 pOut->swizzleMode = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()
3753 swMode[AddrBlockLinear] = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()
3780 if (localIn.swizzleMode == ADDR_SW_LINEAR) in HwlGetPreferredSurfaceSetting()
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.h72 const UINT_32 Gfx11LinearSwModeMask = (1u << ADDR_SW_LINEAR);
130 const UINT_32 Gfx11Rsrc1dSwModeMask = (1u << ADDR_SW_LINEAR) |
171 const UINT_32 Dcn32SwModeMask = (1u << ADDR_SW_LINEAR) |
Dgfx11addrlib.cpp1968 const BOOL_32 tiled = (pIn->swizzleMode != ADDR_SW_LINEAR) ? TRUE : FALSE; in HwlComputeNonBlockCompressedView()
2589 pOut->swizzleMode = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()
2610 swMode[AddrBlockLinear] = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()
2644 if (localIn.swizzleMode == ADDR_SW_LINEAR) in HwlGetPreferredSurfaceSetting()
/third_party/mesa3d/src/amd/common/
Dac_surface.c164 return ADDR_SW_LINEAR; in ac_modifier_gfx9_swizzle_mode()
1519 return sw_mode != ADDR_SW_LINEAR; in is_dcc_supported_by_CB()
1768 surf->u.gfx9.swizzle_mode == ADDR_SW_LINEAR) { in gfx9_compute_miptree()
1784 if (in->swizzleMode == ADDR_SW_LINEAR) { in gfx9_compute_miptree()
1797 assert(in->swizzleMode != ADDR_SW_LINEAR); in gfx9_compute_miptree()
2081 in->swizzleMode != ADDR_SW_LINEAR && in->resourceType == ADDR_RSRC_TEX_2D && in gfx9_compute_miptree()
2294 AddrSurfInfoIn.swizzleMode = ADDR_SW_LINEAR; in gfx9_compute_surface()
2366 surf->is_linear = surf->u.gfx9.swizzle_mode == ADDR_SW_LINEAR; in gfx9_compute_surface()
2443 case ADDR_SW_LINEAR: in gfx9_compute_surface()
2865 if (surf->u.gfx9.swizzle_mode == ADDR_SW_LINEAR) in ac_surface_get_gfx9_pitch_align()
[all …]
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrtypes.h244 ADDR_SW_LINEAR = 0, enumerator
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_test_image_copy_region.c438 [ADDR_SW_LINEAR] = "LINEAR", in print_image_attrs()