HomeSort by relevance Sort by last modified time
    Searched defs:mem_info (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/lib/asan/
asan_win.cc 245 MEMORY_BASIC_INFORMATION mem_info = {}; local
246 if (::VirtualQuery((LPVOID)page, &mem_info, sizeof(mem_info)) == 0)
  /external/vulkan-validation-layers/demos/smoke/
Meshes.cpp 511 VkMemoryAllocateInfo mem_info = {}; local
512 mem_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
513 mem_info.allocationSize = ib_mem_offset_ + ib_mem_reqs.size;
522 mem_info.memoryTypeIndex = idx;
527 vk::AllocateMemory(dev_, &mem_info, nullptr, &mem_);
Smoke.cpp 491 VkMemoryAllocateInfo mem_info = {}; local
492 mem_info.sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO;
493 mem_info.allocationSize = aligned_size * (frame_data_.size() - 1) +
501 mem_info.memoryTypeIndex = idx;
506 vk::AllocateMemory(dev_, &mem_info, nullptr, &frame_data_mem_);
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 121 * @mem_info : user specific pointer to additional mem info
139 void *mem_info; member in struct:mm_camera_buf_def
    [all...]
  /device/google/marlin/camera/usbcamcore/src/
QualcommUsbCamera.cpp 122 static int allocate_ion_memory(QCameraHalMemInfo_t *mem_info, int ion_type);
123 static int deallocate_ion_memory(QCameraHalMemInfo_t *mem_info);
913 camHal->previewMem.mem_info[cnt].main_ion_fd =
915 if (camHal->previewMem.mem_info[cnt].main_ion_fd < 0) {
921 if (ioctl(camHal->previewMem.mem_info[cnt].main_ion_fd,
926 camHal->previewMem.mem_info[cnt].fd =
928 camHal->previewMem.mem_info[cnt].size =
930 camHal->previewMem.mem_info[cnt].handle = ion_info_fd.handle;
1527 QCameraHalMemInfo_t *mem_info; local
2458 QCameraHalMemInfo_t *mem_info = NULL; local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
mm_camera_interface.h 117 * @mem_info : user specific pointer to additional mem info
135 void *mem_info; member in struct:mm_camera_buf_def
  /device/lge/bullhead/camera/QCamera2/stack/common/
mm_camera_interface.h 117 * @mem_info : user specific pointer to additional mem info
135 void *mem_info; member in struct:mm_camera_buf_def
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 168 mm_camera_app_meminfo_t mem_info; member in struct:__anon3831
381 extern int mm_app_cache_ops(mm_camera_app_meminfo_t *mem_info, int cmd);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 170 mm_camera_app_meminfo_t mem_info; member in struct:__anon4395
378 extern int mm_app_cache_ops(mm_camera_app_meminfo_t *mem_info, int cmd);
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 170 mm_camera_app_meminfo_t mem_info; member in struct:__anon4947
378 extern int mm_app_cache_ops(mm_camera_app_meminfo_t *mem_info, int cmd);
  /external/vulkan-validation-layers/layers/
core_validation.cpp 517 DEVICE_MEM_INFO *mem_info = getMemObjInfo(dev_data, mem); local
518 if (mem_info) {
519 if (!mem_info->bound_ranges[bound_object_handle].valid) {
553 DEVICE_MEM_INFO *mem_info = getMemObjInfo(dev_data, mem); local
554 if (mem_info) {
555 mem_info->bound_ranges[handle].valid = valid;
682 DEVICE_MEM_INFO *mem_info = getMemObjInfo(dev_data, mem); local
684 if (mem_info && !mem_info->obj_bindings.erase({handle, type})) {
771 DEVICE_MEM_INFO *mem_info = getMemObjInfo(dev_data, mem); local
825 DEVICE_MEM_INFO *mem_info = getMemObjInfo(dev_data, binding.mem); local
876 auto mem_info = (*ii).second.get(); local
5140 DEVICE_MEM_INFO *mem_info = nullptr; local
5167 auto mem_info = mem_element->second.get(); local
5198 auto mem_info = getMemObjInfo(my_data, mem); local
5207 auto mem_info = getMemObjInfo(my_data, mem); local
5230 auto mem_info = getMemObjInfo(dev_data, mem); local
5726 auto mem_info = getMemObjInfo(dev_data, buff_node->binding.mem); local
5728 RemoveBufferMemoryRange(reinterpret_cast<uint64_t &>(buffer), mem_info); local
5790 auto mem_info = getMemObjInfo(dev_data, image_state->binding.mem); local
5852 auto mem_info = getMemObjInfo(dev_data, mem); local
10924 DEVICE_MEM_INFO *mem_info = getMemObjInfo(dev_data, mem); local
10972 auto mem_info = getMemObjInfo(dev_data, pMemRanges[i].memory); local
11004 auto mem_info = getMemObjInfo(dev_data, pMemRanges[i].memory); local
11037 auto mem_info = getMemObjInfo(dev_data, mem_ranges[i].memory); local
11097 auto mem_info = getMemObjInfo(dev_data, mem); local
    [all...]

Completed in 384 milliseconds