Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/ir3/
Dir3_shader.c381 v->disasm_info.nir = nir_shader_as_str(shader->nir, shader); in create_variant()
/third_party/mesa3d/src/compiler/nir/
Dnir_print.c1678 nir_shader_as_str(nir_shader *nir, void *mem_ctx) in nir_shader_as_str() function
Dnir.h4436 char *nir_shader_as_str(nir_shader *nir, void *mem_ctx);
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c2364 nir_shader_as_str(nir[stage], pipeline->executables_mem_ctx); in tu_pipeline_builder_compile_shaders()
3318 nir_shader_as_str(nir, pipeline->executables_mem_ctx) : NULL; in tu_compute_pipeline_create()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline.c1225 nir = nir_shader_as_str(stage->nir, pipeline->mem_ctx); in anv_pipeline_add_executable()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1451 - nir: add nir_shader_as_str function