Home
last modified time | relevance | path

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

/third_party/mesa3d/src/egl/main/
Deglimage.c149 attrs->DMABufPlanePitches[0].Value = val; in _eglParseEXTImageDmaBufImportAttribs()
150 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
161 attrs->DMABufPlanePitches[1].Value = val; in _eglParseEXTImageDmaBufImportAttribs()
162 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
173 attrs->DMABufPlanePitches[2].Value = val; in _eglParseEXTImageDmaBufImportAttribs()
174 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
256 attrs->DMABufPlanePitches[3].Value = val; in _eglParseEXTImageDmaBufImportModifiersAttribs()
257 attrs->DMABufPlanePitches[3].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportModifiersAttribs()
Deglimage.h75 struct _egl_image_attrib_int DMABufPlanePitches[DMA_BUF_MAX_PLANES]; member
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2570 for (unsigned i = 0; i < ARRAY_SIZE(attrs->DMABufPlanePitches); ++i) { in dri2_check_dma_buf_attribs()
2571 if (attrs->DMABufPlanePitches[i].IsPresent && in dri2_check_dma_buf_attribs()
2572 attrs->DMABufPlanePitches[i].Value <= 0) in dri2_check_dma_buf_attribs()
2735 !attrs->DMABufPlanePitches[i].IsPresent) { in dri2_check_dma_buf_format()
2752 attrs->DMABufPlanePitches[i].IsPresent) { in dri2_check_dma_buf_format()
2870 pitches[i] = attrs.DMABufPlanePitches[i].Value; in dri2_create_image_dma_buf()