Searched refs:ADDR_SW_LINEAR (Results 1 – 9 of 9) sorted by relevance
78 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) |
2364 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()
89 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) |
3732 pOut->swizzleMode = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()3753 swMode[AddrBlockLinear] = ADDR_SW_LINEAR; in HwlGetPreferredSurfaceSetting()3780 if (localIn.swizzleMode == ADDR_SW_LINEAR) in HwlGetPreferredSurfaceSetting()
72 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) |
1968 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()
164 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 …]
244 ADDR_SW_LINEAR = 0, enumerator
438 [ADDR_SW_LINEAR] = "LINEAR", in print_image_attrs()