Home
last modified time | relevance | path

Searched refs:BRW_AOP_PREDEC (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1566 #define BRW_AOP_PREDEC 15 macro
Dbrw_fs_nir.cpp5795 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.c487 [BRW_AOP_PREDEC] = "predec",
Dbrw_vec4_nir.cpp761 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
Dbrw_fs.cpp874 case BRW_AOP_PREDEC: in components_read()
928 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()