| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_flow.c | 377 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 D | lp_bld_flow.c | 401 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 D | lp_bld_nir_soa.c | 796 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 D | lp_bld_format_soa.c | 1102 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 D | lp_bld_tgsi_soa.c | 3525 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 D | lp_bld_sample_soa.c | 4538 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 D | radv_nir_to_llvm.c | 165 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 D | draw_llvm.c | 1881 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);
|