Home
last modified time | relevance | path

Searched refs:whandles (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1052 struct winsys_handle whandles[4]; in dri2_create_image_from_fd() local
1069 memset(whandles, 0, sizeof(whandles)); in dri2_create_image_from_fd()
1077 whandles[i].type = WINSYS_HANDLE_TYPE_FD; in dri2_create_image_from_fd()
1078 whandles[i].handle = (unsigned)fds[i]; in dri2_create_image_from_fd()
1079 whandles[i].stride = (unsigned)strides[i]; in dri2_create_image_from_fd()
1080 whandles[i].offset = (unsigned)offsets[i]; in dri2_create_image_from_fd()
1081 whandles[i].format = map->pipe_format; in dri2_create_image_from_fd()
1082 whandles[i].modifier = modifier; in dri2_create_image_from_fd()
1083 whandles[ in dri2_create_image_from_fd()
[all...]

Completed in 6 milliseconds