Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h184 } clear_zstencil; member
248 arg.clear_zstencil.value = value; in lp_rast_arg_clearzs()
249 arg.clear_zstencil.mask = mask; in lp_rast_arg_clearzs()
Dlp_rast.c183 uint64_t clear_value64 = arg.clear_zstencil.value; in lp_rast_clear_zstencil()
184 uint64_t clear_mask64 = arg.clear_zstencil.mask; in lp_rast_clear_zstencil()