/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_bld_alpha.c | 56 boolean do_branch) in lp_build_alpha_test() 93 if (do_branch) in lp_build_alpha_test() 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) lp_build_alpha_test() argument
|
H A D | lp_bld_alpha.h | 55 boolean do_branch);
|
H A D | lp_bld_blend.h | 107 boolean do_branch);
|
H A D | lp_bld_depth.h | 71 boolean do_branch,
|
H A D | lp_bld_blend.c | 324 boolean do_branch) in lp_build_alpha_to_coverage() 340 if (do_branch) in lp_build_alpha_to_coverage() 320 lp_build_alpha_to_coverage(struct gallivm_state *gallivm, struct lp_type type, struct lp_build_mask_context *mask, LLVMValueRef alpha, boolean do_branch) lp_build_alpha_to_coverage() argument
|
H A D | lp_bld_depth.c | 839 boolean do_branch, in lp_build_depth_stencil_test() 1091 if (do_branch) { in lp_build_depth_stencil_test() 825 lp_build_depth_stencil_test(struct gallivm_state *gallivm, const struct lp_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 *cov_mask, LLVMValueRef stencil_refs[2], LLVMValueRef z_src, LLVMValueRef z_fb, LLVMValueRef s_fb, LLVMValueRef face, LLVMValueRef *z_value, LLVMValueRef *s_value, boolean do_branch, bool restrict_depth) lp_build_depth_stencil_test() argument
|
H A D | lp_state_fs.c | 2373 boolean do_branch) in generate_unswizzled_blend() 2453 if (do_branch) { in generate_unswizzled_blend() 3035 if (do_branch) { in generate_unswizzled_blend() 3405 boolean do_branch = ((key->depth.enabled in generate_fragment() local 3447 partial_mask, do_branch); in generate_fragment() 2361 generate_unswizzled_blend(struct gallivm_state *gallivm, unsigned rt, struct lp_fragment_shader_variant *variant, enum pipe_format out_format, unsigned int num_fs, struct lp_type fs_type, LLVMValueRef* fs_mask, LLVMValueRef fs_out_color[PIPE_MAX_COLOR_BUFS][TGSI_NUM_CHANNELS][4], LLVMValueRef context_ptr, LLVMValueRef color_ptr, LLVMValueRef stride, unsigned partial_mask, boolean do_branch) generate_unswizzled_blend() argument
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 6604 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { 6608 if (do_branch) { 6617 &execute_branch_delay_instruction](bool do_branch) { 6620 if (do_branch) { 6629 &execute_branch_delay_instruction](bool do_branch) { 6633 if (do_branch) { 6652 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) { 6655 if (do_branch) { 6664 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) { 6667 if (do_branch) { [all...] |
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.cc | 6302 [this, &next_pc, &execute_branch_delay_instruction](bool do_branch) { 6306 if (do_branch) { 6315 &execute_branch_delay_instruction](bool do_branch) { 6318 if (do_branch) { 6327 &execute_branch_delay_instruction](bool do_branch) { 6331 if (do_branch) { 6350 auto BranchAndLinkCompactHelper = [this, &next_pc](bool do_branch, int bits) { 6353 if (do_branch) { 6362 auto BranchCompactHelper = [this, &next_pc](bool do_branch, int bits) { 6365 if (do_branch) { [all...] |
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 2509 auto BranchOff16Helper = [this, &next_pc](bool do_branch) { in DecodeTypeOp6() 2513 int32_t offs = do_branch ? (offs16 << 2) : kInstrSize; in DecodeTypeOp6() 2518 auto BranchOff21Helper = [this, &next_pc](bool do_branch) { in DecodeTypeOp6() 2525 offs = do_branch ? (offs << 2) : kInstrSize; in DecodeTypeOp6()
|