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

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation_types.h 87 bool valid; // If this is a swapchain image backing memory track valid here as it doesn't have DEVICE_MEM_INFO
129 struct DEVICE_MEM_INFO {
  /external/vulkan-validation-layers/layers/
core_validation_types.h 212 bool valid; // If this is a swapchain image backing memory track valid here as it doesn't have DEVICE_MEM_INFO
251 struct DEVICE_MEM_INFO : public BASE_NODE {
269 DEVICE_MEM_INFO(void *disp_object, const VkDeviceMemory in_mem, const VkMemoryAllocateInfo *p_alloc_info)
637 DEVICE_MEM_INFO *getMemObjInfo(const layer_data *, VkDeviceMemory);

Completed in 50 milliseconds