Searched refs:bifrost_compile_shader_nir (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.h | 32 bifrost_compile_shader_nir(void *mem_ctx, nir_shader *nir,
|
D | cmdline.c | 74 compiled = bifrost_compile_shader_nir(NULL, nir[i], &inputs); in compile_shader()
|
D | bifrost_compile.c | 2347 bifrost_compile_shader_nir(void *mem_ctx, nir_shader *nir, in bifrost_compile_shader_nir() function
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_blend_shaders.c | 303 program = bifrost_compile_shader_nir(NULL, shader->nir, &inputs); in panfrost_compile_blend_shader()
|
D | pan_assemble.c | 255 program = bifrost_compile_shader_nir(NULL, s, &inputs); in panfrost_shader_compile()
|
/external/mesa3d/src/panfrost/lib/ |
D | pan_blit.c | 112 program = bifrost_compile_shader_nir(NULL, shader, &inputs); in panfrost_build_blit_shader()
|