Home
last modified time | relevance | path

Searched refs:IsPresent (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/egl/main/
Deglimage.c132 attrs->DMABufFourCC.IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
136 attrs->DMABufPlaneFds[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
140 attrs->DMABufPlaneOffsets[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
144 attrs->DMABufPlanePitches[0].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
148 attrs->DMABufPlaneFds[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
152 attrs->DMABufPlaneOffsets[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
156 attrs->DMABufPlanePitches[1].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
160 attrs->DMABufPlaneFds[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
164 attrs->DMABufPlaneOffsets[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
168 attrs->DMABufPlanePitches[2].IsPresent = EGL_TRUE; in _eglParseEXTImageDmaBufImportAttribs()
[all …]
Deglimage.h46 EGLBoolean IsPresent; member
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c2165 !attrs->DMABufFourCC.IsPresent) in dri2_check_dma_buf_attribs()
2176 if (attrs->DMABufPlanePitches[i].IsPresent && in dri2_check_dma_buf_attribs()
2189 if (attrs->DMABufPlaneModifiersLo[i].IsPresent != in dri2_check_dma_buf_attribs()
2190 attrs->DMABufPlaneModifiersHi[i].IsPresent) in dri2_check_dma_buf_attribs()
2197 if (attrs->DMABufPlaneFds[i].IsPresent) { in dri2_check_dma_buf_attribs()
2198 if ((attrs->DMABufPlaneModifiersLo[0].IsPresent != in dri2_check_dma_buf_attribs()
2199 attrs->DMABufPlaneModifiersLo[i].IsPresent) || in dri2_check_dma_buf_attribs()
2302 if (attrs->DMABufPlaneModifiersLo[i].IsPresent && in dri2_check_dma_buf_format()
2303 attrs->DMABufPlaneModifiersHi[i].IsPresent) { in dri2_check_dma_buf_format()
2315 if (!attrs->DMABufPlaneFds[i].IsPresent || in dri2_check_dma_buf_format()
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_reachability.h102 bool IsPresent(const HloInstruction* a) const { in IsPresent() function
Dinstruction_fusion.cc583 if (reachability_->IsPresent(producer) && in MultiOutputFusionCreatesCycle()
584 reachability_->IsPresent(operand) && in MultiOutputFusionCreatesCycle()