Searched refs:image_buffer_memory_ (Results 1 – 2 of 2) sorted by relevance
267 image_buffer_memory_(nullptr), in Tensor()274 image_buffer_memory_(image_buffer_memory), in Tensor()286 image_buffer_memory_(tensor.image_buffer_memory_), in Tensor()292 tensor.image_buffer_memory_ = nullptr; in Tensor()299 std::swap(image_buffer_memory_, tensor.image_buffer_memory_); in operator =()310 if (image_buffer_memory_) { in Release()311 clReleaseMemObject(image_buffer_memory_); in Release()312 image_buffer_memory_ = nullptr; in Release()350 cl_mem mem = buffer_based_ ? image_buffer_memory_ : memory_; in GetGPUResources()363 {"image_buffer", image_buffer_memory_}); in GetGPUResources()[all …]
43 : memory_(nullptr), image_buffer_memory_(nullptr), memory_owner_(true) {} in Tensor()102 cl_mem image_buffer_memory_; // for IMAGE_BUFFER/TEXTURE_2D/SINGLE_TEXTURE_2D variable