Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_print.c2734 _nir_shader_as_str_annotated(nir_shader *nir, struct hash_table *annotations, void *mem_ctx, in _nir_shader_as_str_annotated() function
2758 return _nir_shader_as_str_annotated(nir, annotations, mem_ctx, NULL); in nir_shader_as_str_annotated()
2858 char *str = _nir_shader_as_str_annotated(shader, NULL, NULL, debug_info); in nir_shader_gather_debug_info()