OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sub_h
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
nv04_surface.c
207
unsigned
sub_h
= h > max_h ? max_h : h;
local
219
for (y = 0; y < h; y +=
sub_h
) {
220
sub_h
= MIN2(
sub_h
, h - y);
246
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
248
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
253
PUSH_DATA (push, align(
sub_h
, 2) << 16 | align(sub_w, 2));
nv04_surface.c
207
unsigned
sub_h
= h > max_h ? max_h : h;
local
219
for (y = 0; y < h; y +=
sub_h
) {
220
sub_h
= MIN2(
sub_h
, h - y);
246
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
248
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
253
PUSH_DATA (push, align(
sub_h
, 2) << 16 | align(sub_w, 2));
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
nv04_surface.c
211
unsigned
sub_h
= h > max_h ? max_h : h;
local
223
for (y = 0; y < h; y +=
sub_h
) {
224
sub_h
= MIN2(
sub_h
, h - y);
250
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
252
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
257
PUSH_DATA (push, align(
sub_h
, 2) << 16 | align(sub_w, 2));
nv04_surface.c
211
unsigned
sub_h
= h > max_h ? max_h : h;
local
223
for (y = 0; y < h; y +=
sub_h
) {
224
sub_h
= MIN2(
sub_h
, h - y);
250
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
252
PUSH_DATA (push,
sub_h
<< 16 | sub_w);
257
PUSH_DATA (push, align(
sub_h
, 2) << 16 | align(sub_w, 2));
Completed in 10 milliseconds
Indexes created Sun Apr 12 00:22:20 UTC 2026