Home
last modified time | relevance | path

Searched refs:transfer_usage (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c533 DEFINE_UTIL_DUMP_FLAGS_CONTINUOUS(transfer_usage)
Du_dump_state.c819 util_dump_member(stream, transfer_usage, state, usage); in util_dump_transfer()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2566 enum pipe_map_flags transfer_usage; in fallback_copy_texsubimage() local
2595 transfer_usage = PIPE_MAP_READ_WRITE; in fallback_copy_texsubimage()
2597 transfer_usage = PIPE_MAP_WRITE; in fallback_copy_texsubimage()
2599 texDest = st_texture_image_map(st, stImage, transfer_usage, in fallback_copy_texsubimage()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1248 unsigned transfer_usage, in r600_can_invalidate_texture() argument
1254 !(transfer_usage & PIPE_MAP_READ) && in r600_can_invalidate_texture()
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c581 DUMP_M(transfer_usage, info, usage); in dd_dump_buffer_subdata()
593 DUMP_M(transfer_usage, info, usage); in dd_dump_texture_subdata()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1795 unsigned transfer_usage, const struct pipe_box *box) in si_can_invalidate_texture() argument
1798 !(transfer_usage & PIPE_MAP_READ) && tex->buffer.b.b.last_level == 0 && in si_can_invalidate_texture()