Searched refs:should_store_mask (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 1096 LLVMValueRef should_store_mask = LLVMBuildAnd(gallivm->builder, exec_mask, LLVMBuildNot(gallivm->builder, out_of_bounds, ""), "store_mask"); in lp_build_store_rgba_soa() local 1097 should_store_mask = LLVMBuildICmp(gallivm->builder, LLVMIntNE, should_store_mask, lp_build_const_int_vec(gallivm, type, 0), ""); in lp_build_store_rgba_soa() 1107 LLVMValueRef cond = LLVMBuildExtractElement(gallivm->builder, should_store_mask, loop_state.counter, ""); in lp_build_store_rgba_soa()
|
H A D | lp_bld_sample_soa.c | 4593 LLVMValueRef should_store_mask = in lp_build_do_atomic_soa() local 4599 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE, should_store_mask, in lp_build_do_atomic_soa()
|
Completed in 9 milliseconds