Home
last modified time | relevance | path

Searched refs:deviceID (Results 1 – 25 of 25) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXKBproto.h108 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/
Ddevice_select_layer.c227 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/
Dinitialization.adoc672 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
Ddebugging.adoc448 * pname:deviceID is the sname:VkPhysicalDeviceProperties::pname:deviceID
Ddevsandqueues.adoc82 * 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,
Dpipelines.adoc7594 * pname:deviceID is the sname:VkPhysicalDeviceProperties::pname:deviceID
/hardware/google/gfxstream/host/tests/
DVulkan_unittest.cpp111 ss << "Device ID: " << std::hex << props.deviceID << "\n"; in getPhysicalDevicePropertiesString()
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp444 EXPECT_THAT(props1.deviceID, Eq(props2.properties.deviceID)); in TEST_P()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc183 uint32_t deviceID;
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_pipeline_cache.c636 .device_id = pdevice_props.deviceID, in vk_pipeline_cache_create()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h424 uint32_t deviceID = 0; member
DVkDecoderGlobalState.cpp4727 res.deviceID = props.deviceID; in getHostFeatureSupport()
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp2971 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()
Dcl.hpp2550 cl_device_id deviceID = device(); in Context() local
2554 &deviceID, in Context()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp536 : 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 …]
Dvulkansc_hash.hpp404 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 ()()
Dvulkan_core.h2959 uint32_t deviceID; member
3233 uint32_t deviceID; member
15544 uint32_t deviceID; member
Dvulkan_structs.hpp25650 …: 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 …]
Dvulkan_hash.hpp3349 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/
Dvulkan_printer.py865 deviceID = printer.write_int("deviceID", 4, indent, signed=False, big_endian=False)
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2927 uint32_t deviceID; member
3201 uint32_t deviceID; member
15507 uint32_t deviceID; member
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp351 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp279 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/
Dgoldfish_vk_marshaling.cpp411 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()
Dgoldfish_vk_reserved_marshaling.cpp326 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()