Home
last modified time | relevance | path

Searched defs:device_data (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/intel/nullhw-layer/
Dintel_nullhw.c46 struct device_data { struct
47 struct instance_data *instance;
49 PFN_vkSetDeviceLoaderData set_device_loader_data;
51 struct vk_device_dispatch_table vtable;
52 VkPhysicalDevice physical_device;
53 VkDevice device;
105 static void override_queue(struct device_data *device_data, in override_queue()
158 static void device_override_queues(struct device_data *device_data, in device_override_queues()
244 struct device_data *device_data = new_device_data(*pDevice, instance_data); in nullhw_CreateDevice() local
261 struct device_data *device_data = FIND(struct device_data, device); in nullhw_DestroyDevice() local
[all …]
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp76 struct device_data { struct
98 struct device_data *device; argument
382 struct device_data *device_data) in new_queue_data()
410 struct device_data *device_data = data->device; in destroy_queue() local
471 struct device_data *device_data) in new_command_buffer_data()
494 struct device_data *device_data) in new_swapchain_data()
514 struct device_data *device_data = data->device; in get_overlay_draw() local
682 static void control_send_connection_string(struct device_data *device_data) in control_send_connection_string()
705 static void control_client_check(struct device_data *device_data) in control_client_check()
774 struct device_data *device_data = data->device; in snapshot_swapchain_frame() local
[all …]
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dmodel_process.h34 void *device_data; member
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/
Dmodel_process.h31 void *device_data; member
/third_party/boost/libs/compute/perf/
Dperf_cart_to_polar.cpp134 std::vector<float> device_data(PERF_N*2); in main() local
Dperf_accumulate.cpp126 compute::vector<int> device_data( in main() local
/third_party/boost/libs/compute/test/
Dtest_copy.cpp226 bc::vector<int> device_data(8, context); in BOOST_AUTO_TEST_CASE() local