Searched refs:lp_build_loop_end_cond (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_flow.h | 141 lp_build_loop_end_cond(struct lp_build_loop_state *state,
|
D | lp_bld_flow.c | 250 lp_build_loop_end_cond(struct lp_build_loop_state *state, in lp_build_loop_end_cond() function 298 lp_build_loop_end_cond(state, end, step, LLVMIntNE); in lp_build_loop_end()
|
D | lp_bld_nir_soa.c | 812 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_load_global() 866 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_store_global() 975 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_atomic_global() 1119 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_load_mem() 1194 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_store_mem() 1331 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_atomic_mem() 1894 … lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length), in emit_vote() 1929 … lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length), in emit_vote() 1952 … lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length), in emit_ballot() 1984 … lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length), in emit_elect() [all …]
|
D | lp_bld_format_soa.c | 1119 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, type.length), in lp_build_store_rgba_soa()
|
D | lp_bld_tgsi_soa.c | 3545 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in load_emit() 3662 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in store_emit() 3882 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in atomic_emit()
|
D | lp_bld_sample_soa.c | 4575 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, type.length), in lp_build_do_atomic_soa()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs_linear_llvm.c | 494 lp_build_loop_end_cond(&loop_read, excess, LLVMConstInt(int32t, 1, 0), LLVMIntUGE); in llvmpipe_fs_variant_linear_llvm() 510 lp_build_loop_end_cond(&loop_write, excess, LLVMConstInt(int32t, 1, 0), LLVMIntUGE); in llvmpipe_fs_variant_linear_llvm()
|
D | lp_state_cs.c | 277 lp_build_loop_end_cond(&loop_state[0], in generate_compute() 280 lp_build_loop_end_cond(&loop_state[1], in generate_compute() 283 lp_build_loop_end_cond(&loop_state[2], in generate_compute() 286 lp_build_loop_end_cond(&loop_state[3], in generate_compute() 395 lp_build_loop_end_cond(&mask_loop_state, vec_length, NULL, LLVMIntUGE); in generate_compute()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 2366 lp_build_loop_end_cond(&lp_loop, count, step, LLVMIntUGE); in draw_llvm_generate() 3486 lp_build_loop_end_cond(&loop_state[0], in draw_tcs_llvm_generate() 3489 lp_build_loop_end_cond(&loop_state[1], in draw_tcs_llvm_generate() 4108 lp_build_loop_end_cond(&lp_loop, num_tess_coord, step, LLVMIntUGE); in draw_tes_llvm_generate()
|