Searched refs:match_decl_re (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 49 match_decl_re = re.compile(layout_qualifier_re + r'\W*((' + r')|('.join([ubo_decl_re, ssbo_decl_re, image_buffer_decl_re, image_decl_re, texture_buffer_decl_re, combined_texture_sampler_decl_re, texture_decl_re, sampler_decl_re, input_re, output_re]) + r'))$') variable 116 res = re.match(match_decl_re, line.lstrip().rstrip())
|
Completed in 1 milliseconds