Searched defs:exec_mask (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_ir_common.c | 215 LLVMValueRef exec_mask = mask->has_mask ? mask->exec_mask : NULL; in lp_exec_mask_store() local 290 struct lp_exec_mask *exec_mask, in lp_exec_endloop() 435 LLVMValueRef exec_mask = LLVMBuildNot(builder, in lp_exec_continue() local 453 LLVMValueRef exec_mask = LLVMBuildNot(builder, in lp_exec_break() local 480 LLVMValueRef exec_mask = LLVMBuildNot(builder, in lp_exec_break() local
|
H A D | lp_bld_nir_soa.c | 65 struct lp_exec_mask *exec_mask = &bld->exec_mask; in mask_vec() local 116 LLVMValueRef exec_mask = mask_vec(bld_base); in first_active_invocation() local 648 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_tcs_chan() local 744 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_mesh_chan() local 1035 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_load_global() local 1080 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_global() local 1115 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_atomic_global() local 1434 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_load_mem() local 1540 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_store_mem() local 1604 LLVMValueRef exec_mask = mask_vec(bld_base); in emit_atomic_mem() local [all …]
|
H A D | lp_bld_gather.c | 608 LLVMValueRef exec_mask) in lp_build_masked_gather() 638 LLVMValueRef exec_mask) in lp_build_masked_scatter()
|
H A D | lp_bld_sample.h | 127 LLVMValueRef exec_mask; member 147 LLVMValueRef exec_mask; member 166 LLVMValueRef exec_mask; member
|
H A D | lp_bld_tgsi_soa.c | 120 struct lp_exec_mask *exec_mask = &bld->exec_mask; in mask_vec() local 388 LLVMValueRef exec_mask; in lp_exec_mask_ret() local 3540 LLVMValueRef exec_mask = mask_vec(bld_base); in load_emit() local 3663 LLVMValueRef exec_mask = mask_vec(bld_base); in store_emit() local 3857 LLVMValueRef exec_mask = mask_vec(bld_base); in atomic_emit() local
|
H A D | lp_bld_ir_common.h | 56 LLVMValueRef exec_mask; member
|
H A D | lp_bld_format_soa.c | 1016 LLVMValueRef exec_mask, in lp_build_store_rgba_soa()
|
H A D | lp_bld_nir.h | 316 struct lp_exec_mask exec_mask; member
|
H A D | lp_bld_tgsi.h | 598 struct lp_exec_mask exec_mask; member
|
H A D | lp_bld_sample_soa.c | 4828 LLVMValueRef exec_mask, in lp_build_do_atomic_soa()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 105 Operand exec_mask = ctx.info[idx].exec.back().first; in transition_to_WQM() local 723 Operand exec_mask = ctx.info[idx].exec[exec_idx].first; in add_branch_code() local 753 Operand exec_mask = ctx.info[idx].exec[exec_idx].first; in add_branch_code() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_fs_lower.cpp | 472 brw_reg exec_mask = ubld.vgrf(BRW_TYPE_UD); in brw_fs_lower_find_live_channel() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs.cpp | 5172 elk_fs_reg exec_mask(retype(elk_mask_reg(0), ELK_REGISTER_TYPE_UD)); in lower_find_live_channel() local
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1849 … LLVMValueRef exec_mask = lp_build_cmp(&blduivec, PIPE_FUNC_LEQUAL, true_index_array, fetch_max); in draw_llvm_generate() local
|