Home
last modified time | relevance | path

Searched refs:BRW_AOP_INC (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1556 #define BRW_AOP_INC 5 macro
Dbrw_nir.c1403 return BRW_AOP_INC; in brw_aop_for_nir_intrinsic()
Dbrw_fs_nir.cpp4321 if (op == BRW_AOP_INC || op == BRW_AOP_DEC) { in nir_emit_intrinsic()
5795 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
5857 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_shared_atomic()
5947 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_global_atomic()
5990 assert(op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC); in nir_emit_global_atomic_float()
Dbrw_disasm.c477 [BRW_AOP_INC] = "inc",
Dbrw_vec4_nir.cpp761 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
Dbrw_fs.cpp872 case BRW_AOP_INC: in components_read()
928 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()
5933 case BRW_AOP_INC: in brw_atomic_op_to_lsc_atomic_op()