Searched refs:IsPresent (Results 1 – 5 of 5) sorted by relevance
132 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 …]
46 EGLBoolean IsPresent; member
2165 !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 …]
102 bool IsPresent(const HloInstruction* a) const { in IsPresent() function
583 if (reachability_->IsPresent(producer) && in MultiOutputFusionCreatesCycle()584 reachability_->IsPresent(operand) && in MultiOutputFusionCreatesCycle()