Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_sample.h137 #define LP_IMG_ATOMIC_CAS 3 macro
Dlp_bld_nir.c1398 … (instr->intrinsic == nir_intrinsic_image_deref_atomic_comp_swap) ? LP_IMG_ATOMIC_CAS : LP_IMG_ATO… in visit_atomic_image()
Dlp_bld_tgsi_soa.c3736 …params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS :… in img_atomic_emit()
Dlp_bld_sample_soa.c4092 if (img_op == LP_IMG_ATOMIC_CAS) { in lp_build_do_atomic_soa()