Home
last modified time | relevance | path

Searched refs:agx_compile_shader_nir (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/asahi/compiler/
Dagx_compile.h311 void agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key,
Dagx_compile.c3759 agx_compile_shader_nir(nir_shader *nir, struct agx_shader_key *key, in agx_compile_shader_nir() function
/external/mesa3d/src/asahi/clc/
Dasahi_clc.c335 agx_compile_shader_nir(clone, &key, NULL, &compiled); in main()
/external/mesa3d/src/asahi/lib/
Dagx_bg_eot.c57 agx_compile_shader_nir(shader, key, NULL, &bin); in agx_compile_bg_eot_shader()
/external/mesa3d/src/asahi/vulkan/
Dhk_shader.c897 agx_compile_shader_nir(nir, &backend_key, NULL, &shader->b); in hk_compile_nir()
Dhk_cmd_draw.c1687 agx_compile_shader_nir(b.shader, &backend_key, NULL, part); in hk_get_prolog_epilog_locked()
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_state.c1561 agx_compile_shader_nir(nir, &key, debug, &compiled->b); in agx_compile_nir()