Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h1484 #define BRW_AOP_DEC 6 macro
Dbrw_fs_nir.cpp4185 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()
Dbrw_nir.c1366 return BRW_AOP_DEC; in brw_aop_for_nir_intrinsic()
Dbrw_disasm.c462 [BRW_AOP_DEC] = "dec",
Dbrw_vec4_nir.cpp738 if (op != BRW_AOP_INC && op != BRW_AOP_DEC && op != BRW_AOP_PREDEC) in nir_emit_ssbo_atomic()
Dbrw_fs.cpp869 case BRW_AOP_DEC: 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.h1004 #define BRW_AOP_DEC 6 macro