Home
last modified time | relevance | path

Searched refs:InstanceID (Results 1 – 5 of 5) sorted by relevance

/external/libusb/libusb/os/
Dwindows_usbdk.h28 WCHAR InstanceID[MAX_DEVICE_ID_LEN]; member
31 static inline void UsbDkFillIDStruct(USB_DK_DEVICE_ID *ID, PCWCHAR DeviceID, PCWCHAR InstanceID) in UsbDkFillIDStruct() argument
34 wcsncpy_s(ID->InstanceID, InstanceID, MAX_DEVICE_ID_LEN); in UsbDkFillIDStruct()
Dwindows_usbdk.c233 char dev_identity[ARRAYSIZE(id->DeviceID) + ARRAYSIZE(id->InstanceID)]; in usbdk_get_session_id_for_device()
235 if (sprintf(dev_identity, "%S%S", id->DeviceID, id->InstanceID) == -1) { in usbdk_get_session_id_for_device()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dstate.h204 uint32_t InstanceID; // IN: Instance ID, constant across all verts of the SIMD member
282 uint32_t InstanceID; // IN: input instance ID member
Dfrontend.cpp718 tlsGsContext.InstanceID = instance; in GeometryShaderStage()
1279 vsContext.InstanceID = instanceNum; in ProcessDraw()
/external/deqp/framework/referencerenderer/
Ddesign.txt43 + VertexID, InstanceID (pack into some accessor?)