Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_nir.cpp759 src_reg atomic_result = emit_untyped_atomic(bld, surface, offset, in nir_emit_ssbo_atomic() local
764 dest.type = atomic_result.type; in nir_emit_ssbo_atomic()
765 bld.MOV(dest, atomic_result); in nir_emit_ssbo_atomic()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c4570 LLVMValueRef atomic_result[4]) in lp_build_do_atomic_soa()
4577 atomic_result[0] = lp_build_zero(gallivm, type); in lp_build_do_atomic_soa()
4644 atomic_result[0] = LLVMBuildLoad2(gallivm->builder, atom_res_elem_type, in lp_build_do_atomic_soa()
4559 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]) lp_build_do_atomic_soa() argument

Completed in 10 milliseconds