Lines Matching defs:fds
2861 int fds[DMA_BUF_MAX_PLANES];
2890 fds[i] = attrs.DMABufPlaneFds[i].Value;
2916 modifier, fds, num_fds, pitches, offsets,
2934 modifier, fds, num_fds, pitches, offsets,
2946 fds, num_fds, pitches, offsets,
3120 int *fds, EGLint *strides, EGLint *offsets)
3130 * "If the number of fds is less than the number of planes, then
3133 if (fds) {
3137 memset(fds, -1, nplanes * sizeof(int));
3140 /* rework later to provide multiple fds/strides/offsets */
3141 if (fds)
3143 __DRI_IMAGE_ATTRIB_FD, fds);