| /xsrc/external/mit/MesaLib.old/dist/include/vulkan/ |
| H A D | vulkan_win32.h | 73 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoKHR 141 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportSemaphoreWin32HandleInfoKHR 193 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportFenceWin32HandleInfoKHR 233 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoNV
|
| /xsrc/external/mit/MesaLib/dist/include/vulkan/ |
| H A D | vulkan_win32.h | 64 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoKHR 132 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportSemaphoreWin32HandleInfoKHR 184 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportFenceWin32HandleInfoKHR 224 const SECURITY_ATTRIBUTES* pAttributes; member in struct:VkExportMemoryWin32HandleInfoNV
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyr_glamor_xv.c | 147 adaptor->pAttributes = glamor_xv_attributes;
|
| H A D | ephyrvideo.c | 361 adaptor->pAttributes = calloc(reply->num_attributes, 362 sizeof(*adaptor->pAttributes)); 363 if (!adaptor->pAttributes) { 371 XvAttributePtr attribute = &adaptor->pAttributes[i]; 756 EPHYR_RETURN_VAL_IF_FAIL(port_priv->current_adaptor->pAttributes, BadMatch); 770 if (!ephyrXVPrivIsAttrValueValid(port_priv->current_adaptor->pAttributes,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winvideo.c | 160 adapt->pAttributes = Attributes;
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| H A D | kxv.h | 132 XvAttributePtr pAttributes; member in struct:__anon5c3f6a740408
|
| H A D | kxv.c | 286 (pa->pAttributes = calloc(adaptorPtr->nAttributes, 288 memcpy(pa->pAttributes, adaptorPtr->pAttributes, 292 pa->pAttributes[i].name = 293 strdup(adaptorPtr->pAttributes[i].name);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/ |
| H A D | glamor_xf86_xv.c | 151 adapt->pAttributes = glamor_xv_attributes;
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_textured_video.c | 860 adapt->pAttributes = Attributes_eg; 864 adapt->pAttributes = Attributes_r600; 868 adapt->pAttributes = Attributes_r500; 872 adapt->pAttributes = Attributes_r300; 876 adapt->pAttributes = Attributes_r200; 880 adapt->pAttributes = Attributes;
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_textured_video.c | 864 adapt->pAttributes = Attributes_eg; 868 adapt->pAttributes = Attributes_r600; 872 adapt->pAttributes = Attributes_r500; 876 adapt->pAttributes = Attributes_r300; 880 adapt->pAttributes = Attributes_r200; 884 adapt->pAttributes = Attributes;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 535 a_this->adaptors[i].pAttributes = 540 if (a_this->adaptors[i].pAttributes[j].name) 541 MakeAtom (a_this->adaptors[i].pAttributes[j].name, 542 strlen (a_this->adaptors[i].pAttributes[j].name), 797 EPHYR_RETURN_VAL_IF_FAIL (port_priv->current_adaptor->pAttributes, 815 if (!ephyrXVPrivIsAttrValueValid (port_priv->current_adaptor->pAttributes,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kxv.h | 173 KdAttributePtr pAttributes; member in struct:__anon30ce8c010708
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86xv.h | 162 XF86AttributePtr pAttributes; member in struct:__anone1cd51a60708
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86xv.h | 132 XF86AttributePtr pAttributes; member in struct:__anon076b10b90508
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvdix.h | 156 XvAttributePtr pAttributes; member in struct:__anona5184b1a0608
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdix.h | 154 XvAttributePtr pAttributes; member in struct:__anon419ad4ed0608
|
| H A D | xvmain.c | 1039 if (pAdaptor->pAttributes) { 1040 XvAttributePtr pAttribute = pAdaptor->pAttributes; 1044 free(pAdaptor->pAttributes); 1045 pAdaptor->pAttributes = NULL;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | intel_video_overlay.c | 485 adapt->pAttributes = 488 att = adapt->pAttributes;
|
| H A D | intel_uxa_video.c | 349 adapt->pAttributes = NULL;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | intel_video_overlay.c | 485 adapt->pAttributes = 488 att = adapt->pAttributes;
|
| H A D | intel_uxa_video.c | 349 adapt->pAttributes = NULL;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nouveau_xv.c | 1767 adapt->pAttributes = NVBlitAttributes; 1770 adapt->pAttributes = NULL; 1834 adapt->pAttributes = (pNv->Architecture != NV_ARCH_04) ? NV10OverlayAttributes : NV04OverlayAttributes; 2035 adapt->pAttributes = NVTexturedAttributes; 2117 adapt->pAttributes = NVTexturedAttributes; 2187 adapt->pAttributes = NVTexturedAttributesNV50;
|
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| H A D | nv_video.c | 372 adapt->pAttributes = NVBlitAttributes; 375 adapt->pAttributes = NULL; 430 adapt->pAttributes = NVOverlayAttributes;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | sna_video_textured.c | 426 adaptor->pAttributes = (XvAttributeRec *)Attributes;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | sna_video_textured.c | 364 adaptor->pAttributes = (XvAttributeRec *)Attributes;
|