Home
last modified time | relevance | path

Searched refs:old_read (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/radeon/
Dradeon_cs_space.c80 uint16_t old_read, old_write; in radeon_cs_setup_bo() local
82 old_read = bo->space_accounted >> 16; in radeon_cs_setup_bo()
85 if (write_domain && (old_read & write_domain)) { in radeon_cs_setup_bo()
101 if (read_domains != old_read) in radeon_cs_setup_bo()
102 … fprintf(stderr,"READ DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, read_domains, old_read); in radeon_cs_setup_bo()
/external/mesa3d/src/egl/main/
Deglcontext.c781 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument
826 assert(old_ctx && old_draw && old_read); in _eglBindContext()
829 *old_read = prev_read; in _eglBindContext()
Deglcontext.h86 _EGLSurface **old_draw, _EGLSurface **old_read);