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

  /system/core/metricsd/uploader/
system_profile_cache.cc 164 metrics::SystemProfileProto_BrilloDeviceData* device_data = local
166 device_data->set_product_id(profile_.product_id);
  /external/autotest/client/profilers/powertop/src/
urbnum.c 36 struct device_data;
38 struct device_data { struct
39 struct device_data *next;
48 static struct device_data *devices;
52 struct device_data *ptr;
64 struct device_data *ptr;
93 ptr = malloc(sizeof(struct device_data));
95 memset(ptr, 0, sizeof(struct device_data));
138 struct device_data *dev;
173 struct device_data *dev
    [all...]
  /external/vulkan-validation-layers/layers/
image.cpp 273 layer_data *device_data = get_my_data_ptr(get_dispatch_key(device), layer_data_map); local
274 VkPhysicalDevice physicalDevice = device_data->physicalDevice;
279 phy_dev_data->instance_dispatch_table->GetPhysicalDeviceFormatProperties(device_data->physicalDevice, pCreateInfo->format,
285 skipCall |= log_msg(device_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__,
295 VkDeviceSize imageGranularity = device_data->physicalDeviceProperties.limits.bufferImageGranularity;
353 result = device_data->device_dispatch_table->CreateImage(device, pCreateInfo, pAllocator, pImage);
357 device_data->imageMap[*pImage] = IMAGE_STATE(pCreateInfo);
364 layer_data *device_data = get_my_data_ptr(get_dispatch_key(device), layer_data_map); local
366 device_data->imageMap.erase(image);
368 device_data->device_dispatch_table->DestroyImage(device, image, pAllocator)
455 layer_data *device_data = get_my_data_ptr(get_dispatch_key(device), layer_data_map); local
603 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
633 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
656 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
741 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
775 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
807 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
839 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
963 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
990 layer_data *device_data = get_my_data_ptr(get_dispatch_key(commandBuffer), layer_data_map); local
1060 layer_data *device_data = get_my_data_ptr(get_dispatch_key(device), layer_data_map); local
    [all...]

Completed in 374 milliseconds