Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/tests/
H A Dglsl_scraper.py39 ubo_decl_re = 'uniform\W+%s(\W*{)?(?P<type_ubo>)' % (id_re%0) 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