Home
last modified time | relevance | path

Searched refs:texture_decl_re (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/tests/
Dglsl_scraper.py45 texture_decl_re = r'uniform\W+texture\S+\W+%s;(?P<type_tex>)' % (id_re%6) variable
49 …e_decl_re, texture_buffer_decl_re, combined_texture_sampler_decl_re, texture_decl_re, sampler_decl…