HomeSort by: relevance | last modified time | path
    Searched refs:LP_IMG_ATOMIC_CAS (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.h 138 #define LP_IMG_ATOMIC_CAS 3
lp_bld_nir.c 1529 params.img_op = (instr->intrinsic == nir_intrinsic_image_deref_atomic_comp_swap) ? LP_IMG_ATOMIC_CAS : LP_IMG_ATOMIC;
lp_bld_sample_soa.c 4554 if (img_op == LP_IMG_ATOMIC_CAS) {
lp_bld_tgsi_soa.c 3736 params.img_op = (emit_data->inst->Instruction.Opcode == TGSI_OPCODE_ATOMCAS) ? LP_IMG_ATOMIC_CAS : LP_IMG_ATOMIC;

Completed in 24 milliseconds