Home
last modified time | relevance | path

Searched refs:nir_shader_gather_info (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/intel/blorp/
H A Dblorp.c243 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 Dnir_opt_ray_queries.c149 nir_shader_gather_info(shader, nir_shader_get_entrypoint(shader)); in nir_opt_ray_queries()
H A Dnir_lower_discard_or_demote.c150 nir_shader_gather_info(shader, nir_shader_get_entrypoint(shader)); in nir_lower_discard_or_demote()
H A Dnir_opt_phi_precision.c455 nir_shader_gather_info(shader, nir_shader_get_entrypoint(shader)); in nir_opt_phi_precision()
H A Dnir_gather_info.c917 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 Dnir.h4580 void nir_shader_gather_info(nir_shader *shader, nir_function_impl *entrypoint);
/third_party/mesa3d/src/imagination/rogue/
H A Drogue_nir.c183 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in rogue_nir_passes()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_nir_builtins.c62 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_nir_finish_builtin_shader()
H A Dst_program.c368 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 Dst_glsl_to_nir.cpp357 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_nir_preprocess()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compiler.cpp1095 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 Dsi_shader_nir.c349 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in si_finalize_nir()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_shader.c368 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in shader_create()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c770 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in dxil_spirv_nir_passes()
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_meta.c40 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in dzn_meta_compile_shader()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c1333 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 Dtu_shader.c825 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in tu_shader_create()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c1205 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 Dlvp_pipeline.c513 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in lvp_shader_compile_to_ir()
/third_party/mesa3d/src/broadcom/compiler/
H A Dvir.c1010 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 Dpan_blitter.c617 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 Dradv_pipeline.c3156 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 Dradv_shader.c921 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 Dtgsi_to_nir.c2555 nir_shader_gather_info(nir, c->build.impl); in ttn_finalize_nir()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1748 nir_shader_gather_info(p_stage->nir, nir_shader_get_entrypoint(p_stage->nir)); in pipeline_lower_nir()

Completed in 59 milliseconds

12