Searched refs:pAttributes (Results 1 - 25 of 67) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_win32.h73 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 Dvulkan_win32.h64 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 Dephyr_glamor_xv.c147 adaptor->pAttributes = glamor_xv_attributes;
H A Dephyrvideo.c361 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 Dwinvideo.c160 adapt->pAttributes = Attributes;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
H A Dkxv.h132 XvAttributePtr pAttributes; member in struct:__anon5c3f6a740408
H A Dkxv.c286 (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 Dglamor_xf86_xv.c151 adapt->pAttributes = glamor_xv_attributes;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_textured_video.c860 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 Dradeon_textured_video.c864 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 Dephyrvideo.c535 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 Dkxv.h173 KdAttributePtr pAttributes; member in struct:__anon30ce8c010708
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xv.h162 XF86AttributePtr pAttributes; member in struct:__anone1cd51a60708
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.h132 XF86AttributePtr pAttributes; member in struct:__anon076b10b90508
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxvdix.h156 XvAttributePtr pAttributes; member in struct:__anona5184b1a0608
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxvdix.h154 XvAttributePtr pAttributes; member in struct:__anon419ad4ed0608
H A Dxvmain.c1039 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 Dintel_video_overlay.c485 adapt->pAttributes =
488 att = adapt->pAttributes;
H A Dintel_uxa_video.c349 adapt->pAttributes = NULL;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dintel_video_overlay.c485 adapt->pAttributes =
488 att = adapt->pAttributes;
H A Dintel_uxa_video.c349 adapt->pAttributes = NULL;
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_xv.c1767 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 Dnv_video.c372 adapt->pAttributes = NVBlitAttributes;
375 adapt->pAttributes = NULL;
430 adapt->pAttributes = NVOverlayAttributes;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_textured.c426 adaptor->pAttributes = (XvAttributeRec *)Attributes;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_textured.c364 adaptor->pAttributes = (XvAttributeRec *)Attributes;

Completed in 27 milliseconds

123