Home
last modified time | relevance | path

Searched refs:old_read (Results 1 – 4 of 4) 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/llvm-project/lldb/packages/Python/lldbsuite/support/
Dencoded_file.py17 def _encoded_read(old_read, encoding): argument
19 result = old_read(size)
/external/mesa3d/src/egl/main/
Deglcontext.c814 _EGLSurface **old_draw, _EGLSurface **old_read) in _eglBindContext() argument
859 assert(old_ctx && old_draw && old_read); in _eglBindContext()
862 *old_read = prev_read; in _eglBindContext()
Deglcontext.h83 _EGLSurface **old_draw, _EGLSurface **old_read);