Searched refs:need_rmw (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_surface.c | 466 bool need_rmw, in util_fill_zs_rect() 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() 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() 464 util_fill_zs_rect(ubyte *dst_map, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned dst_stride, unsigned width, unsigned height, uint64_t zstencil) util_fill_zs_rect() argument 554 util_fill_zs_box(ubyte *dst, enum pipe_format format, bool need_rmw, unsigned clear_flags, unsigned stride, unsigned layer_stride, unsigned width, unsigned height, unsigned depth, uint64_t zstencil) util_fill_zs_box() argument
|
H A D | u_surface.h | 71 bool need_rmw, unsigned clear_flags, unsigned stride,
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 355 boolean need_rmw = FALSE; in lp_clear_depth_stencil_texture_msaa() local 360 need_rmw = TRUE; in lp_clear_depth_stencil_texture_msaa() 365 (need_rmw ? PIPE_MAP_READ_WRITE : in lp_clear_depth_stencil_texture_msaa() 374 util_fill_zs_box(dst_map, format, need_rmw, clear_flags, in lp_clear_depth_stencil_texture_msaa()
|
Completed in 3 milliseconds