OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOUVEAU_SCRATCH_COUNT
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_scratch.h
30
#define
NOUVEAU_SCRATCH_COUNT
2
34
struct nouveau_bo *bo[
NOUVEAU_SCRATCH_COUNT
];
nouveau_scratch.c
51
scratch->index = (scratch->index + 1) %
NOUVEAU_SCRATCH_COUNT
;
80
for (i = 0; i <
NOUVEAU_SCRATCH_COUNT
; i++) {
95
for (i = 0; i <
NOUVEAU_SCRATCH_COUNT
; i++)
Completed in 44 milliseconds