/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp.c | 243 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_fs() 276 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_vs() 313 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_cs()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_ray_queries.c | 149 nir_shader_gather_info(shader, nir_shader_get_entrypoint(shader)); in nir_opt_ray_queries()
|
H A D | nir_lower_discard_or_demote.c | 150 nir_shader_gather_info(shader, nir_shader_get_entrypoint(shader)); in nir_lower_discard_or_demote()
|
H A D | nir_opt_phi_precision.c | 455 nir_shader_gather_info(shader, nir_shader_get_entrypoint(shader)); in nir_opt_phi_precision()
|
H A D | nir_gather_info.c | 917 assert(impl || !"nir_shader_gather_info only works with linked shaders"); in gather_func_info() 929 nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint) in nir_shader_gather_info() function
|
H A D | nir.h | 4580 void nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint);
|
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_nir.c | 183 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in rogue_nir_passes()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_nir_builtins.c | 62 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_nir_finish_builtin_shader()
|
H A D | st_program.c | 368 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_finalize_nir_before_variants() 744 nir_shader_gather_info(state.ir.nir, in st_create_common_variant() 1051 nir_shader_gather_info(state.ir.nir, in st_create_fp_variant()
|
H A D | st_glsl_to_nir.cpp | 357 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_nir_preprocess()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compiler.cpp | 1095 nir_shader_gather_info(new_nir_variant, impl); in select_shader_variant() 1102 nir_shader_gather_info(new_nir_variant, impl); in select_shader_variant() 1113 nir_shader_gather_info(new_nir_variant, impl); in select_shader_variant() 1120 nir_shader_gather_info(new_nir_variant, impl); in select_shader_variant() 1410 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in d3d12_create_shader() 1457 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in d3d12_create_compute_shader()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_nir.c | 349 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in si_finalize_nir()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_shader.c | 368 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in shader_create()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_spirv_nir.c | 770 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in dxil_spirv_nir_passes()
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_meta.c | 40 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in dzn_meta_compile_shader()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_program.c | 1333 nir_shader_gather_info(nir, impl); in iris_compile_vs() 1702 nir_shader_gather_info(nir, impl); in iris_compile_tes() 1841 nir_shader_gather_info(nir, impl); in iris_compile_gs()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_shader.c | 825 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in tu_shader_create()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_program.c | 1205 nir_shader_gather_info(nir, impl); in crocus_compile_vs() 1591 nir_shader_gather_info(nir, impl); in crocus_compile_tes() 1731 nir_shader_gather_info(nir, impl); in crocus_compile_gs()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 513 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in lvp_shader_compile_to_ir()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 1010 nir_shader_gather_info(c->s, nir_shader_get_entrypoint(c->s)); in v3d_nir_lower_fs_early()
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_blitter.c | 617 nir_shader_gather_info(b.shader, nir_shader_get_entrypoint(b.shader)); in pan_blitter_get_blit_shader()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 3156 nir_shader_gather_info(ordered_shaders[i], nir_shader_get_entrypoint(ordered_shaders[i])); in radv_link_shaders() 4723 nir_shader_gather_info(stages[i].nir, nir_shader_get_entrypoint(stages[i].nir)); in radv_create_shaders() 4826 nir_shader_gather_info(stages[i].nir, nir_shader_get_entrypoint(stages[i].nir)); in radv_create_shaders()
|
H A D | radv_shader.c | 921 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in radv_shader_spirv_to_nir()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
H A D | tgsi_to_nir.c | 2555 nir_shader_gather_info(nir, c->build.impl); in ttn_finalize_nir()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 1748 nir_shader_gather_info(p_stage->nir, nir_shader_get_entrypoint(p_stage->nir)); in pipeline_lower_nir()
|