Lines Matching defs:fun_ty
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
315 fun_ty = "void (i64, {retty}*, {access_ty})*".format(
319 target, fun_ty, fun_name, has_surface_param=True
323 fun_ty = "void ({retty}*, {access_ty})*".format(
327 target, fun_ty, fun_name, has_surface_param=False
418 fun_ty = "ptr"
420 target, fun_ty, fun_name, has_surface_param=True
424 fun_ty = "ptr"
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
697 fun_ty = "void (i64, {sampler} {retty}*, {access_ty})*".format(
703 target, fun_ty, fun_name, has_texture_params=True
707 fun_ty = "void ({retty}*, {access_ty})*".format(
712 target, fun_ty, fun_name, has_texture_params=False
843 fun_ty = "void (i64, {sampler} {retty}*, {access_ty})*".format(
849 target, fun_ty, fun_name, has_texture_params=True
853 fun_ty = "void ({retty}*, {access_ty})*".format(
857 target, fun_ty, fun_name, has_texture_params=False