Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c525 DEFINE_UTIL_DUMP_FLAGS_CONTINUOUS(transfer_usage)
Du_dump_state.c815 util_dump_member(stream, transfer_usage, state, usage); in util_dump_transfer()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2153 enum pipe_transfer_usage transfer_usage; in fallback_copy_texsubimage() local
2178 transfer_usage = PIPE_TRANSFER_READ_WRITE; in fallback_copy_texsubimage()
2180 transfer_usage = PIPE_TRANSFER_WRITE; in fallback_copy_texsubimage()
2182 texDest = st_texture_image_map(st, stImage, transfer_usage, in fallback_copy_texsubimage()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_draw.c501 DUMP_M(transfer_usage, info, usage); in dd_dump_buffer_subdata()
513 DUMP_M(transfer_usage, info, usage); in dd_dump_texture_subdata()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c1242 unsigned transfer_usage, in r600_can_invalidate_texture() argument
1248 !(transfer_usage & PIPE_TRANSFER_READ) && in r600_can_invalidate_texture()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1604 unsigned transfer_usage, in r600_can_invalidate_texture() argument
1608 !(transfer_usage & PIPE_TRANSFER_READ) && in r600_can_invalidate_texture()