Searched refs:nir_builder_alu_instr_finish_and_insert (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | comparison_pre_tests.cpp | 505 nir_builder_alu_instr_finish_and_insert(&bld, flt); in TEST_F() 519 nir_builder_alu_instr_finish_and_insert(&bld, fadd); in TEST_F() 560 nir_builder_alu_instr_finish_and_insert(&bld, flt); in TEST_F() 574 nir_builder_alu_instr_finish_and_insert(&bld, fadd); in TEST_F() 613 nir_builder_alu_instr_finish_and_insert(&bld, flt); in TEST_F() 622 nir_builder_alu_instr_finish_and_insert(&bld, fneg); in TEST_F() 663 nir_builder_alu_instr_finish_and_insert(&bld, flt); in TEST_F() 672 nir_builder_alu_instr_finish_and_insert(&bld, fneg); in TEST_F()
|
H A D | negative_equal_tests.cpp | 294 nir_builder_alu_instr_finish_and_insert(&bld, instr);
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_builder.c | 64 nir_builder_alu_instr_finish_and_insert(nir_builder *build, nir_alu_instr *instr) in nir_builder_alu_instr_finish_and_insert() function 141 return nir_builder_alu_instr_finish_and_insert(build, instr); in nir_build_alu() 153 return nir_builder_alu_instr_finish_and_insert(build, instr); in nir_build_alu1() 167 return nir_builder_alu_instr_finish_and_insert(build, instr); in nir_build_alu2() 182 return nir_builder_alu_instr_finish_and_insert(build, instr); in nir_build_alu3() 198 return nir_builder_alu_instr_finish_and_insert(build, instr); in nir_build_alu4() 213 return nir_builder_alu_instr_finish_and_insert(build, instr); in nir_build_alu_src_arr()
|
H A D | nir_opt_copy_propagate.c | 72 nir_def *new = nir_builder_alu_instr_finish_and_insert(&b, new_vec); in rewrite_to_vec()
|
H A D | nir_lower_bit_size.c | 45 return nir_builder_alu_instr_finish_and_insert(bld, instr); in convert_to_bit_size()
|
H A D | nir_lower_alu_width.c | 416 return nir_builder_alu_instr_finish_and_insert(b, vec); in lower_alu_instr_width()
|
H A D | nir_builder.h | 517 nir_builder_alu_instr_finish_and_insert(nir_builder *build, nir_alu_instr *instr); 849 return nir_builder_alu_instr_finish_and_insert(b, vec_instr); in nir_vector_insert_imm()
|
/aosp_15_r20/external/mesa3d/docs/relnotes/ |
H A D | 22.0.0.rst | 1350 - nir: Un-inline nir_builder_alu_instr_finish_and_insert()
|