/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | XKBproto.h | 108 BYTE deviceID; member 159 CARD8 deviceID; member 323 CARD8 deviceID; member 417 CARD8 deviceID; member 458 CARD8 deviceID; member 482 CARD8 deviceID; member 532 BYTE deviceID; member 590 BYTE deviceID; member 797 CARD8 deviceID; member 852 CARD8 deviceID; member [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/ |
D | device_select_layer.c | 227 properties.properties.deviceID, properties.properties.deviceName, type); in print_gpu() 253 drm_device->dev_info.device_id = properties.properties.deviceID; in fill_drm_device_info()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | initialization.adoc | 672 slink:VkApplicationParametersEXT::pname:deviceID is not `0` and does not 676 If slink:VkApplicationParametersEXT::pname:deviceID is `0`, the application 708 each pname:vendorID and pname:deviceID pairing 727 * pname:deviceID is `0` or the 728 slink:VkPhysicalDeviceProperties::pname:deviceID of the physical device
|
D | debugging.adoc | 448 * pname:deviceID is the sname:VkPhysicalDeviceProperties::pname:deviceID
|
D | devsandqueues.adoc | 82 * pname:deviceID is a unique identifier for the physical device among 130 The pname:vendorID and pname:deviceID fields are provided to allow 166 The vendor is also responsible for the value returned in pname:deviceID. 169 pname:deviceID must: contain that PCI device ID, and the remaining bits 1835 slink:VkApplicationParametersEXT::pname:deviceID values do not match the 1837 slink:VkPhysicalDeviceProperties::pname:deviceID of pname:physicalDevice,
|
D | pipelines.adoc | 7594 * pname:deviceID is the sname:VkPhysicalDeviceProperties::pname:deviceID
|
/hardware/google/gfxstream/host/tests/ |
D | Vulkan_unittest.cpp | 111 ss << "Device ID: " << std::hex << props.deviceID << "\n"; in getPhysicalDevicePropertiesString()
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkTests.cpp | 444 EXPECT_THAT(props1.deviceID, Eq(props2.properties.deviceID)); in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_device_fault.adoc | 183 uint32_t deviceID;
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_pipeline_cache.c | 636 .device_id = pdevice_props.deviceID, in vk_pipeline_cache_create()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.h | 424 uint32_t deviceID = 0; member
|
D | VkDecoderGlobalState.cpp | 4727 res.deviceID = props.deviceID; in getHostFeatureSupport()
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | opencl.hpp | 2971 cl_device_id deviceID = device(); in Context() local 2975 &deviceID, in Context() 6738 cl_device_id deviceID = device(); in build() local 6743 &deviceID, in build()
|
D | cl.hpp | 2550 cl_device_id deviceID = device(); in Context() local 2554 &deviceID, in Context()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 536 : pNext( pNext_ ), vendorID( vendorID_ ), deviceID( deviceID_ ), key( key_ ), value( value_ ) 570 deviceID = deviceID_; in setDeviceID() 606 return std::tie( sType, pNext, vendorID, deviceID, key, value ); in reflect() 622 && ( deviceID == rhs.deviceID ) in operator ==() 638 uint32_t deviceID = {}; member 34142 …: apiVersion( apiVersion_ ), driverVersion( driverVersion_ ), vendorID( vendorID_ ), deviceID( dev… 34180 …return std::tie( apiVersion, driverVersion, vendorID, deviceID, deviceType, deviceName, pipelineCa… in reflect() 34196 && ( deviceID == rhs.deviceID ) in operator ==() 34215 uint32_t deviceID = {}; member 40029 …: headerSize( headerSize_ ), headerVersion( headerVersion_ ), vendorID( vendorID_ ), deviceID( dev… [all …]
|
D | vulkansc_hash.hpp | 404 VULKAN_HPP_HASH_COMBINE( seed, applicationParametersEXT.deviceID ); in operator ()() 4770 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.deviceID ); in operator ()() 5679 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheHeaderVersionOne.deviceID ); in operator ()()
|
D | vulkan_core.h | 2959 uint32_t deviceID; member 3233 uint32_t deviceID; member 15544 uint32_t deviceID; member
|
D | vulkan_structs.hpp | 25650 …: headerSize( headerSize_ ), headerVersion( headerVersion_ ), vendorID( vendorID_ ), deviceID( dev… 25690 deviceID = deviceID_; in setDeviceID() 25756 …return std::tie( headerSize, headerVersion, vendorID, deviceID, driverVersion, pipelineCacheUUID, … in reflect() 25772 && ( deviceID == rhs.deviceID ) in operator ==() 25793 uint32_t deviceID = {}; member 71189 …: apiVersion( apiVersion_ ), driverVersion( driverVersion_ ), vendorID( vendorID_ ), deviceID( dev… 71227 …return std::tie( apiVersion, driverVersion, vendorID, deviceID, deviceType, deviceName, pipelineCa… in reflect() 71243 && ( deviceID == rhs.deviceID ) in operator ==() 71262 uint32_t deviceID = {}; member 82181 …: headerSize( headerSize_ ), headerVersion( headerVersion_ ), vendorID( vendorID_ ), deviceID( dev… [all …]
|
D | vulkan_hash.hpp | 3349 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultVendorBinaryHeaderVersionOneEXT.deviceID ); in operator ()() 9340 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceProperties.deviceID ); in operator ()() 10921 VULKAN_HPP_HASH_COMBINE( seed, pipelineCacheHeaderVersionOne.deviceID ); in operator ()()
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 865 deviceID = printer.write_int("deviceID", 4, indent, signed=False, big_endian=False)
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2927 uint32_t deviceID; member 3201 uint32_t deviceID; member 15507 uint32_t deviceID; member
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 351 vkStream->write((uint32_t*)&forMarshaling->deviceID, sizeof(uint32_t)); in marshal_VkPipelineCacheHeaderVersionOne() 363 vkStream->read((uint32_t*)&forUnmarshaling->deviceID, sizeof(uint32_t)); in unmarshal_VkPipelineCacheHeaderVersionOne() 1081 vkStream->write((uint32_t*)&forMarshaling->deviceID, sizeof(uint32_t)); in marshal_VkPhysicalDeviceProperties() 1099 vkStream->read((uint32_t*)&forUnmarshaling->deviceID, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 279 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceID, sizeof(uint32_t)); in reservedmarshal_VkPipelineCacheHeaderVersionOne() 930 memcpy(*ptr, (uint32_t*)&forMarshaling->deviceID, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 411 vkStream->write((uint32_t*)&forMarshaling->deviceID, sizeof(uint32_t)); in marshal_VkPipelineCacheHeaderVersionOne() 422 vkStream->read((uint32_t*)&forUnmarshaling->deviceID, sizeof(uint32_t)); in unmarshal_VkPipelineCacheHeaderVersionOne() 1142 vkStream->write((uint32_t*)&forMarshaling->deviceID, sizeof(uint32_t)); in marshal_VkPhysicalDeviceProperties() 1160 vkStream->read((uint32_t*)&forUnmarshaling->deviceID, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 326 memcpy((uint32_t*)&forUnmarshaling->deviceID, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPipelineCacheHeaderVersionOne() 915 memcpy((uint32_t*)&forUnmarshaling->deviceID, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceProperties()
|