Home
last modified time | relevance | path

Searched refs:RADEON_VA_RESULT_ERROR (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c389 va.operation == RADEON_VA_RESULT_ERROR) { in radeon_bo_destroy()
710 if (r && va.operation == RADEON_VA_RESULT_ERROR) { in radeon_create_bo()
1161 if (r && va.operation == RADEON_VA_RESULT_ERROR) { in radeon_winsys_bo_from_ptr()
1292 if (r && va.operation == RADEON_VA_RESULT_ERROR) { in radeon_winsys_bo_from_handle()
/third_party/libdrm/include/drm/
Dradeon_drm.h933 #define RADEON_VA_RESULT_ERROR 1 macro