Searched refs:heightalign (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_resource.c32 unsigned heightalign; member in struct:__anona7218e260108
53 uint32_t heightalign; local in function:setup_slices
63 heightalign = tile_alignment[rsc->cpp].heightalign;
73 aligned_height = align(aligned_height, heightalign);
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_layout.c70 fdl6_tile_alignment(struct fdl_layout *layout, uint32_t *heightalign) argument
73 *heightalign = 16;
77 *heightalign = 32;
103 uint32_t offset = 0, heightalign; local in function:fdl6_layout
137 fdl6_tile_alignment(layout, &heightalign);
156 heightalign = 1;
203 nblocksy = align(nblocksy, heightalign);
H A Dfd5_layout.c51 uint32_t heightalign = layout->cpp == 1 ? 32 : 16; local in function:fdl5_layout
71 nblocksy = align(nblocksy, heightalign);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_image.c46 unsigned heightalign; member in struct:__anone14da16e0108
65 uint32_t heightalign = tile_alignment[cpp].heightalign; local in function:setup_slices
76 aligned_height = align(aligned_height, heightalign);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_resource.c36 unsigned heightalign; member in struct:__anonc62b0da80108
105 tile_alignment[ta].heightalign);

Completed in 4 milliseconds