Searched refs:output_re (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | glsl_scraper.py | 48 output_re = r'out\W+%s\W+%s;(?P<type_out>)' % (type_re%1, id_re%9) variable 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'))$')
|
Completed in 2 milliseconds