| /xsrc/external/mit/MesaLib.old/dist/src/egl/main/ |
| H A D | eglsync.h | 45 _EGLResource Resource; member in struct:_egl_sync 72 _eglGetResource(&sync->Resource); 83 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE; 94 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); 105 _eglUnlinkResource(&sync->Resource, _EGL_RESOURCE_SYNC);
|
| H A D | eglimage.h | 90 _EGLResource Resource; member in struct:_egl_image 102 _eglInitResource(&img->Resource, sizeof(*img), disp); 113 _eglGetResource(&img->Resource); 124 return (img) ? _eglPutResource(&img->Resource) : EGL_FALSE; 135 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); 147 _eglUnlinkResource(&img->Resource, _EGL_RESOURCE_IMAGE);
|
| H A D | eglcontext.h | 50 _EGLResource Resource; member in struct:_egl_context 96 _eglGetResource(&ctx->Resource); 107 return (ctx) ? _eglPutResource(&ctx->Resource) : EGL_FALSE; 118 _eglLinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); 130 _eglUnlinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT);
|
| H A D | eglsurface.h | 68 _EGLResource Resource; member in struct:_egl_surface 212 _eglGetResource(&surf->Resource); 223 return (surf) ? _eglPutResource(&surf->Resource) : EGL_FALSE; 234 _eglLinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); 246 _eglUnlinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE);
|
| H A D | eglsync.c | 91 _eglInitResource(&sync->Resource, sizeof(*sync), disp);
|
| /xsrc/external/mit/MesaLib/dist/src/egl/main/ |
| H A D | eglsync.h | 45 _EGLResource Resource; member in struct:_egl_sync 72 _eglGetResource(&sync->Resource); 83 return (sync) ? _eglPutResource(&sync->Resource) : EGL_FALSE; 94 _eglLinkResource(&sync->Resource, _EGL_RESOURCE_SYNC); 105 _eglUnlinkResource(&sync->Resource, _EGL_RESOURCE_SYNC);
|
| H A D | eglimage.h | 93 _EGLResource Resource; member in struct:_egl_image 105 _eglInitResource(&img->Resource, sizeof(*img), disp); 116 _eglGetResource(&img->Resource); 127 return (img) ? _eglPutResource(&img->Resource) : EGL_FALSE; 138 _eglLinkResource(&img->Resource, _EGL_RESOURCE_IMAGE); 150 _eglUnlinkResource(&img->Resource, _EGL_RESOURCE_IMAGE);
|
| H A D | eglcontext.h | 50 _EGLResource Resource; member in struct:_egl_context 96 _eglGetResource(&ctx->Resource); 107 return (ctx) ? _eglPutResource(&ctx->Resource) : EGL_FALSE; 118 _eglLinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT); 130 _eglUnlinkResource(&ctx->Resource, _EGL_RESOURCE_CONTEXT);
|
| H A D | eglsurface.h | 68 _EGLResource Resource; member in struct:_egl_surface 216 _eglGetResource(&surf->Resource); 227 return (surf) ? _eglPutResource(&surf->Resource) : EGL_FALSE; 238 _eglLinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE); 250 _eglUnlinkResource(&surf->Resource, _EGL_RESOURCE_SURFACE);
|
| H A D | eglsync.c | 91 _eglInitResource(&sync->Resource, sizeof(*sync), disp);
|
| /xsrc/external/mit/MesaLib/dist/src/microsoft/resource_state_manager/ |
| H A D | D3D12ResourceState.cpp | 171 void ResourceStateManager::TransitionResource(TransitionableResourceState& Resource, argument 174 Resource.m_DesiredState.SetResourceState(state); 175 if (!Resource.IsTransitionPending()) 177 list_add(&Resource.m_TransitionListEntry, &m_TransitionListHead); 182 void ResourceStateManager::TransitionSubresource(TransitionableResourceState& Resource, argument 186 Resource.m_DesiredState.SetSubresourceState(SubresourceIndex, state); 187 if (!Resource.IsTransitionPending()) 189 list_add(&Resource.m_TransitionListEntry, &m_TransitionListHead); 232 void ResourceStateManager::AddCurrentStateUpdate(TransitionableResourceState& Resource, argument
|
| H A D | D3D12ResourceState.h | 241 void TransitionResource(TransitionableResourceState& Resource, 243 void TransitionSubresource(TransitionableResourceState& Resource, 283 void AddCurrentStateUpdate(TransitionableResourceState& Resource,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/d3d10umd/ |
| H A D | State.h | 148 struct Resource struct 159 static inline Resource * 162 return static_cast<Resource *>(hResource.pDrvPrivate); 166 static inline Resource * 169 return reinterpret_cast<Resource *>(hResource); 176 Resource *pResource = CastResource(hResource); 184 Resource *pResource = CastResource(hResource); 192 Resource *pResource = CastResource(hResource);
|
| H A D | Resource.cpp | 29 * Resource.cpp -- 34 #include "Resource.h" 64 return sizeof(Resource); 249 Resource *pResource = CastResource(hResource); 372 return sizeof(Resource); 418 Resource *pResource = CastResource(hResource); 457 Resource *pResource = CastResource(hResource); 532 Resource *pResource = CastResource(hResource); 622 Resource *pDstResource = CastResource(hDstResource); 623 Resource *pSrcResourc [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_device.c | 63 dri2_egl_display(dri2_surf->base.Resource.Display); 84 dri2_egl_display(dri2_surf->base.Resource.Display);
|
| H A D | platform_surfaceless.c | 56 dri2_egl_display(dri2_surf->base.Resource.Display); 77 dri2_egl_display(dri2_surf->base.Resource.Display);
|
| H A D | platform_x11_dri3.c | 64 return ctx->Resource.Display == dri3_surf->surf.base.Resource.Display; 86 return dri2_egl_display(dri2_ctx->base.Resource.Display)->dri_screen; 93 _EGLDisplay *disp = dri3_surf->surf.base.Resource.Display;
|
| H A D | platform_x11.c | 112 struct dri2_egl_display *dri2_dpy = dri2_egl_display(dri2_surf->base.Resource.Display); 154 struct dri2_egl_display *dri2_dpy = dri2_egl_display(dri2_surf->base.Resource.Display); 180 struct dri2_egl_display *dri2_dpy = dri2_egl_display(dri2_surf->base.Resource.Display); 467 dri2_egl_display(dri2_surf->base.Resource.Display); 509 dri2_egl_display(dri2_surf->base.Resource.Display); 546 dri2_egl_display(dri2_surf->base.Resource.Display);
|
| /xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11_dri3.c | 64 return ctx->Resource.Display == dri3_surf->surf.base.Resource.Display; 86 return dri2_egl_display(dri2_ctx->base.Resource.Display)->dri_screen; 93 _EGLDisplay *disp = dri3_surf->surf.base.Resource.Display;
|
| H A D | platform_surfaceless.c | 57 dri2_egl_display(dri2_surf->base.Resource.Display); 75 dri2_egl_display(dri2_surf->base.Resource.Display);
|
| H A D | platform_wayland.c | 231 dri2_egl_display(dri2_surf->base.Resource.Display); 442 dri2_egl_display(dri2_surf->base.Resource.Display); 474 dri2_egl_display(dri2_surf->base.Resource.Display); 606 dri2_egl_display(dri2_surf->base.Resource.Display); 626 dri2_egl_display(dri2_surf->base.Resource.Display); 1710 dri2_egl_display(dri2_surf->base.Resource.Display); 1745 dri2_egl_display(dri2_surf->base.Resource.Display); 1843 struct dri2_egl_display *dri2_dpy = dri2_egl_display(dri2_surf->base.Resource.Display);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 225 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member in struct:tgsi_declaration_image 243 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member in struct:tgsi_declaration_sampler_view
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 223 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member in struct:tgsi_declaration_image 241 unsigned Resource : 8; /**< one of TGSI_TEXTURE_ */ member in struct:tgsi_declaration_sampler_view
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 293 di.Resource = TGSI_TEXTURE_BUFFER; 313 di.Resource = texture; 328 dsv.Resource = TGSI_TEXTURE_BUFFER; 349 dsv.Resource = texture; 502 *di = tgsi_build_declaration_image(full_decl->Image.Resource, 520 full_decl->SamplerView.Resource,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 291 di.Resource = TGSI_TEXTURE_BUFFER; 311 di.Resource = texture; 326 dsv.Resource = TGSI_TEXTURE_BUFFER; 347 dsv.Resource = texture; 499 *di = tgsi_build_declaration_image(full_decl->Image.Resource, 517 full_decl->SamplerView.Resource,
|