Searched refs:old_read (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libdrm/dist/radeon/ |
| H A D | radeon_cs_space.c | 80 uint16_t old_read, old_write; local in function:radeon_cs_setup_bo 82 old_read = bo->space_accounted >> 16; 85 if (write_domain && (old_read & write_domain)) { 101 if (read_domains != old_read) 102 fprintf(stderr,"READ DOMAIN RELOC FAILURE 0x%x %d %d\n", bo->handle, read_domains, old_read);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglcontext.h | 83 _EGLSurface **old_draw, _EGLSurface **old_read);
|
| H A D | eglcontext.c | 810 _EGLSurface **old_draw, _EGLSurface **old_read) 855 assert(old_ctx && old_draw && old_read); 858 *old_read = prev_read; 808 _eglBindContext(_EGLContext * ctx,_EGLSurface * draw,_EGLSurface * read,_EGLContext ** old_ctx,_EGLSurface ** old_draw,_EGLSurface ** old_read) argument
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglcontext.h | 83 _EGLSurface **old_draw, _EGLSurface **old_read);
|
| H A D | eglcontext.c | 814 _EGLSurface **old_draw, _EGLSurface **old_read) 859 assert(old_ctx && old_draw && old_read); 862 *old_read = prev_read; 812 _eglBindContext(_EGLContext * ctx,_EGLSurface * draw,_EGLSurface * read,_EGLContext ** old_ctx,_EGLSurface ** old_draw,_EGLSurface ** old_read) argument
|
Completed in 13 milliseconds