Searched refs:agx_compile_shader_nir (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.h | 256 void agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key,
|
H A D | agx_compile.c | 3498 agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key, in agx_compile_shader_nir() function
|
/aosp_15_r20/external/mesa3d/src/asahi/lib/ |
H A D | agx_bg_eot.c | 51 agx_compile_shader_nir(shader, key, NULL, &bin); in agx_compile_bg_eot_shader()
|
/aosp_15_r20/external/mesa3d/src/asahi/clc/ |
H A D | asahi_clc.c | 542 agx_compile_shader_nir(b.shader, &key, NULL, &compiled); in main()
|
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_shader.c | 816 agx_compile_shader_nir(nir, &backend_key, NULL, &shader->b); in hk_compile_nir()
|
H A D | hk_cmd_draw.c | 1795 agx_compile_shader_nir(b.shader, &backend_key, NULL, part); in hk_get_prolog_epilog_locked()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 1572 agx_compile_shader_nir(nir, &key, debug, &compiled->b); in agx_compile_nir()
|