OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PIPELINE_STAGES
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/tnl/
t_context.h
60
#define
MAX_PIPELINE_STAGES
30
275
struct tnl_pipeline_stage stages[
MAX_PIPELINE_STAGES
+1];
t_pipeline.c
48
for (i = 0 ; i <
MAX_PIPELINE_STAGES
&& stages[i] ; i++) {
Completed in 57 milliseconds