Searched refs:global_sampler (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/NVPTX/ |
| H A D | surf-tex.py | 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) 727 def gen_tld4_tests(target, global_tex, global_sampler): argument 774 target, global_sampler) 834 global_sampler = "gsam" 835 metadata += gen_globals(target, global_surf, global_tex, global_sampler) [all …]
|