Home
last modified time | relevance | path

Searched refs:DMABufPlanePitches (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/egl/main/
Deglimage.c143 attrs->DMABufPlanePitches[0].Value = val; in _eglParseEXTImageDmaBufImportAttribs()
144 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
155 attrs->DMABufPlanePitches[1].Value = val; in _eglParseEXTImageDmaBufImportAttribs()
156 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
167 attrs->DMABufPlanePitches[2].Value = val; in _eglParseEXTImageDmaBufImportAttribs()
168 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
250 attrs->DMABufPlanePitches[3].Value = val; in _eglParseEXTImageDmaBufImportModifiersAttribs()
251 attrs->DMABufPlanePitches[3].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportModifiersAttribs()
Deglimage.h75 struct _egl_image_attrib_int DMABufPlanePitches[DMA_BUF_MAX_PLANES]; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2175 for (unsigned i = 0; i < ARRAY_SIZE(attrs->DMABufPlanePitches); ++i) { in dri2_check_dma_buf_attribs()
2176 if (attrs->DMABufPlanePitches[i].IsPresent && in dri2_check_dma_buf_attribs()
2177 attrs->DMABufPlanePitches[i].Value <= 0) in dri2_check_dma_buf_attribs()
2317 !attrs->DMABufPlanePitches[i].IsPresent) { in dri2_check_dma_buf_format()
2334 attrs->DMABufPlanePitches[i].IsPresent) { in dri2_check_dma_buf_format()
2437 pitches[i] = attrs.DMABufPlanePitches[i].Value; in dri2_create_image_dma_buf()