Searched refs:do_branch (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.h56 boolean do_branch);
H A Dlp_bld_alpha.c56 boolean do_branch)
93 if (do_branch)
49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) argument
H A Dlp_bld_depth.h69 boolean do_branch);
H A Dlp_bld_depth.c546 boolean do_branch)
767 if (do_branch) {
769 do_branch = FALSE;
846 if (do_branch)
535 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct pipe_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef zs_dst_ptr, LLVMValueRef face, LLVMValueRef *zs_value, boolean do_branch) argument
H A Dlp_state_fs.c703 boolean do_branch)
717 if (do_branch)
1094 boolean do_branch = ((key->depth.enabled || key->stencil[0].enabled) && local
1107 do_branch);
694 generate_blend(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, unsigned rt, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef mask, LLVMValueRef *src, LLVMValueRef dst_ptr, boolean do_branch) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.h56 boolean do_branch);
H A Dlp_bld_alpha.c56 boolean do_branch)
93 if (do_branch)
49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) argument
H A Dlp_bld_depth.h69 boolean do_branch);
H A Dlp_bld_depth.c546 boolean do_branch)
767 if (do_branch) {
769 do_branch = FALSE;
846 if (do_branch)
535 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct pipe_depth_state *depth, const struct pipe_stencil_state stencil[2], struct lp_type z_src_type, const struct util_format_description *format_desc, struct lp_build_mask_context *mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef zs_dst_ptr, LLVMValueRef face, LLVMValueRef *zs_value, boolean do_branch) argument
H A Dlp_state_fs.c703 boolean do_branch)
717 if (do_branch)
1094 boolean do_branch = ((key->depth.enabled || key->stencil[0].enabled) && local
1107 do_branch);
694 generate_blend(struct gallivm_state *gallivm, const struct pipe_blend_state *blend, unsigned rt, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef mask, LLVMValueRef *src, LLVMValueRef dst_ptr, boolean do_branch) argument
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc2700 bool do_branch = false; local
2723 do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value;
2726 if (do_branch) {
2734 do_branch = (ft & 0x1) ? false : true;
2737 if (do_branch) {
2745 do_branch = (ft & 0x1) ? true : false;
2748 if (do_branch) {
2762 do_branch = (rs < 0);
2765 do_branch = rs < 0;
2768 do_branch
[all...]
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc2829 bool do_branch = false; local
2854 do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value;
2857 if (do_branch) {
2864 do_branch = (ft & 0x1) ? false : true;
2867 if (do_branch) {
2874 do_branch = (ft & 0x1) ? true : false;
2877 if (do_branch) {
2891 do_branch = (rs < 0);
2894 do_branch = rs < 0;
2897 do_branch
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c5561 IRTemp do_branch = newTemp(Ity_I32); local
5632 assign( do_branch,
5645 binop(Iop_CmpNE32, mkexpr(do_branch), mkU32(0)),
5711 assign( do_branch,
5720 binop(Iop_CmpEQ32, mkexpr(do_branch), mkU32(0)),

Completed in 249 milliseconds