OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_modifiers
(Results
1 - 5
of
5
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h
1043
__u32
count_modifiers
;
member in struct:drm_format_modifier_blob
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h
770
__u32
count_modifiers
;
member in struct:drm_format_modifier_blob
/xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h
1368
__u32
count_modifiers
;
member in struct:drm_format_modifier_blob
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.c
173
int c, i, j, k,
count_modifiers
= 0;
local
207
for (k = 0; k <
count_modifiers
; k++) {
212
count_modifiers
++;
213
tmp = realloc(ret,
count_modifiers
* sizeof(uint64_t));
219
ret[
count_modifiers
- 1] = iter->modifiers[j];
226
return
count_modifiers
;
2154
for (j = 0; j < fmt_mod_blob->
count_modifiers
; j++) {
/xsrc/external/mit/libdrm/dist/
xf86drmMode.c
795
iter->mod_idx >= fmt_mod_blob->
count_modifiers
)
802
while (iter->mod_idx < fmt_mod_blob->
count_modifiers
) {
818
if (iter->mod_idx == fmt_mod_blob->
count_modifiers
) {
Completed in 63 milliseconds
Indexes created Thu Jul 02 00:25:40 UTC 2026