Searched refs:nir_shader_as_str_annotated (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_print.c1657 nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx) function in typeref:typename:char *
1680 return nir_shader_as_str_annotated(nir, NULL, mem_ctx);
1710 char *str = nir_shader_as_str_annotated(shader, annotations, NULL);
H A Dnir.h4437 char *nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx);

Completed in 33 milliseconds