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

  /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/
device_select_layer.c 217 switch(properties.properties.deviceType) {
260 drm_device->cpu_device = properties.properties.deviceType == VK_PHYSICAL_DEVICE_TYPE_CPU;
520 group_has_cpu_device = properties.properties.deviceType == VK_PHYSICAL_DEVICE_TYPE_CPU;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_screen.c 589 return screen->info.props.deviceType == VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU;
1170 if (props->deviceType == VK_PHYSICAL_DEVICE_TYPE_CPU) {
1178 if (props->deviceType != VK_PHYSICAL_DEVICE_TYPE_CPU) {
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_device.c 839 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_device.c 832 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_device.c 1420 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_device.c 1003 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_device.c 817 .deviceType = VK_PHYSICAL_DEVICE_TYPE_CPU,
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_device.c 1944 .deviceType = pdevice->info.has_local_mem ?
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_device.c 1343 .deviceType = VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_device.c 1117 .deviceType = pdevice->rad_info.has_dedicated_vram ? VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU : VK_PHYSICAL_DEVICE_TYPE_INTEGRATED_GPU,
  /xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
vn_protocol_driver_device.h 550 size += vn_sizeof_VkPhysicalDeviceType(&val->deviceType);
567 vn_decode_VkPhysicalDeviceType(dec, &val->deviceType);
588 /* skip val->deviceType */
603 /* skip val->deviceType */
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c 1812 .deviceType = device_type,
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 2051 VkPhysicalDeviceType deviceType;
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 2733 VkPhysicalDeviceType deviceType;

Completed in 125 milliseconds