OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_attachments
(Results
1 - 1
of
1
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.c
928
const int
max_attachments
= 4;
local
929
unsigned *attachments = calloc(2 *
max_attachments
, sizeof(unsigned));
949
assert(i <= 2 *
max_attachments
);
Completed in 67 milliseconds