Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::PieceLookup::AffinePiece< N, T > Struct Template Reference

#include <inst_layout.h>

Inheritance diagram for Realm::PieceLookup::AffinePiece< N, T >:
Collaboration diagram for Realm::PieceLookup::AffinePiece< N, T >:

Public Member Functions

 AffinePiece (unsigned next_delta)
 
REALM_CUDA_HD unsigned delta () const
 
REALM_CUDA_HD const Instructionnext () 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 Instructionskip (size_t bytes) const
 
REALM_CUDA_HD const Instructionjump (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
 

Constructor & Destructor Documentation

◆ AffinePiece()

template<int N, typename T >
Realm::PieceLookup::AffinePiece< N, T >::AffinePiece ( unsigned  next_delta)

Member Function Documentation

◆ delta()

template<int N, typename T >
REALM_CUDA_HD unsigned Realm::PieceLookup::AffinePiece< N, T >::delta ( ) const

◆ next()

template<int N, typename T >
REALM_CUDA_HD const Instruction * Realm::PieceLookup::AffinePiece< N, T >::next ( ) const

Member Data Documentation

◆ base

template<int N, typename T >
uintptr_t Realm::PieceLookup::AffinePiece< N, T >::base

◆ bounds

template<int N, typename T >
Rect<N, T> Realm::PieceLookup::AffinePiece< N, T >::bounds

◆ strides

template<int N, typename T >
Point<N, size_t> Realm::PieceLookup::AffinePiece< N, T >::strides

The documentation for this struct was generated from the following file: