Searched refs:ubwc_width0 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd6_layout.c168 uint32_t ubwc_width0 = width0; local in function:fdl6_layout
177 ubwc_width0 = util_next_power_of_two(width0);
181 layout->ubwc_width0 = align(DIV_ROUND_UP(ubwc_width0, ubwc_blockwidth),
H A Dfreedreno_layout.h100 uint32_t ubwc_width0; member in struct:fdl_layout
157 return align(u_minify(layout->ubwc_width0, level), RGB_TILE_WIDTH_ALIGNMENT);

Completed in 3 milliseconds