Home
last modified time | relevance | path

Searched refs:nir_shader_get_entrypoint (Results 1 – 25 of 166) sorted by relevance

1234567

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_multiview.c49 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in shader_writes_to_memory()
89 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_shader_uses_view_index()
109 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader_no_position); in shader_only_position_uses_view_index()
188 nir_function_impl *entrypoint = nir_shader_get_entrypoint(shader); in nir_lower_multiview()
H A Dnir_lower_variable_initializers.c149 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_zero_initialize_shared_memory()
192 nir_metadata_preserve(nir_shader_get_entrypoint(shader), nir_metadata_none); in nir_zero_initialize_shared_memory()
215 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_clear_shared_memory()
288 nir_metadata_preserve(nir_shader_get_entrypoint(shader), nir_metadata_none); in nir_clear_shared_memory()
H A Dnir_lower_mediump.c68 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in nir_recompute_io_bases()
175 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in nir_lower_mediump_io()
305 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in nir_force_mediump_io()
364 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in nir_unpack_16bit_varying_slots()
575 nir_foreach_block(block, nir_shader_get_entrypoint(shader)) { in nir_lower_mediump_vars()
H A Dnir_lower_shader_calls.c33 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in move_system_values_to_top()
452 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in spill_ssa_defs_and_lower_shader_calls()
1252 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in lower_resume()
1301 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in replace_resume_with_halt()
1471 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_opt_trim_stack_values()
1629 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_opt_sort_and_pack_stack()
1969 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_lower_shader_calls()
H A Dnir_linking_helpers.c599 nir_function_impl *impl = nir_shader_get_entrypoint(consumer); in gather_varying_component_info()
671 impl = nir_shader_get_entrypoint(producer); in gather_varying_component_info()
1037 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in replace_varying_input_by_constant_load()
1087 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in replace_duplicate_input()
1229 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in replace_varying_input_by_uniform_load()
1371 nir_function_impl *impl = nir_shader_get_entrypoint(producer); in nir_link_opt_varyings()
H A Dnir_lower_const_arrays_to_uniforms.c171 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in lower_const_array_to_uniform()
235 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_lower_const_arrays_to_uniforms()
H A Dnir_lower_task_shader.c142 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_lower_nv_task_count()
429 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in nir_lower_task_shader()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/nir/
H A Dradv_nir_lower_poly_line_smooth.c15 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in radv_should_lower_poly_line_smooth()
48 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in radv_nir_lower_poly_line_smooth()
H A Dradv_nir_rt_shader.c130 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in lower_rt_derefs()
734 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in lower_hit_attribs()
788 nir_foreach_block (block, nir_shader_get_entrypoint(src)) { in inline_constants()
809 nir_foreach_block (block, nir_shader_get_entrypoint(src)) { in inline_constants()
839 nir_inline_function_impl(b, nir_shader_get_entrypoint(shader), NULL, var_remap); in insert_rt_case()
1025 nir_function_impl *impl = nir_shader_get_entrypoint(any_hit); in lower_any_hit_for_intersection()
1170 nir_function_impl *impl = nir_shader_get_entrypoint(intersection); in nir_lower_intersection_shader()
1650 nir_metadata_preserve(nir_shader_get_entrypoint(b->shader), nir_metadata_none); in radv_build_traversal()
1659 … nir_local_variable_create(nir_shader_get_entrypoint(b->shader), glsl_uint_type(), "ahit_attrib"); in radv_build_traversal()
1768 nir_index_ssa_defs(nir_shader_get_entrypoint(b.shader)); in radv_build_traversal_shader()
[all …]
/aosp_15_r20/external/mesa3d/src/intel/blorp/
H A Dblorp_brw.c35 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_fs_brw()
73 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_vs_brw()
126 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_cs_brw()
H A Dblorp_elk.c36 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_fs_elk()
81 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_vs_elk()
134 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in blorp_compile_cs_elk()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_nir_lower_tess.c283 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in ir3_nir_lower_to_explicit_output()
356 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in ir3_nir_lower_to_explicit_input()
648 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in ir3_nir_lower_tess_ctrl()
778 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in ir3_nir_lower_tess_eval()
809 nir_function_impl *entrypoint = nir_shader_get_entrypoint(nir); in lower_mixed_streams()
979 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in ir3_nir_lower_gs()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_nir_lower_alpha.c19 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in agx_nir_lower_alpha_to_coverage()
86 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in agx_nir_lower_alpha_to_one()
H A Dagx_nir_prolog_epilog.c32 nir_builder_at(nir_before_impl(nir_shader_get_entrypoint(s))); in agx_nir_lower_poly_stipple()
486 b->cursor = nir_before_impl(nir_shader_get_entrypoint(b->shader)); in lower_output_to_epilog()
576 nir_builder_at(nir_after_impl(nir_shader_get_entrypoint(s))); in agx_nir_lower_fs_output_to_epilog()
605 nir_builder_at(nir_before_impl(nir_shader_get_entrypoint(s))); in agx_nir_lower_stats_fs()
H A Dagx_nir_lower_tess.c276 nir_function_impl *impl = nir_shader_get_entrypoint(tes); in agx_nir_lower_tes()
305 nir_metadata_preserve(nir_shader_get_entrypoint(tes), nir_metadata_none); in agx_nir_lower_tes()
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_nir_lower_sample_mask.c181 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in run_tests_at_start()
191 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in agx_nir_lower_sample_mask()
/aosp_15_r20/external/mesa3d/src/imagination/rogue/
H A Drogue_nir.c173 nir_index_ssa_defs(nir_shader_get_entrypoint(nir)); in rogue_nir_passes()
176 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in rogue_nir_passes()
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_shader.c112 assert(b->impl == nir_shader_get_entrypoint(b->shader)); in lower_halt_to_return()
155 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in hk_preprocess_nir_internal()
157 NIR_PASS_V(nir, nir_lower_io_to_temporaries, nir_shader_get_entrypoint(nir), in hk_preprocess_nir_internal()
367 nir_builder_at(nir_after_impl(nir_shader_get_entrypoint(nir))); in hk_lower_multiview()
386 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in hk_nir_insert_psiz_write()
750 nir_builder_at(nir_after_impl(nir_shader_get_entrypoint(nir))); in hk_compile_nir()
976 nir_builder_at(nir_before_impl(nir_shader_get_entrypoint(nir))); in hk_compile_shader()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir_rt.c60 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in lower_rt_io_derefs()
265 nir_function_impl *impl = nir_shader_get_entrypoint(shader); in lower_ray_walk_intrinsics()
501 b = nir_builder_create(nir_shader_get_entrypoint(b.shader)); in brw_nir_create_raygen_trampoline()
H A Dbrw_nir_lower_intersection_shader.c30 nir_function_impl *impl = nir_shader_get_entrypoint(any_hit); in lower_any_hit_for_intersection()
164 nir_function_impl *impl = nir_shader_get_entrypoint(intersection); in brw_nir_lower_intersection_shader()
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_program.c361 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in st_finalize_nir_before_variants()
379 nir_shader_get_entrypoint(nir), in st_prog_to_nir_postprocess()
698 nir_shader_get_entrypoint(nir), true, false); in lower_ucp()
775 nir_shader_get_entrypoint(state.ir.nir)); in st_create_common_variant()
952 nir_shader_get_entrypoint(state.ir.nir), in st_create_fp_variant()
1125 nir_shader_get_entrypoint(state.ir.nir)); in st_create_fp_variant()
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c338 nir_cursor target = nir_before_impl(nir_shader_get_entrypoint(shader)); in move_rt_instructions()
340 nir_foreach_block (block, nir_shader_get_entrypoint(shader)) { in move_rt_instructions()
354 …nir_metadata_preserve(nir_shader_get_entrypoint(shader), nir_metadata_all & (~nir_metadata_instr_i… in move_rt_instructions()
375 nir_shader_gather_info(stage->nir, nir_shader_get_entrypoint(stage->nir)); in radv_rt_nir_to_asm()
395 nir_builder b = nir_builder_at(nir_after_impl(nir_shader_get_entrypoint(stage->nir))); in radv_rt_nir_to_asm()
428 nir_shader_gather_info(temp_stage.nir, nir_shader_get_entrypoint(temp_stage.nir)); in radv_rt_nir_to_asm()
527 nir_function_impl *impl = nir_shader_get_entrypoint(nir); in radv_gather_ray_tracing_stage_info()
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_instruction_selection_setup.cpp260 nir_function_impl* func = nir_shader_get_entrypoint(nir); in setup_nir()
269 nir_function_impl* impl = nir_shader_get_entrypoint(shader); in init_context()
684 nir_num_blocks += nir_shader_get_entrypoint(shaders[i])->num_blocks; in setup_isel_context()
/aosp_15_r20/external/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c766 nir_function_impl *func = nir_shader_get_entrypoint(nir); in lower_view_index_to_rt_layer()
953 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in dxil_spirv_nir_passes()
1024 NIR_PASS_V(nir, nir_lower_io_to_temporaries, nir_shader_get_entrypoint(nir), true, true); in dxil_spirv_nir_passes()
1133 nir_shader_gather_info(nir, nir_shader_get_entrypoint(nir)); in dxil_spirv_nir_passes()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c127 nir_shader_get_entrypoint(nir), true, true); in load_glsl()
131 nir_shader_get_entrypoint(nir), true, false); in load_glsl()

1234567