Searched refs:BRW_AOP_PREDEC (Results 1 – 6 of 6) sorted by relevance
1493 #define BRW_AOP_PREDEC 15 macro
5495 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()5557 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_shared_atomic()5635 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_global_atomic()5664 assert(op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC); in nir_emit_global_atomic_float()
471 [BRW_AOP_PREDEC] = "predec",
738 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
870 case BRW_AOP_PREDEC: in components_read()922 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()
1013 #define BRW_AOP_PREDEC 15 macro