Searched refs:need_rmw (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.h71 bool need_rmw, unsigned clear_flags, unsigned stride,
H A Du_surface.c466 bool need_rmw,
496 if (!need_rmw) {
523 if (!need_rmw) {
556 bool need_rmw,
568 util_fill_zs_rect(dst, format, need_rmw, clear_flags, stride,
585 boolean need_rmw = FALSE; local in function:util_clear_depth_stencil_texture
590 need_rmw = TRUE;
595 (need_rmw ? PIPE_MAP_READ_WRITE :
605 util_fill_zs_box(dst_map, format, need_rmw, clear_flags,
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) 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c341 boolean need_rmw = FALSE; local in function:lp_clear_depth_stencil_texture_msaa
346 need_rmw = TRUE;
351 (need_rmw ? PIPE_MAP_READ_WRITE :
360 util_fill_zs_box(dst_map, format, need_rmw, clear_flags,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c510 boolean need_rmw = FALSE; local in function:util_clear_depth_stencil_texture
518 need_rmw = TRUE;
523 (need_rmw ? PIPE_TRANSFER_READ_WRITE :
560 if (!need_rmw) {
589 if (!need_rmw) {

Completed in 5 milliseconds