Home
last modified time | relevance | path

Searched refs:image_memory (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc227 cl_mem image_memory; in CreateTensor() local
231 &image_memory)); in CreateTensor()
232 *result = Tensor(memory, memory_owner, image_memory, shape, descriptor); in CreateTensor()
244 cl_mem image_memory; in CreateTensorShared() local
248 &image_memory)); in CreateTensorShared()
249 *result = Tensor(memory, memory_owner, image_memory, shape, descriptor); in CreateTensorShared()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.h698 void Init(std::vector<uint32_t> *families, bool image_memory = true, bool buffer_memory = true);
Dvklayertests_descriptor_renderpass_framebuffer.cpp4137 VkDeviceMemory image_memory; in TEST_F() local
4151 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &image_memory); in TEST_F()
4153 err = vkBindImageMemory(m_device->device(), image, image_memory, 0); in TEST_F()
4156 err = vkBindImageMemory(m_device->device(), image2, image_memory, aligned_size); in TEST_F()
4377 vkFreeMemory(m_device->device(), image_memory, NULL); in TEST_F()
4775 VkDeviceMemory image_memory; in TEST_F() local
4787 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &image_memory); in TEST_F()
4789 err = vkBindImageMemory(m_device->device(), image, image_memory, 0); in TEST_F()
4813 vkFreeMemory(m_device->device(), image_memory, nullptr); in TEST_F()
Dlayer_validation_tests.cpp1919 void BarrierQueueFamilyTestHelper::Init(std::vector<uint32_t> *families, bool image_memory, bool bu… in Init() argument
1923 image_memory); in Init()
Dvkpositivelayertests.cpp6802 vk_testing::DeviceMemory image_memory; in TEST_F() local
6803image_memory.init(*m_device, vk_testing::DeviceMemory::get_resource_alloc_info(*m_device, image_re… in TEST_F()
6804 vkBindImageMemory(m_device->device(), image.handle(), image_memory.handle(), 0); in TEST_F()
6874 vk_testing::DeviceMemory image_memory; in TEST_F() local
6875image_memory.init(*m_device, vk_testing::DeviceMemory::get_resource_alloc_info(*m_device, image.me… in TEST_F()
6882 image_memory.handle(), 0}; in TEST_F()