Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.h257 } clear_zstencil; member
333 arg.clear_zstencil.value = value; in lp_rast_arg_clearzs()
334 arg.clear_zstencil.mask = mask; in lp_rast_arg_clearzs()
Dlp_rast.c187 uint64_t clear_value64 = arg.clear_zstencil.value; in lp_rast_clear_zstencil()
188 uint64_t clear_mask64 = arg.clear_zstencil.mask; in lp_rast_clear_zstencil()