OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:maxStages
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
GLProgramsTest.cpp
235
GrProcessorTestData* d, int
maxStages
) {
246
int numProcs = d->fRandom->nextULessThan(
maxStages
+ 1);
303
bool GrDrawingManager::ProgramUnitTest(GrContext* context, int
maxStages
) {
353
set_random_color_coverage_stages(&pipelineBuilder, &ptd,
maxStages
);
427
int
maxStages
= get_glprograms_max_stages(context);
428
if (
maxStages
== 0) {
431
REPORTER_ASSERT(reporter, GrDrawingManager::ProgramUnitTest(context,
maxStages
));
435
int
maxStages
= get_glprograms_max_stages(context);
439
maxStages
= SkTMin(
maxStages
, 2)
[
all
...]
/external/llvm/utils/TableGen/
DFAPacketizerEmitter.cpp
147
int &
maxStages
,
263
int maxResources = 0, int numCombos = 0, int
maxStages
= 0);
535
int maxResources, int numCombos, int
maxStages
) {
558
OS << "// " <<
maxStages
<< "\tstages max\n";
811
int &
maxStages
,
827
if (NStages >
maxStages
) {
828
maxStages
= NStages;
864
int
maxStages
= 0;
887
FUNameToBitsMap, ItinDataList,
maxStages
, OS);
[
all
...]
Completed in 86 milliseconds