Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_blitter.c709 uint32_t depth_unorm24 = color->f[0] * ((1u << 24) - 1); in emit_clear_color() local
711 color->ui[0] = depth_unorm24 & 0xff; in emit_clear_color()
712 color->ui[1] = (depth_unorm24 >> 8) & 0xff; in emit_clear_color()
713 color->ui[2] = (depth_unorm24 >> 16) & 0xff; in emit_clear_color()