Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c56 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 Dlp_bld_alpha.h55 boolean do_branch);
H A Dlp_bld_blend.h107 boolean do_branch);
H A Dlp_bld_depth.h71 boolean do_branch,
H A Dlp_bld_blend.c324 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 Dlp_bld_depth.c839 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 Dlp_state_fs.c2373 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 Dsimulator-mips64.cc6604 [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 Dsimulator-mips.cc6302 [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 Dsimulator-loong64.cc2509 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()

Completed in 45 milliseconds