OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xsub
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/libdrm/dist/tests/util/
format.h
50
unsigned int
xsub
;
member in struct:util_yuv_info
pattern.c
230
unsigned int
xsub
= yuv->
xsub
;
local
261
for (x = 0; x < width; x +=
xsub
) {
262
u_mem[x*cs/
xsub
] = colors_top[x * 7 / width].u;
263
v_mem[x*cs/
xsub
] = colors_top[x * 7 / width].v;
265
u_mem += stride * cs /
xsub
;
266
v_mem += stride * cs /
xsub
;
270
for (x = 0; x < width; x +=
xsub
) {
271
u_mem[x*cs/
xsub
] = colors_middle[x * 7 / width].u;
272
v_mem[x*cs/
xsub
] = colors_middle[x * 7 / width].v
359
unsigned int
xsub
= yuv->
xsub
;
local
1450
unsigned int
xsub
= yuv->
xsub
;
local
1482
unsigned int
xsub
= yuv->
xsub
;
local
1952
unsigned int
xsub
= yuv->
xsub
;
local
2006
unsigned int
xsub
= yuv->
xsub
;
local
[
all
...]
/xsrc/external/mit/libdrm/dist/tests/modetest/
buffers.c
120
unsigned int virtual_height,
xsub
, ysub;
local
233
xsub
= 2;
243
xsub
= 2;
253
xsub
= 1;
259
xsub
= 1;
266
virtual_height += height * 2 /
xsub
/ ysub;
307
pitches[1] = pitches[0] * 2 /
xsub
;
324
pitches[1] = pitches[0] /
xsub
;
Completed in 8 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026