Searched refs:BRW_AOP_DEC (Results 1 – 7 of 7) sorted by relevance
1484 #define BRW_AOP_DEC 6 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()
1366 return BRW_AOP_DEC; in brw_aop_for_nir_intrinsic()
462 [BRW_AOP_DEC] = "dec",
738 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
869 case BRW_AOP_DEC: in components_read()922 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()
1004 #define BRW_AOP_DEC 6 macro