Searched defs:blkSizeLog2 (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/common/ |
| H A D | ac_surface_meta_address_test.c | 186 unsigned blkSizeLog2 = meta_block_width_log2 + meta_block_height_log2 + bpp_log2 - 8; local in function:gfx10_dcc_addr_from_coord 393 unsigned blkSizeLog2 = meta_block_width_log2 + meta_block_height_log2 - 4; local in function:gfx10_htile_addr_from_coord 532 unsigned blkSizeLog2 = meta_block_width_log2 + meta_block_height_log2 - 7; local in function:gfx10_cmask_addr_from_coord 120 gfx10_meta_addr_from_coord(const struct radeon_info * info,const uint16_t * equation,unsigned meta_block_width,unsigned meta_block_height,unsigned blkSizeLog2,unsigned meta_pitch,unsigned meta_slice_size,unsigned x,unsigned y,unsigned z,unsigned pipe_xor,unsigned * bit_position) argument [all...] |
| H A D | ac_surface.c | 3028 unsigned blkSizeLog2 = meta_block_width_log2 + meta_block_height_log2 + blkSizeBias; local in function:gfx10_nir_meta_addr_from_coord
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ |
| H A D | gfx10addrlib.cpp | 615 const UINT_32 blkSizeLog2 = Log2(output.metaBlkWidth) + Log2(output.metaBlkHeight) - 7; local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskAddrFromCoord 684 const UINT_32 blkSizeLog2 = Log2(output.metaBlkWidth) + Log2(output.metaBlkHeight) - 4; local in function:Addr::V2::Gfx10Lib::HwlComputeHtileAddrFromCoord 822 const UINT_32 blkSizeLog2 = Log2(pIn->metaBlkWidth) + Log2(pIn->metaBlkHeight) + elemLog2 - 8; local in function:Addr::V2::Gfx10Lib::HwlComputeDccAddrFromCoord 3403 const UINT_32 blkSizeLog2 = GetBlockSizeLog2(pIn->swizzleMode); local in function:Addr::V2::Gfx10Lib::ComputeStereoInfo 4436 const UINT_32 blkSizeLog2 = GetBlockSizeLog2(pIn->swizzleMode); local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 3719 const UINT_32 blkSizeLog2 = GetBlockSizeLog2(pIn->swizzleMode); local in function:Addr::V2::Gfx9Lib::ComputeStereoInfo
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.cpp | 4025 const UINT_32 blkSizeLog2 = GetBlockSizeLog2(pIn->swizzleMode); local in function:Addr::V2::Gfx9Lib::ComputeStereoInfo
|
Completed in 37 milliseconds