Lines Matching defs:global_tex
572 def gen_tex_tests(target, global_tex, global_sampler):
608 ; CHECK: ${instruction} ${ptx_ret}, [${global_tex}, ${ptx_global_sampler} ${ptx_access}]
610 %gt = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @${global_tex})
676 "global_tex": global_tex,
768 def gen_tld4_tests(target, global_tex, global_sampler):
792 ; CHECK: ${instruction} ${ptx_ret}, [${global_tex}, ${ptx_global_sampler} ${ptx_access}]
794 %gt = tail call i64 @llvm.nvvm.texsurf.handle.internal.p1i64(i64 addrspace(1)* @${global_tex})
826 "global_tex": global_tex,
879 global_tex = "gtex"
881 metadata += gen_globals(target, global_surf, global_tex, global_sampler)
892 tex_items, tex_md = gen_tex_tests(target, global_tex, global_sampler)
896 tld4_items, tld4_md = gen_tld4_tests(target, global_tex, global_sampler)