Home
last modified time | relevance | path

Searched defs:exec_mask (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_ir_common.c208 LLVMValueRef exec_mask = mask->has_mask ? mask->exec_mask : NULL; in lp_exec_mask_store() local
413 LLVMValueRef exec_mask = LLVMBuildNot(builder, in lp_exec_continue() local
431 LLVMValueRef exec_mask = LLVMBuildNot(builder, in lp_exec_break() local
458 LLVMValueRef exec_mask = LLVMBuildNot(builder, in lp_exec_break() local
Dlp_bld_nir_soa.c64 struct lp_exec_mask *exec_mask = &bld->exec_mask; in mask_vec() local
609 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_tcs_chan() local
829 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_load_global() local
885 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_global() local
942 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_atomic_global() local
1253 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_load_mem() local
1356 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_mem() local
1418 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_atomic_mem() local
1686 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_tex() local
2078 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_vote() local
[all …]
Dlp_bld_ir_common.h56 LLVMValueRef exec_mask; member
Dlp_bld_format_soa.c1016 LLVMValueRef exec_mask, in lp_build_store_rgba_soa()
Dlp_bld_tgsi_soa.c120 struct lp_exec_mask *exec_mask = &bld->exec_mask; in mask_vec() local
388 LLVMValueRef exec_mask; in lp_exec_mask_ret() local
3522 LLVMValueRef exec_mask = mask_vec(bld_base); in load_emit() local
3643 LLVMValueRef exec_mask = mask_vec(bld_base); in store_emit() local
3836 LLVMValueRef exec_mask = mask_vec(bld_base); in atomic_emit() local
Dlp_bld_nir.h278 struct lp_exec_mask exec_mask; member
Dlp_bld_tgsi.h581 struct lp_exec_mask exec_mask; member
Dlp_bld_sample.h151 LLVMValueRef exec_mask; member
Dlp_bld_sample_soa.c4562 LLVMValueRef exec_mask, in lp_build_do_atomic_soa()
/third_party/mesa3d/src/amd/compiler/
Daco_insert_exec_mask.cpp192 Operand exec_mask = ctx.info[idx].exec.back().first; in transition_to_WQM() local
842 Operand exec_mask = ctx.info[idx].exec[exec_idx].first; in add_branch_code() local
872 Operand exec_mask = ctx.info[idx].exec[exec_idx].first; in add_branch_code() local
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs.cpp5559 fs_reg exec_mask(retype(brw_mask_reg(0), BRW_REGISTER_TYPE_UD)); in lower_find_live_channel() local
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2192 … LLVMValueRef exec_mask = lp_build_cmp(&blduivec, PIPE_FUNC_LEQUAL, true_index_array, fetch_max); in draw_llvm_generate() local