Searched refs:fdl_cpp_shift (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_resource.c38 fdl_set_pitchalign(&rsc->layout, fdl_cpp_shift(&rsc->layout) + 5);
/xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
H A Dfd5_layout.c59 fdl_set_pitchalign(layout, fdl_cpp_shift(layout) + 7);
61 fdl_set_pitchalign(layout, fdl_cpp_shift(layout) + 6);
H A Dfd6_layout.c63 uint32_t cpp = fdl_cpp_shift(layout);
72 layout->pitchalign = fdl_cpp_shift(layout);
147 layout->pitchalign = fdl_cpp_shift(layout) - 2;
153 layout->pitchalign = fdl_cpp_shift(layout);
H A Dfreedreno_layout.h122 * use fdl_cpp_shift() to sanity check you aren't hitting that case.
136 fdl_cpp_shift(const struct fdl_layout *layout) function in typeref:typename:uint32_t
182 return fdl2_pitch(layout, level) >> fdl_cpp_shift(layout);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_resource.c55 fdl_set_pitchalign(&rsc->layout, fdl_cpp_shift(&rsc->layout) + 5);
H A Dfd4_gmem.c112 stride = bin_w << fdl_cpp_shift(&rsc->layout);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_resource.c40 fdl_set_pitchalign(&rsc->layout, fdl_cpp_shift(&rsc->layout) + 5);
H A Dfd3_gmem.c109 stride = bin_w << fdl_cpp_shift(&rsc->layout);
1030 A3XX_RB_DEPTH_PITCH(gmem->bin_w << fdl_cpp_shift(&rsc->layout)));
1034 OUT_RING(ring, A3XX_RB_STENCIL_PITCH(gmem->bin_w << fdl_cpp_shift(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_gmem.c509 stride = gmem->bin_w << fdl_cpp_shift(&rsc->layout);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c1396 fdl_cpp_shift(&rsc->layout) + util_logbase2(screen->info->gmem_align_w);

Completed in 15 milliseconds