Searched refs:attribMap (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/glx/
H A Dglxdricommon.c67 static const struct { unsigned int attrib, offset; } attribMap[] = { variable in typeref:typename:const struct __anon2890de370108[]
114 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
115 if (attribMap[i].attrib == attrib) {
116 *(unsigned int *) ((char *) config + attribMap[i].offset) = value;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/common/
H A Dutils.c392 static const struct { unsigned int attrib, offset; } attribMap[] = { variable in typeref:typename:const struct __anon105177740108[]
450 switch (attribMap[index].attrib) {
466 ((char *) &config->modes + attribMap[index].offset);
487 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
488 if (attribMap[i].attrib == attrib)
506 if (index >= 0 && index < ARRAY_SIZE(attribMap)) {
507 *attrib = attribMap[index].attrib;
/xsrc/external/mit/xorg-server/dist/glx/
H A Dglxdricommon.c51 } attribMap[] = { variable in typeref:typename:const struct __anonfb563a4a0108[]
97 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
98 if (attribMap[i].attrib == attrib) {
99 *(unsigned int *) ((char *) config + attribMap[i].offset) = value;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Ddri_common.c140 } attribMap[] = { variable in typeref:typename:const struct __anone7c464bb0108[]
189 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
190 if (attribMap[i].attrib == attrib) {
191 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Ddri_common.c101 } attribMap[] = { variable in typeref:typename:const struct __anon518e1d0e0108[]
132 for (i = 0; i < ARRAY_SIZE(attribMap); i++)
133 if (attribMap[i].attrib == attrib) {
134 glxValue = *(unsigned int *) ((char *) mode + attribMap[i].offset);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.1.0.rst284 - dri: Fold attribMap into the code

Completed in 13 milliseconds