1234567891011121314151617181920 |
- "[ fastopt ] do "
- "break ; "
- "continue ; "
- "discard ; "
- "[ unroll ] for ( "
- "[ unroll ( 5 ) ] for ( "
- "[ loop ] for ( "
- "[ fastopt ] for ( "
- "[ allow_uav_condition ] for ( "
- "[ branch ] if ( "
- "[ flatten ] if ( "
- "[ flatten ] switch ( i ) {"
- "[ branch ] switch ( i ) {"
- "[ forcecase ] switch ( i ) {"
- "[ call ] switch ( i ) {"
- "[ unroll ] while ( i < 10 ) {"
- "[ unroll ( 7 ) ] while ( i < 10 ) {"
- "[ loop ] while ( i < 10 ) {"
- "[ fastopt ] while ( i < 10 ) {"
- "[ allow_uav_condition ] while ( i < 10 ) {"
|