Home
last modified time | relevance | path

Searched refs:pitch0 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/freedreno/fdl/
Dfreedreno_layout.h99 uint32_t pitch0; member
146 return align(u_minify(layout->pitch0, level), 1 << layout->pitchalign); in fdl_pitch()
251 layout->pitch0 = align(nblocksx * layout->cpp, 1 << pitchalign); in fdl_set_pitchalign()
Dfd6_layout.c170 layout->pitch0 = explicit_layout->pitch; in fdl6_layout()
171 if (align(layout->pitch0, 1 << layout->pitchalign) != layout->pitch0) in fdl6_layout()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.c250 .pitch = rsc->layout.pitch0, in fill_ubwc_buffer_sizes()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c1408 rsc->layout.pitch0 = handle->stride; in fd_resource_from_handle()
1428 if (rsc->layout.pitch0 < (prsc->width0 * rsc->layout.cpp) || in fd_resource_from_handle()
1429 fd_resource_pitch(rsc, 0) != rsc->layout.pitch0) in fd_resource_from_handle()