Home
last modified time | relevance | path

Searched refs:PIPE_TRANSFER_READ_WRITE (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/winsys/sw/wrapper/
Dwrapper_sw_winsys.c95 PIPE_TRANSFER_READ_WRITE, in wsw_dt_get_stride()
208 PIPE_TRANSFER_READ_WRITE, in wsw_dt_map()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c863 usage = PIPE_TRANSFER_READ_WRITE; in draw_stencil_pixels()
941 assert(usage == PIPE_TRANSFER_READ_WRITE); in draw_stencil_pixels()
959 assert(usage == PIPE_TRANSFER_READ_WRITE); in draw_stencil_pixels()
979 assert(usage == PIPE_TRANSFER_READ_WRITE); in draw_stencil_pixels()
1245 usage = PIPE_TRANSFER_READ_WRITE; in copy_stencil_pixels()
1592 transfer_usage = PIPE_TRANSFER_READ_WRITE; in st_CopyPixels()
Dst_cb_texture.c746 transfer_usage = PIPE_TRANSFER_READ_WRITE; in fallback_copy_texsubimage()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h216 PIPE_TRANSFER_READ_WRITE = PIPE_TRANSFER_READ | PIPE_TRANSFER_WRITE, enumerator
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c276 if (nouveau_buffer_busy(buf, xfr->base.usage & PIPE_TRANSFER_READ_WRITE)) in nouveau_buffer_transfer_map()
280 nouveau_buffer_sync(buf, xfr->base.usage & PIPE_TRANSFER_READ_WRITE); in nouveau_buffer_transfer_map()
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.c301 (need_rmw ? PIPE_TRANSFER_READ_WRITE : in util_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c398 dt_usage = PIPE_TRANSFER_READ_WRITE; in llvmpipe_resource_map()
998 PIPE_TRANSFER_READ_WRITE); in alloc_image_data()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c74 PIPE_TRANSFER_READ_WRITE); in r600_create_fence()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_tile_cache.c179 PIPE_TRANSFER_READ_WRITE | in sp_tile_cache_set_surface()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c57 PIPE_TRANSFER_READ_WRITE); in r600_create_fence()
/external/mesa3d/src/gallium/state_trackers/vega/
Dapi_filters.c84 PIPE_TRANSFER_READ_WRITE , in create_texture_1d()
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c287 PIPE_TRANSFER_READ_WRITE, in ExaPrepareAccess()
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h1500 usage = PIPE_TRANSFER_READ_WRITE; in Map()