Searched refs:atomic_result (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp803 src_reg atomic_result = emit_untyped_atomic(bld, surface, offset, local in function:brw::vec4_visitor::nir_emit_ssbo_atomic
808 dest.type = atomic_result.type;
809 bld.MOV(dest, atomic_result);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_vec4_nir.cpp771 src_reg atomic_result = emit_untyped_atomic(bld, surface, offset, local in function:brw::vec4_visitor::nir_emit_ssbo_atomic
776 dest.type = atomic_result.type;
777 bld.MOV(dest, atomic_result);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4523 LLVMValueRef atomic_result[4])
4528 atomic_result[0] = lp_build_zero(gallivm, type);
4577 atomic_result[0] = LLVMBuildLoad(gallivm->builder, atom_res, "");
4512 lp_build_do_atomic_soa(struct gallivm_state * gallivm,const struct util_format_description * format_desc,struct lp_type type,LLVMValueRef exec_mask,LLVMValueRef base_ptr,LLVMValueRef offset,LLVMValueRef out_of_bounds,unsigned img_op,LLVMAtomicRMWBinOp op,const LLVMValueRef rgba_in[4],const LLVMValueRef rgba2_in[4],LLVMValueRef atomic_result[4]) argument

Completed in 13 milliseconds