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

/xsrc/external/mit/MesaLib.old/dist/src/egl/main/
H A Deglimage.c218 attrs->DMABufPlaneModifiersLo[0].Value = val;
219 attrs->DMABufPlaneModifiersLo[0].IsPresent = EGL_TRUE;
226 attrs->DMABufPlaneModifiersLo[1].Value = val;
227 attrs->DMABufPlaneModifiersLo[1].IsPresent = EGL_TRUE;
234 attrs->DMABufPlaneModifiersLo[2].Value = val;
235 attrs->DMABufPlaneModifiersLo[2].IsPresent = EGL_TRUE;
254 attrs->DMABufPlaneModifiersLo[3].Value = val;
255 attrs->DMABufPlaneModifiersLo[3].IsPresent = EGL_TRUE;
H A Deglimage.h76 struct _egl_image_attrib_int DMABufPlaneModifiersLo[DMA_BUF_MAX_PLANES]; member in struct:_egl_image_attribs
/xsrc/external/mit/MesaLib/dist/src/egl/main/
H A Deglimage.c224 attrs->DMABufPlaneModifiersLo[0].Value = val;
225 attrs->DMABufPlaneModifiersLo[0].IsPresent = EGL_TRUE;
232 attrs->DMABufPlaneModifiersLo[1].Value = val;
233 attrs->DMABufPlaneModifiersLo[1].IsPresent = EGL_TRUE;
240 attrs->DMABufPlaneModifiersLo[2].Value = val;
241 attrs->DMABufPlaneModifiersLo[2].IsPresent = EGL_TRUE;
260 attrs->DMABufPlaneModifiersLo[3].Value = val;
261 attrs->DMABufPlaneModifiersLo[3].IsPresent = EGL_TRUE;
H A Deglimage.h76 struct _egl_image_attrib_int DMABufPlaneModifiersLo[DMA_BUF_MAX_PLANES]; member in struct:_egl_image_attribs
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2206 if (attrs->DMABufPlaneModifiersLo[i].IsPresent !=
2215 if ((attrs->DMABufPlaneModifiersLo[0].IsPresent !=
2216 attrs->DMABufPlaneModifiersLo[i].IsPresent) ||
2217 (attrs->DMABufPlaneModifiersLo[0].Value !=
2218 attrs->DMABufPlaneModifiersLo[i].Value) ||
2334 if (attrs->DMABufPlaneModifiersLo[i].IsPresent &&
2489 * will be present in attrs.DMABufPlaneModifiersLo[0] and
2491 if (attrs.DMABufPlaneModifiersLo[0].IsPresent) {
2493 attrs.DMABufPlaneModifiersLo[0].Value);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Degl_dri2.c2580 if (attrs->DMABufPlaneModifiersLo[i].IsPresent !=
2589 if ((attrs->DMABufPlaneModifiersLo[0].IsPresent !=
2590 attrs->DMABufPlaneModifiersLo[i].IsPresent) ||
2591 (attrs->DMABufPlaneModifiersLo[0].Value !=
2592 attrs->DMABufPlaneModifiersLo[i].Value) ||
2716 if (attrs->DMABufPlaneModifiersLo[i].IsPresent &&
2871 * will be present in attrs.DMABufPlaneModifiersLo[0] and
2873 if (attrs.DMABufPlaneModifiersLo[0].IsPresent) {
2875 attrs.DMABufPlaneModifiersLo[0].Value);

Completed in 12 milliseconds