Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_clear.c976 uint32_t clear_zs = in emit_ds_clear_rect() local
995 clear_color.uint32[0] = clear_zs >> 24; in emit_ds_clear_rect()
1001 clear_color.uint32[1] = (clear_zs >> 0) & 0xff; in emit_ds_clear_rect()
1002 clear_color.uint32[2] = (clear_zs >> 8) & 0xff; in emit_ds_clear_rect()
1003 clear_color.uint32[3] = (clear_zs >> 16) & 0xff; in emit_ds_clear_rect()
1008 clear_color.uint32[0] = clear_zs; in emit_ds_clear_rect()
/external/mesa3d/prebuilt-intermediates/cle/
Dv3d_packet_v21_pack.h816 uint32_t clear_zs; member
842 cl[ 9] = __gen_uint(values->clear_zs, 0, 23); in V3D21_CLEAR_COLORS_pack()
844 cl[10] = __gen_uint(values->clear_zs, 0, 23) >> 8; in V3D21_CLEAR_COLORS_pack()
846 cl[11] = __gen_uint(values->clear_zs, 0, 23) >> 16; in V3D21_CLEAR_COLORS_pack()
863 values->clear_zs = __gen_unpack_uint(cl, 72, 95); in V3D21_CLEAR_COLORS_unpack()