Searched refs:bufferFormat (Results 1 – 5 of 5) sorted by relevance
349 uint32_t bufferFormat = *bufferFormatOpt; in GetBufferSpec() local369 if (bufferFormat == DRM_FORMAT_NV12 || bufferFormat == DRM_FORMAT_NV21 || in GetBufferSpec()370 bufferFormat == DRM_FORMAT_YVU420) { in GetBufferSpec()395 bufferCrop.bottom - bufferCrop.top, bufferFormat, in GetBufferSpec()396 bufferStrideBytes, GetDrmFormatBytesPerPixel(bufferFormat)); in GetBufferSpec()867 uint32_t bufferFormat = *bufferFormatOpt; in canComposeLayer() local869 if (!IsDrmFormatSupported(bufferFormat)) { in canComposeLayer()
358 uint32_t bufferFormat = *bufferFormatOpt; in GetBufferSpec() local378 if (bufferFormat == DRM_FORMAT_NV12 || bufferFormat == DRM_FORMAT_NV21 || in GetBufferSpec()379 bufferFormat == DRM_FORMAT_YVU420) { in GetBufferSpec()404 bufferCrop.bottom - bufferCrop.top, bufferFormat, in GetBufferSpec()405 bufferStrideBytes, GetDrmFormatBytesPerPixel(bufferFormat)); in GetBufferSpec()916 uint32_t bufferFormat = *bufferFormatOpt; in canComposeLayer() local918 if (!IsDrmFormatSupported(bufferFormat)) { in canComposeLayer()
315 const angle::Format &bufferFormat = format.actualBufferFormat(); in GetVertexInputAlignment() local316 size_t pixelBytes = bufferFormat.pixelBytes; in GetVertexInputAlignment()317 return format.vkBufferFormatIsPacked ? pixelBytes : (pixelBytes / bufferFormat.channelCount); in GetVertexInputAlignment()
57 const angle::Format &bufferFormat = format.actualBufferFormat(); in GetBufferUtilsFlags() local59 if (bufferFormat.isSint()) in GetBufferUtilsFlags()63 else if (bufferFormat.isUint()) in GetBufferUtilsFlags()
3177 DXGI_FORMAT bufferFormat = (indexInfo.indexType == gl::DrawElementsType::UnsignedInt) in applyIndexBuffer() local3194 syncIndexBuffer(buffer, bufferFormat, indexInfo.startOffset); in applyIndexBuffer()