Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.h49 #define BLIT_WRITEMASK_Z 1 macro
Du_blit.c473 blit_depth = is_depth && (zs_writemask & BLIT_WRITEMASK_Z); in util_blit_pixels()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_blit.c305 BLIT_WRITEMASK_Z | in st_BlitFramebuffer()
323 0.0, pFilter, 0, BLIT_WRITEMASK_Z); in st_BlitFramebuffer()
Dst_cb_texture.c1030 zs_writemask = BLIT_WRITEMASK_Z; in st_CopyTexSubImage()