• Home
  • Raw
  • Download

Lines Matching refs:token

373     const char *token = strtok(config, delims);  in ProcessConfigFile()  local
374 while (token) { in ProcessConfigFile()
382 if (strcmp(token, "MaxLights") == 0) in ProcessConfigFile()
384 else if (strcmp(token, "MaxClipPlanes") == 0) in ProcessConfigFile()
386 else if (strcmp(token, "MaxTextureUnits") == 0) in ProcessConfigFile()
388 else if (strcmp(token, "MaxTextureCoords") == 0) in ProcessConfigFile()
390 else if (strcmp(token, "MaxVertexAttribs") == 0) in ProcessConfigFile()
392 else if (strcmp(token, "MaxVertexUniformComponents") == 0) in ProcessConfigFile()
394 else if (strcmp(token, "MaxVaryingFloats") == 0) in ProcessConfigFile()
396 else if (strcmp(token, "MaxVertexTextureImageUnits") == 0) in ProcessConfigFile()
398 else if (strcmp(token, "MaxCombinedTextureImageUnits") == 0) in ProcessConfigFile()
400 else if (strcmp(token, "MaxTextureImageUnits") == 0) in ProcessConfigFile()
402 else if (strcmp(token, "MaxFragmentUniformComponents") == 0) in ProcessConfigFile()
404 else if (strcmp(token, "MaxDrawBuffers") == 0) in ProcessConfigFile()
406 else if (strcmp(token, "MaxVertexUniformVectors") == 0) in ProcessConfigFile()
408 else if (strcmp(token, "MaxVaryingVectors") == 0) in ProcessConfigFile()
410 else if (strcmp(token, "MaxFragmentUniformVectors") == 0) in ProcessConfigFile()
412 else if (strcmp(token, "MaxVertexOutputVectors") == 0) in ProcessConfigFile()
414 else if (strcmp(token, "MaxFragmentInputVectors") == 0) in ProcessConfigFile()
416 else if (strcmp(token, "MinProgramTexelOffset") == 0) in ProcessConfigFile()
418 else if (strcmp(token, "MaxProgramTexelOffset") == 0) in ProcessConfigFile()
420 else if (strcmp(token, "MaxClipDistances") == 0) in ProcessConfigFile()
422 else if (strcmp(token, "MaxComputeWorkGroupCountX") == 0) in ProcessConfigFile()
424 else if (strcmp(token, "MaxComputeWorkGroupCountY") == 0) in ProcessConfigFile()
426 else if (strcmp(token, "MaxComputeWorkGroupCountZ") == 0) in ProcessConfigFile()
428 else if (strcmp(token, "MaxComputeWorkGroupSizeX") == 0) in ProcessConfigFile()
430 else if (strcmp(token, "MaxComputeWorkGroupSizeY") == 0) in ProcessConfigFile()
432 else if (strcmp(token, "MaxComputeWorkGroupSizeZ") == 0) in ProcessConfigFile()
434 else if (strcmp(token, "MaxComputeUniformComponents") == 0) in ProcessConfigFile()
436 else if (strcmp(token, "MaxComputeTextureImageUnits") == 0) in ProcessConfigFile()
438 else if (strcmp(token, "MaxComputeImageUniforms") == 0) in ProcessConfigFile()
440 else if (strcmp(token, "MaxComputeAtomicCounters") == 0) in ProcessConfigFile()
442 else if (strcmp(token, "MaxComputeAtomicCounterBuffers") == 0) in ProcessConfigFile()
444 else if (strcmp(token, "MaxVaryingComponents") == 0) in ProcessConfigFile()
446 else if (strcmp(token, "MaxVertexOutputComponents") == 0) in ProcessConfigFile()
448 else if (strcmp(token, "MaxGeometryInputComponents") == 0) in ProcessConfigFile()
450 else if (strcmp(token, "MaxGeometryOutputComponents") == 0) in ProcessConfigFile()
452 else if (strcmp(token, "MaxFragmentInputComponents") == 0) in ProcessConfigFile()
454 else if (strcmp(token, "MaxImageUnits") == 0) in ProcessConfigFile()
456 else if (strcmp(token, "MaxCombinedImageUnitsAndFragmentOutputs") == 0) in ProcessConfigFile()
458 else if (strcmp(token, "MaxCombinedShaderOutputResources") == 0) in ProcessConfigFile()
460 else if (strcmp(token, "MaxImageSamples") == 0) in ProcessConfigFile()
462 else if (strcmp(token, "MaxVertexImageUniforms") == 0) in ProcessConfigFile()
464 else if (strcmp(token, "MaxTessControlImageUniforms") == 0) in ProcessConfigFile()
466 else if (strcmp(token, "MaxTessEvaluationImageUniforms") == 0) in ProcessConfigFile()
468 else if (strcmp(token, "MaxGeometryImageUniforms") == 0) in ProcessConfigFile()
470 else if (strcmp(token, "MaxFragmentImageUniforms") == 0) in ProcessConfigFile()
472 else if (strcmp(token, "MaxCombinedImageUniforms") == 0) in ProcessConfigFile()
474 else if (strcmp(token, "MaxGeometryTextureImageUnits") == 0) in ProcessConfigFile()
476 else if (strcmp(token, "MaxGeometryOutputVertices") == 0) in ProcessConfigFile()
478 else if (strcmp(token, "MaxGeometryTotalOutputComponents") == 0) in ProcessConfigFile()
480 else if (strcmp(token, "MaxGeometryUniformComponents") == 0) in ProcessConfigFile()
482 else if (strcmp(token, "MaxGeometryVaryingComponents") == 0) in ProcessConfigFile()
484 else if (strcmp(token, "MaxTessControlInputComponents") == 0) in ProcessConfigFile()
486 else if (strcmp(token, "MaxTessControlOutputComponents") == 0) in ProcessConfigFile()
488 else if (strcmp(token, "MaxTessControlTextureImageUnits") == 0) in ProcessConfigFile()
490 else if (strcmp(token, "MaxTessControlUniformComponents") == 0) in ProcessConfigFile()
492 else if (strcmp(token, "MaxTessControlTotalOutputComponents") == 0) in ProcessConfigFile()
494 else if (strcmp(token, "MaxTessEvaluationInputComponents") == 0) in ProcessConfigFile()
496 else if (strcmp(token, "MaxTessEvaluationOutputComponents") == 0) in ProcessConfigFile()
498 else if (strcmp(token, "MaxTessEvaluationTextureImageUnits") == 0) in ProcessConfigFile()
500 else if (strcmp(token, "MaxTessEvaluationUniformComponents") == 0) in ProcessConfigFile()
502 else if (strcmp(token, "MaxTessPatchComponents") == 0) in ProcessConfigFile()
504 else if (strcmp(token, "MaxPatchVertices") == 0) in ProcessConfigFile()
506 else if (strcmp(token, "MaxTessGenLevel") == 0) in ProcessConfigFile()
508 else if (strcmp(token, "MaxViewports") == 0) in ProcessConfigFile()
510 else if (strcmp(token, "MaxVertexAtomicCounters") == 0) in ProcessConfigFile()
512 else if (strcmp(token, "MaxTessControlAtomicCounters") == 0) in ProcessConfigFile()
514 else if (strcmp(token, "MaxTessEvaluationAtomicCounters") == 0) in ProcessConfigFile()
516 else if (strcmp(token, "MaxGeometryAtomicCounters") == 0) in ProcessConfigFile()
518 else if (strcmp(token, "MaxFragmentAtomicCounters") == 0) in ProcessConfigFile()
520 else if (strcmp(token, "MaxCombinedAtomicCounters") == 0) in ProcessConfigFile()
522 else if (strcmp(token, "MaxAtomicCounterBindings") == 0) in ProcessConfigFile()
524 else if (strcmp(token, "MaxVertexAtomicCounterBuffers") == 0) in ProcessConfigFile()
526 else if (strcmp(token, "MaxTessControlAtomicCounterBuffers") == 0) in ProcessConfigFile()
528 else if (strcmp(token, "MaxTessEvaluationAtomicCounterBuffers") == 0) in ProcessConfigFile()
530 else if (strcmp(token, "MaxGeometryAtomicCounterBuffers") == 0) in ProcessConfigFile()
532 else if (strcmp(token, "MaxFragmentAtomicCounterBuffers") == 0) in ProcessConfigFile()
534 else if (strcmp(token, "MaxCombinedAtomicCounterBuffers") == 0) in ProcessConfigFile()
536 else if (strcmp(token, "MaxAtomicCounterBufferSize") == 0) in ProcessConfigFile()
538 else if (strcmp(token, "MaxTransformFeedbackBuffers") == 0) in ProcessConfigFile()
540 else if (strcmp(token, "MaxTransformFeedbackInterleavedComponents") == 0) in ProcessConfigFile()
542 else if (strcmp(token, "MaxCullDistances") == 0) in ProcessConfigFile()
544 else if (strcmp(token, "MaxCombinedClipAndCullDistances") == 0) in ProcessConfigFile()
546 else if (strcmp(token, "MaxSamples") == 0) in ProcessConfigFile()
548 else if (strcmp(token, "MaxMeshOutputVerticesNV") == 0) in ProcessConfigFile()
550 else if (strcmp(token, "MaxMeshOutputPrimitivesNV") == 0) in ProcessConfigFile()
552 else if (strcmp(token, "MaxMeshWorkGroupSizeX_NV") == 0) in ProcessConfigFile()
554 else if (strcmp(token, "MaxMeshWorkGroupSizeY_NV") == 0) in ProcessConfigFile()
556 else if (strcmp(token, "MaxMeshWorkGroupSizeZ_NV") == 0) in ProcessConfigFile()
558 else if (strcmp(token, "MaxTaskWorkGroupSizeX_NV") == 0) in ProcessConfigFile()
560 else if (strcmp(token, "MaxTaskWorkGroupSizeY_NV") == 0) in ProcessConfigFile()
562 else if (strcmp(token, "MaxTaskWorkGroupSizeZ_NV") == 0) in ProcessConfigFile()
564 else if (strcmp(token, "MaxMeshViewCountNV") == 0) in ProcessConfigFile()
567 else if (strcmp(token, "nonInductiveForLoops") == 0) in ProcessConfigFile()
569 else if (strcmp(token, "whileLoops") == 0) in ProcessConfigFile()
571 else if (strcmp(token, "doWhileLoops") == 0) in ProcessConfigFile()
573 else if (strcmp(token, "generalUniformIndexing") == 0) in ProcessConfigFile()
575 else if (strcmp(token, "generalAttributeMatrixVectorIndexing") == 0) in ProcessConfigFile()
577 else if (strcmp(token, "generalVaryingIndexing") == 0) in ProcessConfigFile()
579 else if (strcmp(token, "generalSamplerIndexing") == 0) in ProcessConfigFile()
581 else if (strcmp(token, "generalVariableIndexing") == 0) in ProcessConfigFile()
583 else if (strcmp(token, "generalConstantMatrixVectorIndexing") == 0) in ProcessConfigFile()
586 printf("Warning: unrecognized limit (%s) in configuration file.\n", token); in ProcessConfigFile()
588 token = strtok(0, delims); in ProcessConfigFile()