Home
last modified time | relevance | path

Searched refs:need_rmw (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_surface.c466 bool need_rmw, in util_fill_zs_rect() argument
496 if (!need_rmw) { in util_fill_zs_rect()
523 if (!need_rmw) { in util_fill_zs_rect()
556 bool need_rmw, in util_fill_zs_box() argument
568 util_fill_zs_rect(dst, format, need_rmw, clear_flags, stride, in util_fill_zs_box()
585 boolean need_rmw = FALSE; in util_clear_depth_stencil_texture() local
590 need_rmw = TRUE; in util_clear_depth_stencil_texture()
595 (need_rmw ? PIPE_MAP_READ_WRITE : in util_clear_depth_stencil_texture()
605 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in util_clear_depth_stencil_texture()
Du_surface.h71 bool need_rmw, unsigned clear_flags, unsigned stride,
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c341 boolean need_rmw = FALSE; in lp_clear_depth_stencil_texture_msaa() local
346 need_rmw = TRUE; in lp_clear_depth_stencil_texture_msaa()
351 (need_rmw ? PIPE_MAP_READ_WRITE : in lp_clear_depth_stencil_texture_msaa()
360 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in lp_clear_depth_stencil_texture_msaa()