OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NV04_PFIFO_MAX_PACKET_LEN
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_winsys.h
11
#ifndef
NV04_PFIFO_MAX_PACKET_LEN
12
#define
NV04_PFIFO_MAX_PACKET_LEN
2047
/external/mesa3d/src/gallium/drivers/nouveau/
nouveau_winsys.h
11
#ifndef
NV04_PFIFO_MAX_PACKET_LEN
12
#define
NV04_PFIFO_MAX_PACKET_LEN
2047
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_winsys.h
14
#ifndef
NV04_PFIFO_MAX_PACKET_LEN
15
#define
NV04_PFIFO_MAX_PACKET_LEN
2047
nv50_vbo.c
123
so->packet_vertex_limit =
NV04_PFIFO_MAX_PACKET_LEN
/
486
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 4) / 4;
510
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
528
const unsigned nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
551
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
nv50_transfer.c
195
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
);
404
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
- 1);
nv50_shader_state.c
72
nr = MIN2(MIN2(nr - 3, words),
NV04_PFIFO_MAX_PACKET_LEN
);
/external/mesa3d/src/gallium/drivers/nv50/
nv50_winsys.h
14
#ifndef
NV04_PFIFO_MAX_PACKET_LEN
15
#define
NV04_PFIFO_MAX_PACKET_LEN
2047
nv50_vbo.c
123
so->packet_vertex_limit =
NV04_PFIFO_MAX_PACKET_LEN
/
486
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 4) / 4;
510
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
528
const unsigned nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
551
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
nv50_transfer.c
195
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
);
404
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
- 1);
nv50_shader_state.c
72
nr = MIN2(MIN2(nr - 3, words),
NV04_PFIFO_MAX_PACKET_LEN
);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_winsys.h
13
#ifndef
NV04_PFIFO_MAX_PACKET_LEN
14
#define
NV04_PFIFO_MAX_PACKET_LEN
2047
nvc0_transfer.c
198
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
);
243
nr = MIN2(nr, (
NV04_PFIFO_MAX_PACKET_LEN
- 1));
487
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
- 1);
nvc0_vbo.c
603
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 4) / 4;
629
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
648
const unsigned nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
673
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_winsys.h
13
#ifndef
NV04_PFIFO_MAX_PACKET_LEN
14
#define
NV04_PFIFO_MAX_PACKET_LEN
2047
nvc0_transfer.c
198
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
);
243
nr = MIN2(nr, (
NV04_PFIFO_MAX_PACKET_LEN
- 1));
487
nr = MIN2(nr,
NV04_PFIFO_MAX_PACKET_LEN
- 1);
nvc0_vbo.c
603
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 4) / 4;
629
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
648
const unsigned nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
673
unsigned i, nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
* 2) / 2;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c
304
so->vtx_per_packet_max =
NV04_PFIFO_MAX_PACKET_LEN
/ MAX2(so->vtx_size, 1);
373
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
398
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
416
const unsigned nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
440
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);;
nv30_draw.c
145
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
/external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c
304
so->vtx_per_packet_max =
NV04_PFIFO_MAX_PACKET_LEN
/ MAX2(so->vtx_size, 1);
373
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
398
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
416
const unsigned nr = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
440
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);;
nv30_draw.c
145
unsigned npush = MIN2(count,
NV04_PFIFO_MAX_PACKET_LEN
);
Completed in 1858 milliseconds