Home
last modified time | relevance | path

Searched refs:lp_build_loop_end_cond (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_flow.h141 lp_build_loop_end_cond(struct lp_build_loop_state *state,
Dlp_bld_flow.c250 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()
Dlp_bld_nir_soa.c811 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_load_global()
865 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_store_global()
957 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_atomic_global()
1083 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_load_mem()
1147 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_store_mem()
1270 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_atomic_mem()
1795lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length), in emit_vote()
1823lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, bld_base->uint_bld.type.length), in emit_vote()
1921 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_load_scratch()
1973 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, uint_bld->type.length), in emit_store_scratch()
Dlp_bld_format_soa.c1109 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, type.length), in lp_build_store_rgba_soa()
Dlp_bld_tgsi_soa.c3545 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()
Dlp_bld_sample_soa.c4113 lp_build_loop_end_cond(&loop_state, lp_build_const_int32(gallivm, type.length), in lp_build_do_atomic_soa()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c266 lp_build_loop_end_cond(&loop_state[0], in generate_compute()
269 lp_build_loop_end_cond(&loop_state[1], in generate_compute()
272 lp_build_loop_end_cond(&loop_state[2], in generate_compute()
275 lp_build_loop_end_cond(&loop_state[3], in generate_compute()
368 lp_build_loop_end_cond(&mask_loop_state, vec_length, NULL, LLVMIntUGE); in generate_compute()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2334 lp_build_loop_end_cond(&lp_loop, count, step, LLVMIntUGE); in draw_llvm_generate()
3435 lp_build_loop_end_cond(&loop_state[0], in draw_tcs_llvm_generate()
3438 lp_build_loop_end_cond(&loop_state[1], in draw_tcs_llvm_generate()
4032 lp_build_loop_end_cond(&lp_loop, num_tess_coord, step, LLVMIntUGE); in draw_tes_llvm_generate()