Home
last modified time | relevance | path

Searched refs:input_re (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py47 input_re = r'in\W+%s\W+%s;(?P<type_in>)' % (type_re%0, id_re%8) 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 1 milliseconds