/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/ |
H A D | test_isel.cpp | 263 phi[0] = nir_phi_instr_create(nb->shader); 264 phi[1] = nir_phi_instr_create(nb->shader); 334 phi[0] = nir_phi_instr_create(nb->shader); 335 phi[1] = nir_phi_instr_create(nb->shader); 484 phi[0] = nir_phi_instr_create(nb->shader); 485 phi[1] = nir_phi_instr_create(nb->shader); 583 phi[0] = nir_phi_instr_create(nb->shader); 584 phi[1] = nir_phi_instr_create(nb->shader); 815 phi = nir_phi_instr_create(nb->shader); 884 nir_phi_instr* phi = nir_phi_instr_create(nb->shader); [all …]
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | opt_if_tests.cpp | 112 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F() 134 nir_phi_instr *phi = nir_phi_instr_create(b->shader); in TEST_F() 289 nir_phi_instr *phi = nir_phi_instr_create(b->shader); in TEST_P()
|
H A D | opt_shrink_vectors_tests.cpp | 278 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F() 382 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F() 487 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
|
H A D | dce_tests.cpp | 45 nir_phi_instr *phi = nir_phi_instr_create(shader); in create_one_source_phi()
|
H A D | loop_analyze_tests.cpp | 82 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in loop_builder() 150 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in loop_builder_invert()
|
H A D | loop_unroll_tests.cpp | 118 nir_phi_instr *phi = nir_phi_instr_create(bld->shader); in loop_unroll_test_helper()
|
H A D | range_analysis_tests.cpp | 275 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in TEST_F()
|
H A D | opt_loop_tests.cpp | 103 nir_phi_instr *phi_instr = nir_phi_instr_create(b->shader); in create_loop_phis()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_phi_precision.c | 232 nir_phi_instr *new_phi = nir_phi_instr_create(b->shader); in try_move_narrowing_dst() 376 nir_phi_instr *new_phi = nir_phi_instr_create(b->shader); in try_move_widening_src()
|
H A D | nir_lower_bit_size.c | 314 nir_phi_instr_create(b->shader), in split_phi() 315 nir_phi_instr_create(b->shader) in split_phi()
|
H A D | nir_lower_phis_to_scalar.c | 209 nir_phi_instr *new_phi = nir_phi_instr_create(state->shader); in lower_phis_to_scalar_block()
|
H A D | nir_phi_builder.c | 237 nir_phi_instr *phi = nir_phi_instr_create(val->builder->shader); in nir_phi_builder_value_get_block_def()
|
H A D | nir_lower_variable_initializers.c | 256 nir_phi_instr *offset_phi = nir_phi_instr_create(shader); in nir_clear_shared_memory()
|
H A D | nir_to_lcssa.c | 232 nir_phi_instr *phi = nir_phi_instr_create(state->shader); in convert_loop_exit_for_ssa()
|
H A D | nir_opt_if.c | 506 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in opt_split_alu_of_phi() 663 nir_phi_instr *const phi = nir_phi_instr_create(b->shader); in opt_simplify_bcsel_of_phi()
|
H A D | nir_split_64bit_vec3_and_vec4.c | 236 new_phi[i] = nir_phi_instr_create(b->shader); in split_phi()
|
H A D | nir_opt_loop.c | 467 phi_instr = nir_phi_instr_create(m_state->shader); in insert_phis_after_terminator_merge()
|
H A D | nir_opt_vectorize.c | 366 nir_phi_instr *new_phi = nir_phi_instr_create(b.shader); in instr_try_combine_phi()
|
H A D | nir_builder.c | 469 nir_phi_instr *phi = nir_phi_instr_create(build->shader); in nir_if_phi()
|
H A D | nir_clone.c | 374 nir_phi_instr *nphi = nir_phi_instr_create(state->ns); in clone_phi()
|
H A D | nir_serialize.c | 1503 nir_phi_instr *phi = nir_phi_instr_create(ctx->nir); in read_phi()
|
H A D | nir.c | 840 nir_phi_instr_create(nir_shader *shader) in nir_phi_instr_create() function
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_64bit.cpp | 228 auto phi_lo = nir_phi_instr_create(b->shader); in lower() 229 auto phi_hi = nir_phi_instr_create(b->shader); in lower()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 4552 nir_phi_instr *index = nir_phi_instr_create(b->shader); in emit_ms_outputs() 4553 nir_phi_instr *row = nir_phi_instr_create(b->shader); in emit_ms_outputs()
|
/aosp_15_r20/external/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 859 nir_phi_instr *lowered = nir_phi_instr_create(b->shader); in cast_phi()
|