Home
last modified time | relevance | path

Searched refs:PB_USAGE_CPU_READ (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h63 #define PB_USAGE_CPU_READ (1 << 0) macro
71 ( PB_USAGE_CPU_READ | PB_USAGE_CPU_WRITE )
Dpb_bufmgr_debug.c184 PB_USAGE_CPU_READ | in pb_debug_buffer_check()
383 real_desc.usage |= PB_USAGE_CPU_READ; in pb_debug_manager_create_buffer()
Dpb_bufmgr_ondemand.c153 map = pb_map(buf->buffer, PB_USAGE_CPU_READ, NULL); in pb_ondemand_buffer_instantiate()
Dpb_bufmgr_pool.c289 PB_USAGE_CPU_READ | in pool_bufmgr_create()
Dpb_bufmgr_mm.c274 PB_USAGE_CPU_READ | in mm_bufmgr_create_from_buffer()
Dpb_bufmgr_slab.c321 PB_USAGE_CPU_READ | in pb_slab_create()
Dpb_buffer_fenced.c635 map = pb_map(fenced_buf->buffer, PB_USAGE_CPU_READ, NULL); in fenced_buffer_copy_storage_to_cpu_locked()