Lines Matching defs:fun_name
224 def get_surface_metadata(target, fun_ty, fun_name, has_surface_param):
234 md_surface = '!{{{fun_ty} @{fun_name}, !"rdwrimage", i32 0}}'.format(
235 fun_ty=fun_ty, fun_name=fun_name
314 fun_name = test_name + "_param"
319 target, fun_ty, fun_name, has_surface_param=True
322 fun_name = test_name + "_global"
327 target, fun_ty, fun_name, has_surface_param=False
417 fun_name = test_name + "_param"
420 target, fun_ty, fun_name, has_surface_param=True
423 fun_name = test_name + "_global"
426 target, fun_ty, fun_name, has_surface_param=False
548 def get_texture_metadata(target, fun_ty, fun_name, has_texture_params):
558 md_texture = '!{{{fun_ty} @{fun_name}, !"rdoimage", i32 0}}'.format(
559 fun_ty=fun_ty, fun_name=fun_name
564 md_sampler = '!{{{fun_ty} @{fun_name}, !"sampler", i32 1}}'.format(
565 fun_ty=fun_ty, fun_name=fun_name
696 fun_name = test_name + "_param"
703 target, fun_ty, fun_name, has_texture_params=True
706 fun_name = test_name + "_global"
712 target, fun_ty, fun_name, has_texture_params=False
842 fun_name = test_name + "_param"
849 target, fun_ty, fun_name, has_texture_params=True
852 fun_name = test_name + "_global"
857 target, fun_ty, fun_name, has_texture_params=False