Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/device_memory.h
| Show First 20 Lines • Show All 204 Lines • ▼ Show 20 Lines | public: | ||||
| size_t device_size; | size_t device_size; | ||||
| size_t data_width; | size_t data_width; | ||||
| size_t data_height; | size_t data_height; | ||||
| size_t data_depth; | size_t data_depth; | ||||
| MemoryType type; | MemoryType type; | ||||
| const char *name; | const char *name; | ||||
| InterpolationType interpolation; | InterpolationType interpolation; | ||||
| ExtensionType extension; | ExtensionType extension; | ||||
| bool compress_as_srgb; | |||||
| /* Pointers. */ | /* Pointers. */ | ||||
| Device *device; | Device *device; | ||||
| device_ptr device_pointer; | device_ptr device_pointer; | ||||
| void *host_pointer; | void *host_pointer; | ||||
| void *shared_pointer; | void *shared_pointer; | ||||
| virtual ~device_memory(); | virtual ~device_memory(); | ||||
| ▲ Show 20 Lines • Show All 292 Lines • Show Last 20 Lines | |||||