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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c377 lp_build_if(struct lp_build_if_state *ifthen, argument
383 memset(ifthen, 0, sizeof *ifthen);
384 ifthen->gallivm = gallivm;
385 ifthen->condition = condition;
386 ifthen->entry_block = block;
389 ifthen->merge_block = lp_build_insert_new_block(gallivm, "endif-block");
392 ifthen->true_block =
394 ifthen->merge_block,
398 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen
406 lp_build_else(struct lp_build_if_state * ifthen) argument
428 lp_build_endif(struct lp_build_if_state * ifthen) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c401 lp_build_if(struct lp_build_if_state *ifthen, argument
407 memset(ifthen, 0, sizeof *ifthen);
408 ifthen->gallivm = gallivm;
409 ifthen->condition = condition;
410 ifthen->entry_block = block;
413 ifthen->merge_block = lp_build_insert_new_block(gallivm, "endif-block");
416 ifthen->true_block =
418 ifthen->merge_block,
422 LLVMPositionBuilderAtEnd(gallivm->builder, ifthen
430 lp_build_else(struct lp_build_if_state * ifthen) argument
452 lp_build_endif(struct lp_build_if_state * ifthen) argument
[all...]
H A Dlp_bld_nir_soa.c796 struct lp_build_if_state ifthen; local in function:emit_load_global
799 lp_build_if(&ifthen, gallivm, cond);
811 lp_build_endif(&ifthen);
859 struct lp_build_if_state ifthen; local in function:emit_store_global
863 lp_build_if(&ifthen, gallivm, cond);
865 lp_build_endif(&ifthen);
895 struct lp_build_if_state ifthen; local in function:emit_atomic_global
900 lp_build_if(&ifthen, gallivm, cond);
956 lp_build_else(&ifthen);
974 lp_build_endif(&ifthen);
1086 struct lp_build_if_state ifthen; local in function:emit_load_mem
1180 struct lp_build_if_state ifthen; local in function:emit_store_mem
1255 struct lp_build_if_state ifthen; local in function:emit_atomic_mem
1887 struct lp_build_if_state ifthen; local in function:emit_vote
1905 struct lp_build_if_state ifthen; local in function:emit_vote
1979 struct lp_build_if_state ifthen; local in function:emit_elect
2144 struct lp_build_if_state ifthen; local in function:emit_reduce
2232 struct lp_build_if_state ifthen; local in function:emit_read_invocation
2313 struct lp_build_if_state ifthen; local in function:emit_load_scratch
2381 struct lp_build_if_state ifthen; local in function:emit_store_scratch
[all...]
H A Dlp_bld_format_soa.c1102 struct lp_build_if_state ifthen; local in function:lp_build_store_rgba_soa
1104 lp_build_if(&ifthen, gallivm, cond);
1118 lp_build_endif(&ifthen);
H A Dlp_bld_tgsi_soa.c3525 struct lp_build_if_state ifthen; local in function:load_emit
3534 lp_build_if(&ifthen, gallivm, cond);
3540 lp_build_else(&ifthen);
3544 lp_build_endif(&ifthen);
3649 struct lp_build_if_state ifthen; local in function:store_emit
3657 lp_build_if(&ifthen, gallivm, cond);
3661 lp_build_endif(&ifthen);
3849 struct lp_build_if_state ifthen; local in function:atomic_emit
3854 lp_build_if(&ifthen, gallivm, cond);
3876 lp_build_else(&ifthen);
[all...]
H A Dlp_bld_sample_soa.c4538 struct lp_build_if_state ifthen; local in function:lp_build_do_atomic_soa
4547 lp_build_if(&ifthen, gallivm, cond);
4574 lp_build_endif(&ifthen);
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_nir_to_llvm.c165 ac_nir_build_if(struct ac_build_if_state *ifthen, argument
171 memset(ifthen, 0, sizeof *ifthen);
172 ifthen->ctx = ctx;
173 ifthen->condition = condition;
174 ifthen->entry_block = block;
177 ifthen->merge_block = ac_build_insert_new_block(ctx, "endif-block");
180 ifthen->true_block =
182 ifthen->merge_block,
186 LLVMPositionBuilderAtEnd(ctx->ac.builder, ifthen
193 ac_nir_build_endif(struct ac_build_if_state * ifthen) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1881 struct lp_build_if_state ifthen; local in function:draw_gs_llvm_end_primitive
1882 lp_build_if(&ifthen, gallivm, this_cond);
1889 lp_build_endif(&ifthen);
3294 struct lp_build_if_state ifthen; local in function:draw_tcs_llvm_emit_store_output
3297 lp_build_if(&ifthen, gallivm, cond);
3299 lp_build_endif(&ifthen);
3311 struct lp_build_if_state ifthen; local in function:draw_tcs_llvm_emit_store_output
3314 lp_build_if(&ifthen, gallivm, cond);
3316 lp_build_endif(&ifthen);

Completed in 28 milliseconds