Home
last modified time | relevance | path

Searched refs:meta_block_width (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
H A Dac_surface_meta_address_test.c62 unsigned meta_block_width, unsigned meta_block_height, in gfx9_meta_addr_from_coord()
72 unsigned meta_block_width_log2 = util_logbase2(meta_block_width); in gfx9_meta_addr_from_coord()
123 unsigned meta_block_width, unsigned meta_block_height, in gfx10_meta_addr_from_coord()
133 unsigned meta_block_width_log2 = util_logbase2(meta_block_width); in gfx10_meta_addr_from_coord()
177 unsigned meta_block_width, unsigned meta_block_height, in gfx10_dcc_addr_from_coord()
184 unsigned meta_block_width_log2 = util_logbase2(meta_block_width); in gfx10_dcc_addr_from_coord()
189 meta_block_width, meta_block_height, in gfx10_dcc_addr_from_coord()
403 unsigned meta_block_width, in gfx10_htile_addr_from_coord()
409 unsigned meta_block_width_log2 = util_logbase2(meta_block_width); in gfx10_htile_addr_from_coord()
414 meta_block_width, meta_block_heigh in gfx10_htile_addr_from_coord()
57 gfx9_meta_addr_from_coord(const struct radeon_info *info, const struct gfx9_addr_meta_equation *eq, unsigned meta_block_width, unsigned meta_block_height, unsigned meta_block_depth, unsigned meta_pitch, unsigned meta_height, unsigned x, unsigned y, unsigned z, unsigned sample, unsigned pipe_xor, unsigned *bit_position) gfx9_meta_addr_from_coord() argument
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) gfx10_meta_addr_from_coord() argument
173 gfx10_dcc_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned bpp, unsigned meta_block_width, unsigned meta_block_height, unsigned dcc_pitch, unsigned dcc_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor) gfx10_dcc_addr_from_coord() argument
401 gfx10_htile_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned meta_block_width, unsigned meta_block_height, unsigned htile_pitch, unsigned htile_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor) gfx10_htile_addr_from_coord() argument
552 gfx10_cmask_addr_from_coord(const struct radeon_info *info, const uint16_t *equation, unsigned bpp, unsigned meta_block_width, unsigned meta_block_height, unsigned cmask_pitch, unsigned cmask_slice_size, unsigned x, unsigned y, unsigned z, unsigned pipe_xor, unsigned *bit_position) gfx10_cmask_addr_from_coord() argument
[all...]
H A Dac_surface.h191 uint16_t meta_block_width; member
H A Dac_surface.c1640 equation->meta_block_width = dcc->metaBlkWidth; in ac_copy_dcc_equation()
1672 equation->meta_block_width = cmask->metaBlkWidth; in ac_copy_cmask_equation()
1694 equation->meta_block_width = htile->metaBlkWidth; in ac_copy_htile_equation()
3136 unsigned meta_block_width_log2 = util_logbase2(equation->meta_block_width); in gfx10_nir_meta_addr_from_coord()
3191 unsigned meta_block_width_log2 = util_logbase2(equation->meta_block_width); in gfx9_nir_meta_addr_from_coord()

Completed in 7 milliseconds