Home
last modified time | relevance | path

Searched refs:LP_IMG_ATOMIC_CAS (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h141 #define LP_IMG_ATOMIC_CAS 3 macro
Dlp_bld_nir.c1752 ? LP_IMG_ATOMIC_CAS : LP_IMG_ATOMIC; in visit_atomic_image()
Dlp_bld_tgsi_soa.c3743 …params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS :… in img_atomic_emit()
Dlp_bld_sample_soa.c4614 if (img_op == LP_IMG_ATOMIC_CAS) { in lp_build_do_atomic_soa()