Lines Matching defs:depth
599 // Valid: Structure nesting depth of 255.
614 // Invalid: Structure nesting depth of 256.
633 // Valid: Structure nesting depth of 100 (limit is 100).
650 // Invalid: Structure nesting depth of 101 (limit is 100).
672 // Generates an SPIRV program with the given control flow nesting depth
673 void GenerateSpirvProgramWithCfgNestingDepth(std::string& str, int depth) {
693 int num_if_conditions = depth-1;
719 // Invalid: Control Flow Nesting depth is 1024. (limit is 1023).
726 HasSubstr("Maximum Control Flow nesting depth exceeded."));
729 // Valid: Control Flow Nesting depth is 10 (custom limit: 10).
739 // Invalid: Control Flow Nesting depth is 11. (custom limit: 10).
748 HasSubstr("Maximum Control Flow nesting depth exceeded."));
751 // Valid. The purpose here is to test the CFG depth calculation code when a loop