Searched defs:ifthen (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/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...]
/external/mesa3d/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...]

Completed in 135 milliseconds