OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attrib_mask
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libXext/dist/src/
XAppgroup.c
43
int
attrib_mask
;
member in struct:xagstuff
133
if (stuff->
attrib_mask
& XagSingleScreenMask)
136
if (stuff->
attrib_mask
& XagDefaultRootMask)
139
if (stuff->
attrib_mask
& XagRootVisualMask)
142
if (stuff->
attrib_mask
& XagDefaultColormapMask)
145
if (stuff->
attrib_mask
& XagBlackPixelMask)
148
if (stuff->
attrib_mask
& XagWhitePixelMask)
151
if (stuff->
attrib_mask
& XagAppGroupLeaderMask)
181
stuff.
attrib_mask
=
187
stuff.
attrib_mask
|= XagBlackPixelMask | XagWhitePixelMask
[
all
...]
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
agproto.h
91
CARD32
attrib_mask
; /* LISTofVALUE follows */
member in struct:_XagCreate
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c
2875
unsigned
attrib_mask
= (emit->key.vs.adjust_attrib_w_1 |
local
2882
while (
attrib_mask
) {
2883
unsigned index = u_bit_scan(&
attrib_mask
);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c
5350
unsigned
attrib_mask
= (emit->key.vs.adjust_attrib_w_1 |
local
5357
while (
attrib_mask
) {
5358
unsigned index = u_bit_scan(&
attrib_mask
);
Completed in 105 milliseconds
Indexes created Sat Aug 01 00:24:56 UTC 2026