| /xsrc/external/mit/mesa-demos/dist/src/slang/ |
| vstest.txt | 15 attribute vec4 Attribute1; 16 attribute vec4 Attribute2; 17 attribute vec4 Attribute3; 18 attribute float Attribute4; 19 attribute vec2 Attribute5; 20 attribute vec3 Attribute6; 21 attribute mat2 Attribute7; 22 attribute mat3 Attribute9; 23 attribute mat4 Attribute12;
|
| /xsrc/external/mit/MesaLib/dist/src/glx/ |
| query_renderer.c | 29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, 42 switch (attribute) { 67 err = psc->vtable->query_renderer_integer(psc, attribute, buffer); 80 int renderer, int attribute, 101 return __glXQueryRendererInteger(psc, attribute, value); 105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) 112 return __glXQueryRendererInteger(gc->psc, attribute, value); 116 __glXQueryRendererString(struct glx_screen *psc, int attribute) 127 switch (attribute) { 135 err = psc->vtable->query_renderer_string(psc, attribute, &value) [all...] |
| dri_common_query_renderer.c | 57 dri2_convert_glx_query_renderer_attribs(int attribute) 62 if (query_renderer_map[i].glx_attrib == attribute) 70 dri_convert_context_profile_bits(int attribute, unsigned int *value) 72 if (attribute == GLX_RENDERER_PREFERRED_PROFILE_MESA) { 81 dri2_query_renderer_integer(struct glx_screen *base, int attribute, 92 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute); 99 dri_convert_context_profile_bits(attribute, value); 105 dri2_query_renderer_string(struct glx_screen *base, int attribute, 114 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute); 124 dri3_query_renderer_integer(struct glx_screen *base, int attribute, [all...] |
| dri2_priv.h | 70 dri2_query_renderer_integer(struct glx_screen *base, int attribute, 74 dri2_query_renderer_string(struct glx_screen *base, int attribute,
|
| drisw_priv.h | 73 drisw_query_renderer_integer(struct glx_screen *base, int attribute, 76 drisw_query_renderer_string(struct glx_screen *base, int attribute,
|
| dri3_priv.h | 138 dri3_query_renderer_integer(struct glx_screen *base, int attribute, 142 dri3_query_renderer_string(struct glx_screen *base, int attribute,
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/ |
| query_renderer.c | 29 __glXQueryRendererInteger(struct glx_screen *psc, int attribute, 42 switch (attribute) { 67 err = psc->vtable->query_renderer_integer(psc, attribute, buffer); 80 int renderer, int attribute, 101 return __glXQueryRendererInteger(psc, attribute, value); 105 glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value) 112 return __glXQueryRendererInteger(gc->psc, attribute, value); 116 __glXQueryRendererString(struct glx_screen *psc, int attribute) 127 switch (attribute) { 135 err = psc->vtable->query_renderer_string(psc, attribute, &value) [all...] |
| dri_common_query_renderer.c | 57 dri2_convert_glx_query_renderer_attribs(int attribute) 62 if (query_renderer_map[i].glx_attrib == attribute) 70 dri_convert_context_profile_bits(int attribute, unsigned int *value) 72 if (attribute == GLX_RENDERER_PREFERRED_PROFILE_MESA) { 81 dri2_query_renderer_integer(struct glx_screen *base, int attribute, 92 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute); 99 dri_convert_context_profile_bits(attribute, value); 105 dri2_query_renderer_string(struct glx_screen *base, int attribute, 114 const int dri_attribute = dri2_convert_glx_query_renderer_attribs(attribute); 124 dri3_query_renderer_integer(struct glx_screen *base, int attribute, [all...] |
| dri2_priv.h | 69 dri2_query_renderer_integer(struct glx_screen *base, int attribute, 73 dri2_query_renderer_string(struct glx_screen *base, int attribute,
|
| drisw_priv.h | 74 drisw_query_renderer_integer(struct glx_screen *base, int attribute, 77 drisw_query_renderer_string(struct glx_screen *base, int attribute,
|
| dri3_priv.h | 128 dri3_query_renderer_integer(struct glx_screen *base, int attribute, 132 dri3_query_renderer_string(struct glx_screen *base, int attribute,
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nv10_xv_ovl.c | 137 * sets the attribute "attribute" of port "data" to value "value" 141 * @param attribute attribute to set 142 * @param value value to which attribute is to be set 143 * @param data port from which the attribute is to be set 146 * BadValue/BadMatch, if value/attribute are invalid 150 NV10SetOverlayPortAttribute(ScrnInfoPtr pScrn, Atom attribute, 155 if (attribute == xvBrightness) { 160 if (attribute == xvDoubleBuffer) [all...] |
| nv04_xv_ovl.c | 115 * sets the attribute "attribute" of port "data" to value "value" 119 * @param attribute attribute to set 120 * @param value value to which attribute is to be set 121 * @param data port from which the attribute is to be set 124 * BadValue/BadMatch, if value/attribute are invalid 128 NV04SetOverlayPortAttribute(ScrnInfoPtr pScrn, Atom attribute, 133 if (attribute == xvBrightness) { 138 if (attribute == xvColorKey) [all...] |
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| sis_utility.c | 258 int SISSetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute, 260 int SISGetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute, 2113 * Xv attribute interface * 2119 SISSetPortUtilAttribute(ScrnInfoPtr pScrn, Atom attribute, 2127 if(attribute == pSiS->xv_USD) { 2137 } else if(attribute == pSiS->xv_SVF) { 2145 } else if(attribute == pSiS->xv_CT1) { 2153 } else if(attribute == pSiS->xv_RDT) { 2160 } else if(attribute == pSiS->xv_TAF) { 2164 } else if(attribute == pSiS->xv_TSA) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/glx/tests/ |
| query_renderer_implementation_unittest.cpp | 77 fake_queryInteger(__DRIscreen *screen, int attribute, unsigned int *val) 81 queryInteger_attribute = attribute; 84 switch (attribute) { 124 fake_queryString(__DRIscreen *screen, int attribute, const char **val) 128 queryString_attribute = attribute; 131 switch (attribute) { 191 * for each GLX attribute value. 256 * for each GLX attribute value.
|
| /xsrc/external/mit/MesaLib.old/dist/src/glx/tests/ |
| query_renderer_implementation_unittest.cpp | 75 fake_queryInteger(__DRIscreen *screen, int attribute, unsigned int *val) 79 queryInteger_attribute = attribute; 82 switch (attribute) { 122 fake_queryString(__DRIscreen *screen, int attribute, const char **val) 126 queryString_attribute = attribute; 129 switch (attribute) { 189 * for each GLX attribute value. 254 * for each GLX attribute value.
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| via_xvmc.h | 57 INT32 attribute; member in struct:__anon9175
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| ephyr_glamor_xv.c | 53 Atom attribute, int value, void *data) 55 return glamor_xv_set_port_attribute(data, attribute, (INT32)value); 60 Atom attribute, int *value, void *data) 62 return glamor_xv_get_port_attribute(data, attribute, (INT32 *)value);
|
| /xsrc/external/mit/MesaLib.old/dist/include/EGL/ |
| eglmesaext.h | 43 #define EGL_WAYLAND_Y_INVERTED_WL 0x31DB /* eglQueryWaylandBufferWL attribute */ 55 EGLAPI EGLBoolean EGLAPIENTRY eglQueryWaylandBufferWL(EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value); 59 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYWAYLANDBUFFERWL) (EGLDisplay dpy, struct wl_resource *buffer, EGLint attribute, EGLint *value);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_video_overlay.c | 155 DBG(("%s: set(%lx) to %d\n", __FUNCTION__, (long)attribute, (int)value)); 156 if (attribute == xvBrightness) { 162 } else if (attribute == xvContrast) { 168 } else if (attribute == xvSaturation) { 174 } else if (attribute == xvPipe) { 182 } else if (attribute == xvAlwaysOnTop) { 186 } else if (attribute == xvGamma0 && HAS_GAMMA(sna)) { 188 } else if (attribute == xvGamma1 && HAS_GAMMA(sna)) { 190 } else if (attribute == xvGamma2 && HAS_GAMMA(sna)) { 192 } else if (attribute == xvGamma3 && HAS_GAMMA(sna)) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_video_overlay.c | 155 DBG(("%s: set(%lx) to %d\n", __FUNCTION__, (long)attribute, (int)value)); 156 if (attribute == xvBrightness) { 162 } else if (attribute == xvContrast) { 168 } else if (attribute == xvSaturation) { 174 } else if (attribute == xvPipe) { 182 } else if (attribute == xvAlwaysOnTop) { 186 } else if (attribute == xvGamma0 && HAS_GAMMA(sna)) { 188 } else if (attribute == xvGamma1 && HAS_GAMMA(sna)) { 190 } else if (attribute == xvGamma2 && HAS_GAMMA(sna)) { 192 } else if (attribute == xvGamma3 && HAS_GAMMA(sna)) [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| intel_video_overlay.c | 133 Atom attribute, INT32 value, pointer data) 138 if (attribute == intel_xv_Brightness) { 143 } else if (attribute == intel_xv_Contrast) { 148 } else if (attribute == intel_xv_Saturation) { 152 } else if (attribute == intel_xv_Pipe) { 160 } else if (attribute == intel_xv_Gamma0 && (INTEL_INFO(intel)->gen >= 030)) { 162 } else if (attribute == intel_xv_Gamma1 && (INTEL_INFO(intel)->gen >= 030)) { 164 } else if (attribute == intel_xv_Gamma2 && (INTEL_INFO(intel)->gen >= 030)) { 166 } else if (attribute == intel_xv_Gamma3 && (INTEL_INFO(intel)->gen >= 030)) { 168 } else if (attribute == intel_xv_Gamma4 && (INTEL_INFO(intel)->gen >= 030)) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| intel_video_overlay.c | 133 Atom attribute, INT32 value, pointer data) 138 if (attribute == intel_xv_Brightness) { 143 } else if (attribute == intel_xv_Contrast) { 148 } else if (attribute == intel_xv_Saturation) { 152 } else if (attribute == intel_xv_Pipe) { 160 } else if (attribute == intel_xv_Gamma0 && (INTEL_INFO(intel)->gen >= 030)) { 162 } else if (attribute == intel_xv_Gamma1 && (INTEL_INFO(intel)->gen >= 030)) { 164 } else if (attribute == intel_xv_Gamma2 && (INTEL_INFO(intel)->gen >= 030)) { 166 } else if (attribute == intel_xv_Gamma3 && (INTEL_INFO(intel)->gen >= 030)) { 168 } else if (attribute == intel_xv_Gamma4 && (INTEL_INFO(intel)->gen >= 030)) [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_query_renderer.spec | 63 int renderer, int attribute, 65 Bool glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value); 68 int renderer, int attribute); 70 const char *glXQueryCurrentRendererStringMESA(int attribute); 74 Accepted as an <attribute> in glXQueryRendererIntegerMESA and 89 Accepted as an <attribute> in glXQueryRendererStringMESA and 107 int attribute, unsigned int *value); 109 can be used. The value for <attribute> will be returned in one or more 111 of each renderer attribute are listed in the table below. 113 GLX renderer attribute number descriptio [all...] |
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_query_renderer.spec | 63 int renderer, int attribute, 65 Bool glXQueryCurrentRendererIntegerMESA(int attribute, unsigned int *value); 68 int renderer, int attribute); 70 const char *glXQueryCurrentRendererStringMESA(int attribute); 74 Accepted as an <attribute> in glXQueryRendererIntegerMESA and 89 Accepted as an <attribute> in glXQueryRendererStringMESA and 107 int attribute, unsigned int *value); 109 can be used. The value for <attribute> will be returned in one or more 111 of each renderer attribute are listed in the table below. 113 GLX renderer attribute number descriptio [all...] |