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.h159 } clear_zstencil; member
223 arg.clear_zstencil.value = value; in lp_rast_arg_clearzs()
224 arg.clear_zstencil.mask = mask; in lp_rast_arg_clearzs()
Dlp_rast.c216 uint32_t clear_value = arg.clear_zstencil.value; in lp_rast_clear_zstencil()
217 uint32_t clear_mask = arg.clear_zstencil.mask; in lp_rast_clear_zstencil()