Lines Matching refs:fun_name
204 def get_surface_metadata(target, fun_ty, fun_name, has_surface_param): argument
208 fun_ty=fun_ty, fun_name=fun_name)
219 fun_ty=fun_ty, fun_name=fun_name)
296 fun_name = test_name + "_param";
301 target, fun_ty, fun_name, has_surface_param=True)
303 fun_name = test_name + "_global";
308 target, fun_ty, fun_name, has_surface_param=False)
396 fun_name = test_name + "_param";
401 target, fun_ty, fun_name, has_surface_param=True)
403 fun_name = test_name + "_global";
408 target, fun_ty, fun_name, has_surface_param=False)
516 def get_texture_metadata(target, fun_ty, fun_name, has_texture_params): argument
520 fun_ty=fun_ty, fun_name=fun_name)
531 fun_ty=fun_ty, fun_name=fun_name)
536 fun_ty=fun_ty, fun_name=fun_name)
663 fun_name = test_name + "_param";
669 target, fun_ty, fun_name, has_texture_params=True)
671 fun_name = test_name + "_global";
676 target, fun_ty, fun_name, has_texture_params=False)
801 fun_name = test_name + "_param";
807 target, fun_ty, fun_name, has_texture_params=True)
809 fun_name = test_name + "_global";
814 target, fun_ty, fun_name, has_texture_params=False)