Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1493 #define BRW_AOP_PREDEC 15 macro
Dbrw_fs_nir.cpp5495 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()
Dbrw_disasm.c471 [BRW_AOP_PREDEC] = "predec",
Dbrw_vec4_nir.cpp738 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
Dbrw_fs.cpp870 case BRW_AOP_PREDEC: in components_read()
922 (op == BRW_AOP_INC || op == BRW_AOP_DEC || op == BRW_AOP_PREDEC)) in components_read()
/external/igt-gpu-tools/assembler/
Dbrw_defines.h1013 #define BRW_AOP_PREDEC 15 macro