Home
last modified time | relevance | path

Searched refs:ifthen (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c404 lp_build_if(struct lp_build_if_state *ifthen, in lp_build_if() argument
410 memset(ifthen, 0, sizeof *ifthen); in lp_build_if()
411 ifthen->gallivm = gallivm; in lp_build_if()
412 ifthen->condition = condition; in lp_build_if()
413 ifthen->entry_block = block; in lp_build_if()
416 ifthen->merge_block = lp_build_insert_new_block(gallivm, "endif-block"); in lp_build_if()
419 ifthen->true_block = in lp_build_if()
421 ifthen->merge_block, in lp_build_if()
425 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen in lp_build_if()
433 lp_build_else(struct lp_build_if_state *ifthen) lp_build_else() argument
455 lp_build_endif(struct lp_build_if_state *ifthen) lp_build_endif() argument
[all...]
H A Dlp_bld_nir_soa.c853 struct lp_build_if_state ifthen; in emit_load_global() local
856 lp_build_if(&ifthen, gallivm, cond); in emit_load_global()
868 lp_build_endif(&ifthen); in emit_load_global()
916 struct lp_build_if_state ifthen; in emit_store_global() local
920 lp_build_if(&ifthen, gallivm, cond); in emit_store_global()
922 lp_build_endif(&ifthen); in emit_store_global()
952 struct lp_build_if_state ifthen; in emit_atomic_global() local
957 lp_build_if(&ifthen, gallivm, cond); in emit_atomic_global()
1013 lp_build_else(&ifthen); in emit_atomic_global()
1031 lp_build_endif(&ifthen); in emit_atomic_global()
1100 struct lp_build_if_state ifthen; emit_load_ubo() local
1232 struct lp_build_if_state ifthen; emit_load_mem() local
1275 struct lp_build_if_state ifthen; emit_load_mem() local
1345 struct lp_build_if_state ifthen; emit_store_mem() local
1385 struct lp_build_if_state ifthen; emit_store_mem() local
1444 struct lp_build_if_state ifthen; emit_atomic_mem() local
1692 struct lp_build_if_state ifthen; emit_tex() local
2091 struct lp_build_if_state ifthen; emit_vote() local
2109 struct lp_build_if_state ifthen; emit_vote() local
2185 struct lp_build_if_state ifthen; emit_elect() local
2397 struct lp_build_if_state ifthen; emit_reduce() local
2485 struct lp_build_if_state ifthen; emit_read_invocation() local
2566 struct lp_build_if_state ifthen; emit_load_scratch() local
2626 struct lp_build_if_state ifthen; emit_store_scratch() local
[all...]
H A Dlp_bld_format_soa.c1106 struct lp_build_if_state ifthen; in lp_build_store_rgba_soa() local
1108 lp_build_if(&ifthen, gallivm, cond); in lp_build_store_rgba_soa()
1122 lp_build_endif(&ifthen); in lp_build_store_rgba_soa()
H A Dlp_bld_tgsi_soa.c3532 struct lp_build_if_state ifthen; in load_emit() local
3541 lp_build_if(&ifthen, gallivm, cond); in load_emit()
3547 lp_build_else(&ifthen); in load_emit()
3551 lp_build_endif(&ifthen); in load_emit()
3656 struct lp_build_if_state ifthen; in store_emit() local
3664 lp_build_if(&ifthen, gallivm, cond); in store_emit()
3668 lp_build_endif(&ifthen); in store_emit()
3856 struct lp_build_if_state ifthen; in atomic_emit() local
3861 lp_build_if(&ifthen, gallivm, cond); in atomic_emit()
3883 lp_build_else(&ifthen); in atomic_emit()
[all...]
H A Dlp_bld_sample_soa.c4589 struct lp_build_if_state ifthen; in lp_build_do_atomic_soa() local
4603 lp_build_if(&ifthen, gallivm, cond); in lp_build_do_atomic_soa()
4640 lp_build_endif(&ifthen); in lp_build_do_atomic_soa()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1862 struct lp_build_if_state ifthen; in draw_gs_llvm_end_primitive() local
1863 lp_build_if(&ifthen, gallivm, this_cond); in draw_gs_llvm_end_primitive()
1870 lp_build_endif(&ifthen); in draw_gs_llvm_end_primitive()
3278 struct lp_build_if_state ifthen; in draw_tcs_llvm_emit_store_output() local
3281 lp_build_if(&ifthen, gallivm, cond); in draw_tcs_llvm_emit_store_output()
3283 lp_build_endif(&ifthen); in draw_tcs_llvm_emit_store_output()
3295 struct lp_build_if_state ifthen; in draw_tcs_llvm_emit_store_output() local
3298 lp_build_if(&ifthen, gallivm, cond); in draw_tcs_llvm_emit_store_output()
3300 lp_build_endif(&ifthen); in draw_tcs_llvm_emit_store_output()

Completed in 37 milliseconds