| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| shared.c | 26 * \file shared.c 27 * Shared-context state 35 #include "shared.h" 49 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared); 52 * Allocate and initialize a shared context state structure. 63 struct gl_shared_state *shared; local 66 shared = CALLOC_STRUCT(gl_shared_state); 67 if (!shared) 70 simple_mtx_init(&shared->Mutex, mtx_plain); 72 shared->DisplayList = _mesa_NewHashTable() [all...] |
| texturebindless.h | 46 _mesa_init_shared_handles(struct gl_shared_state *shared); 48 _mesa_free_shared_handles(struct gl_shared_state *shared);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| shared.c | 26 * \file shared.c 27 * Shared-context state 35 #include "shared.h" 48 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared); 51 * Allocate and initialize a shared context state structure. 62 struct gl_shared_state *shared; local 65 shared = CALLOC_STRUCT(gl_shared_state); 66 if (!shared) 69 simple_mtx_init(&shared->Mutex, mtx_plain); 71 shared->DisplayList = _mesa_NewHashTable() [all...] |
| texturebindless.h | 46 _mesa_init_shared_handles(struct gl_shared_state *shared); 48 _mesa_free_shared_handles(struct gl_shared_state *shared);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| pp_standalone_scaffolding.c | 44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) 46 (void) shared; 52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, 55 (void) shared;
|
| pp_standalone_scaffolding.h | 41 _mesa_get_shader_include_cursor(struct gl_shared_state *shared); 44 _mesa_set_shader_include_cursor(struct gl_shared_state *shared,
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/ |
| dri.c | 677 * This creates a shared memory buffer for use with GLXPixmaps 685 DRIPixmapBufferPtr shared; local 693 shared = malloc(sizeof(*shared)); 694 if (NULL == shared) { 698 shared->pDrawable = pDrawable; 699 shared->refCount = 1; 702 shared->bytesPerPixel = 4; 705 shared->bytesPerPixel = 2; 708 shared->width = pDrawable->width 762 DRIPixmapBufferPtr shared; local 789 DRIPixmapBufferPtr shared; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/ |
| dri.c | 752 * This creates a shared memory buffer for use with GLXPixmaps 759 DRIPixmapBufferPtr shared; local 767 shared = malloc(sizeof(*shared)); 768 if(NULL == shared) { 772 shared->pDrawable = pDrawable; 773 shared->refCount = 1; 776 shared->bytesPerPixel = 4; 778 shared->bytesPerPixel = 2; 781 shared->width = pDrawable->width 835 DRIPixmapBufferPtr shared; local 861 DRIPixmapBufferPtr shared; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| windowsgl.h | 33 windowsContext *windows_create_context(int pxfi, windowsContext *shared); 34 windowsContext *windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList);
|
| windowsgl.c | 65 windows_create_context(int pxfi, windowsContext *shared) 110 if (shared && gc->ctx) 111 wglShareLists(shared->ctx, gc->ctx); 126 windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList) 165 if (shared) 166 shareContext = shared->ctx;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_ring.c | 21 return atomic_load_explicit(ring->shared.head, memory_order_acquire); 30 return atomic_store_explicit(ring->shared.tail, ring->cur, 38 return atomic_load_explicit(ring->shared.status, memory_order_seq_cst); 48 memcpy(ring->shared.buffer + offset, data, size); 51 memcpy(ring->shared.buffer + offset, data, s); 52 memcpy(ring->shared.buffer, data + s, size - s); 152 void *shared) 155 memset(shared, 0, layout->shmem_size); 164 ring->shared.head = shared + layout->head_offset [all...] |
| vn_ring.h | 69 struct vn_ring_shared shared; member in struct:vn_ring 85 void *shared);
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| windowsgl.h | 33 windowsContext *windows_create_context(int pxfi, windowsContext *shared); 34 windowsContext *windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList);
|
| windowsgl.c | 65 windows_create_context(int pxfi, windowsContext *shared) 110 if (shared && gc->ctx) 111 wglShareLists(shared->ctx, gc->ctx); 126 windows_create_context_attribs(int pxfi, windowsContext *shared, const int *attribList) 165 if (shared) 166 shareContext = shared->ctx;
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| panoramiX.h | 62 Bool shared; member in struct:__anon9761::__anon9762::__anon9764 76 #define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared)
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| panoramiX.h | 63 Bool shared; member in struct:__anon10329::__anon10330::__anon10332 76 #define IS_SHARED_PIXMAP(r) (((r)->type == XRT_PIXMAP) && (r)->u.pix.shared)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| stw_context.h | 44 BOOL shared; member in struct:stw_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| stw_context.h | 44 BOOL shared; member in struct:stw_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/ |
| vmw_surface.h | 65 boolean shared; /* Shared surface. Never discard */ member in struct:vmw_svga_winsys_surface
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/ |
| vmw_surface.h | 65 boolean shared; /* Shared surface. Never discard */ member in struct:vmw_svga_winsys_surface
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/ |
| crosvm-runner.sh | 41 --shared-dir /:my_root:type=fs:writeback=true:timeout=60:cache=always \
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| driwindows_glx.c | 127 windowsContext *shared = NULL; local 145 shared = pcp_shared->windowsContext; 161 pcp->windowsContext = windows_create_context(config->pxfi, shared); 184 windowsContext *shared = NULL; local 220 shared = pcp_shared->windowsContext; 237 shared,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| driwindows_glx.c | 167 windowsContext *shared = NULL; local 185 shared = pcp_shared->windowsContext; 201 pcp->windowsContext = windows_create_context(config->pxfi, shared); 224 windowsContext *shared = NULL; local 260 shared = pcp_shared->windowsContext; 277 shared,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/haiku-softpipe/ |
| GalliumContext.cpp | 173 struct st_context_iface* shared = NULL; local 176 shared = fDisplay->api->get_current(fDisplay->api); 177 TRACE("shared context: %p\n", shared); 183 &attribs, &result, shared);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/ |
| Android.mk | 36 abi_header := shared-glapi/glapi_mapi_tmp.h 63 $(abi_header): PRIVATE_PRINTER := shared-glapi
|