Home
last modified time | relevance | path

Searched refs:meta_pitch (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/fdl/
Dfd6_layout.c260 uint32_t meta_pitch = fdl_ubwc_pitch(layout, level); in fdl6_layout() local
265 align(meta_pitch * meta_height, UBWC_PLANE_SIZE_ALIGNMENT); in fdl6_layout()
/third_party/mesa3d/src/amd/common/
Dac_surface_meta_address_test.c65 unsigned meta_pitch, unsigned meta_height, in gfx9_meta_addr_from_coord() argument
78 unsigned pitchInBlock = meta_pitch >> meta_block_width_log2; in gfx9_meta_addr_from_coord()
126 unsigned meta_pitch, unsigned meta_slice_size, in gfx10_meta_addr_from_coord() argument
160 unsigned pb = meta_pitch >> meta_block_width_log2; in gfx10_meta_addr_from_coord()
Dac_surface.h371 uint32_t meta_pitch; member
Dac_surface.c835 surf->meta_pitch = AddrHtileOut->pitch; in gfx6_compute_level()
1831 surf->meta_pitch = hout.pitch; in gfx9_compute_miptree()
3126 … nir_ssa_def *meta_pitch, nir_ssa_def *meta_slice_size, in gfx10_nir_meta_addr_from_coord() argument
3165 nir_ssa_def *pb = nir_ushr_imm(b, meta_pitch, meta_block_width_log2); in gfx10_nir_meta_addr_from_coord()
3181 nir_ssa_def *meta_pitch, nir_ssa_def *meta_height, in gfx9_nir_meta_addr_from_coord() argument
3197 nir_ssa_def *pitchInBlock = nir_ushr_imm(b, meta_pitch, meta_block_width_log2); in gfx9_nir_meta_addr_from_coord()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_copy_vrs_htile.c284 dst_image->planes[0].surface.meta_pitch, dst_image->planes[0].surface.meta_slice_size, in radv_copy_vrs_htile()