Searched refs:BRW_AOP_INC (Results 1 – 7 of 7) sorted by relevance
1483 #define BRW_AOP_INC 5 macro
4185 if (op == BRW_AOP_INC || op == BRW_AOP_DEC) { in nir_emit_intrinsic()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()
1364 return BRW_AOP_INC; in brw_aop_for_nir_intrinsic()
461 [BRW_AOP_INC] = "inc",
738 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
868 case BRW_AOP_INC: in components_read()922 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()
1003 #define BRW_AOP_INC 5 macro