Searched refs:LDST_ADDRESS (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ops.c | 192 … [midgard_op_atomic_add] = {"atomic_add", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 193 … [midgard_op_atomic_and] = {"atomic_and", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 194 … [midgard_op_atomic_or] = {"atomic_or", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 195 … [midgard_op_atomic_xor] = {"atomic_xor", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 196 … [midgard_op_atomic_imin] = {"atomic_imin", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 197 … [midgard_op_atomic_umin] = {"atomic_umin", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 198 … [midgard_op_atomic_imax] = {"atomic_imax", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 199 … [midgard_op_atomic_umax] = {"atomic_umax", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 200 … [midgard_op_atomic_xchg] = {"atomic_xchg", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, 201 … [midgard_op_atomic_cmpxchg] = {"atomic_cmpxchg", M32 | LDST_SIDE_FX | LDST_ADDRESS | LDST_ATOMIC}, [all …]
|
D | midgard_ops.h | 36 #define OP_HAS_ADDRESS(op) (load_store_opcode_props[op].props & LDST_ADDRESS)
|
D | helpers.h | 240 #define LDST_ADDRESS (1 << 5) macro
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 361 - pan/midgard: Add LDST_ADDRESS property
|
D | 20.3.0.rst | 2553 - panfrost: add LDST_ADDRESS property to atomic ops
|