![]() |
Realm
A distributed, event-based tasking library
|
#include <inst_layout.h>
Public Member Functions | |
| AffinePiece (unsigned next_delta) | |
| REALM_CUDA_HD unsigned | delta () const |
| REALM_CUDA_HD const Instruction * | next () const |
Public Member Functions inherited from Realm::PieceLookup::Instruction | |
| REALM_ALIGNED_TYPE_CONST (uint32_aligned_16, uint32_t, 16) | |
| Instruction (uint32_t _data) | |
| REALM_CUDA_HD Opcodes::Opcode | opcode () const |
| REALM_CUDA_HD const Instruction * | skip (size_t bytes) const |
| REALM_CUDA_HD const Instruction * | jump (unsigned delta) const |
Public Attributes | |
| Rect< N, T > | bounds |
| uintptr_t | base |
| Point< N, size_t > | strides |
Public Attributes inherited from Realm::PieceLookup::Instruction | |
| uint32_aligned_16 | data |
| Realm::PieceLookup::AffinePiece< N, T >::AffinePiece | ( | unsigned | next_delta | ) |
| REALM_CUDA_HD unsigned Realm::PieceLookup::AffinePiece< N, T >::delta | ( | ) | const |
| REALM_CUDA_HD const Instruction * Realm::PieceLookup::AffinePiece< N, T >::next | ( | ) | const |
| uintptr_t Realm::PieceLookup::AffinePiece< N, T >::base |
| Rect<N, T> Realm::PieceLookup::AffinePiece< N, T >::bounds |
| Point<N, size_t> Realm::PieceLookup::AffinePiece< N, T >::strides |