Searched refs:aco_shader_part_callback (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_interface.h | 39 typedef void(aco_shader_part_callback)(void** priv_ptr, uint32_t num_sgprs, uint32_t num_vgprs, typedef 59 aco_shader_part_callback* build_prolog, void** binary); 65 aco_shader_part_callback* build_epilog, void** binary); 71 aco_shader_part_callback* build_prolog, void** binary);
|
H A D | aco_interface.cpp | 213 aco_shader_part_callback* build_binary, void** binary, in aco_compile_shader_part() 352 const struct ac_shader_args* args, aco_shader_part_callback* build_prolog, in aco_compile_vs_prolog() 392 const struct ac_shader_args* args, aco_shader_part_callback* build_epilog, in aco_compile_ps_epilog() 402 const struct ac_shader_args* args, aco_shader_part_callback* build_prolog, in aco_compile_ps_prolog()
|