Searched refs:QueryDeviceIdentificationResponse (Results 1 – 3 of 3) sorted by relevance
122 struct QueryDeviceIdentificationResponse114 struct QueryDeviceIdentificationResponse global() struct 116 hdrgpu::QueryDeviceIdentificationResponse global() argument 117 device_identificationgpu::QueryDeviceIdentificationResponse global() argument 118 instance_idgpu::QueryDeviceIdentificationResponse global() argument
78 if (buf.size() < sizeof(QueryDeviceIdentificationResponse)) in decodeQueryDeviceIdentificationResponse() 84 reinterpret_cast<const QueryDeviceIdentificationResponse*>(buf.data()); in decodeQueryDeviceIdentificationResponse()
231 std::vector<uint8_t> buf(sizeof(gpu::QueryDeviceIdentificationResponse)); in TEST_F() 233 gpu::QueryDeviceIdentificationResponse response{}; in TEST_F()