Home
last modified time | relevance | path

Searched refs:BRW_AOP_DEC (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1579 #define BRW_AOP_DEC 6 macro
Dbrw_fs_nir.cpp4373 if (op == BRW_AOP_INC || op == BRW_AOP_DEC) { in nir_emit_intrinsic()
6019 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
6081 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_shared_atomic()
6171 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_global_atomic()
6220 assert(op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC); in nir_emit_global_atomic_float()
Dbrw_nir.c1524 return BRW_AOP_DEC; in brw_aop_for_nir_intrinsic()
Dbrw_disasm.c478 [BRW_AOP_DEC] = "dec",
Dbrw_vec4_nir.cpp749 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
Dbrw_lower_logical_sends.cpp1619 case BRW_AOP_DEC: in brw_atomic_op_to_lsc_atomic_op()
Dbrw_fs.cpp789 case BRW_AOP_DEC: in components_read()
844 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()