HomeSort by: relevance | last modified time | path
    Searched refs:anv_device_memory (Results 1 - 16 of 16) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_android.h 34 struct anv_device_memory;
51 struct anv_device_memory *mem,
55 struct anv_device_memory *mem,
anv_android_stubs.c 51 struct anv_device_memory *mem,
59 struct anv_device_memory *mem,
anv_wsi.c 43 ANV_FROM_HANDLE(anv_device_memory, memory, _memory);
64 ANV_FROM_HANDLE(anv_device_memory, memory, _memory);
anv_android.c 318 ANV_FROM_HANDLE(anv_device_memory, mem, pInfo->memory);
378 struct anv_device_memory *mem,
384 /* Import from AHardwareBuffer to anv_device_memory. */
418 struct anv_device_memory *mem,
anv_device.c 3613 struct anv_device_memory *mem;
3876 ANV_FROM_HANDLE(anv_device_memory, mem, pGetFdInfo->memory);
3943 ANV_FROM_HANDLE(anv_device_memory, mem, _mem);
3977 ANV_FROM_HANDLE(anv_device_memory, mem, _memory);
4045 ANV_FROM_HANDLE(anv_device_memory, mem, _memory);
4063 ANV_FROM_HANDLE(anv_device_memory, mem, ranges[i].memory);
4123 ANV_FROM_HANDLE(anv_device_memory, mem, pBindInfo->memory);
4394 ANV_FROM_HANDLE(anv_device_memory, memory, pInfo->memory);
anv_image.c 1506 struct anv_device_memory *mem)
1731 ANV_FROM_HANDLE(anv_device_memory, mem, bind_info->memory);
anv_batch_chain.c 1688 list_for_each_entry(struct anv_device_memory, mem,
anv_private.h 1171 /** List of all anv_device_memory objects */
1762 struct anv_device_memory { struct
4759 VK_DEFINE_NONDISP_HANDLE_CASTS(anv_device_memory, base, VkDeviceMemory,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_android.h 31 struct anv_device_memory;
51 struct anv_device_memory *mem,
55 struct anv_device_memory *mem,
anv_android_stubs.c 45 struct anv_device_memory *mem,
53 struct anv_device_memory *mem,
anv_intel.c 40 struct anv_device_memory *mem;
anv_android.c 225 ANV_FROM_HANDLE(anv_device_memory, mem, pInfo->memory);
285 struct anv_device_memory *mem,
291 /* Import from AHardwareBuffer to anv_device_memory. */
330 struct anv_device_memory *mem,
anv_image.c 763 struct anv_device_memory *memory,
785 struct anv_device_memory *mem)
863 ANV_FROM_HANDLE(anv_device_memory, mem, _memory);
888 ANV_FROM_HANDLE(anv_device_memory, mem, bind_info->memory);
919 struct anv_device_memory mem = {
anv_device.c 2722 struct anv_device_memory *mem;
2940 ANV_FROM_HANDLE(anv_device_memory, mem, pGetFdInfo->memory);
3010 ANV_FROM_HANDLE(anv_device_memory, mem, _mem);
3045 ANV_FROM_HANDLE(anv_device_memory, mem, _memory);
3107 ANV_FROM_HANDLE(anv_device_memory, mem, _memory);
3124 ANV_FROM_HANDLE(anv_device_memory, mem, ranges[i].memory);
3378 ANV_FROM_HANDLE(anv_device_memory, mem, pBindInfo->memory);
anv_private.h 327 __builtin_types_compatible_p (__typeof (o), struct anv_device_memory*), \
1121 /** List of all anv_device_memory objects */
1507 struct anv_device_memory { struct
3694 ANV_DEFINE_NONDISP_HANDLE_CASTS(anv_device_memory, VkDeviceMemory)
anv_batch_chain.c 1397 list_for_each_entry(struct anv_device_memory, mem,

Completed in 24 milliseconds