OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nr_channels
(Results
1 - 9
of
9
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/format/
u_format_parse.py
157
chans = self.
nr_channels
()
203
def
nr_channels
(self):
member in class:Format
204
nr_channels
= 0
207
nr_channels
+= 1
208
return
nr_channels
u_format.h
168
unsigned
nr_channels
:3;
member in struct:util_format_description
811
desc->
nr_channels
== 4 &&
1444
return desc->
nr_channels
;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
vk_format_parse.py
154
def
nr_channels
(self):
member in class:Format
155
nr_channels
= 0
158
nr_channels
+= 1
159
return
nr_channels
vk_format.h
131
unsigned
nr_channels
:3;
member in struct:vk_format_description
558
return desc->
nr_channels
;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
vk_format_parse.py
146
def
nr_channels
(self):
member in class:Format
147
nr_channels
= 0
150
nr_channels
+= 1
151
return
nr_channels
vk_format.h
130
unsigned
nr_channels
: 3;
member in struct:vk_format_description
574
return desc->
nr_channels
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_format_parse.py
146
def
nr_channels
(self):
member in class:Format
147
nr_channels
= 0
150
nr_channels
+= 1
151
return
nr_channels
u_format.h
164
unsigned
nr_channels
:3;
member in struct:util_format_description
1245
return desc->
nr_channels
;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/
panfrost-job.h
1373
unsigned
nr_channels
: 2; /* MALI_POSITIVE */
member in struct:mali_rt_format
Completed in 12 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026