Lines Matching refs:global_sampler
500 def get_llvm_global_sampler(target, global_sampler): argument
507 "(i64 addrspace(1)* @{})".format(global_sampler))
510 def get_ptx_global_sampler(target, global_sampler): argument
514 return global_sampler + ","
541 def gen_tex_tests(target, global_tex, global_sampler): argument
630 target, global_sampler)
658 "ptx_global_sampler" : get_ptx_global_sampler(target, global_sampler),
727 def gen_tld4_tests(target, global_tex, global_sampler): argument
774 target, global_sampler)
796 "ptx_global_sampler" : get_ptx_global_sampler(target, global_sampler),
834 global_sampler = "gsam"
835 metadata += gen_globals(target, global_surf, global_tex, global_sampler)
846 tex_items, tex_md = gen_tex_tests(target, global_tex, global_sampler)
850 tld4_items, tld4_md = gen_tld4_tests(target, global_tex, global_sampler)