Home
last modified time | relevance | path

Searched refs:buffer_is_suballocated (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_winsys.h364 bool (*buffer_is_suballocated)(struct pb_buffer *buf); member
Dr600_texture.c699 if (sscreen->ws->buffer_is_suballocated(res->buf) || in r600_texture_get_handle()
761 if (sscreen->ws->buffer_is_suballocated(res->buf) || in r600_texture_get_handle()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c470 if (rscreen->ws->buffer_is_suballocated(res->buf) || in r600_texture_get_handle()
509 if (rscreen->ws->buffer_is_suballocated(res->buf)) { in r600_texture_get_handle()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c1336 ws->base.buffer_is_suballocated = radeon_winsys_bo_is_suballocated; in radeon_drm_bo_init_functions()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c1473 ws->base.buffer_is_suballocated = amdgpu_bo_is_suballocated; in amdgpu_bo_init_functions()