Home
last modified time | relevance | path

Searched refs:usageFlags (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h178 VkImageUsageFlags usageFlags; member
345 VkBufferUsageFlags usageFlags; member
DVkCommonOperations.cpp276 physdev, info->format, info->type, info->tiling, info->usageFlags, info->createFlags, in getImageFormatExternalMemorySupportInfo()
287 string_VkResult(res), info->format, info->type, info->usageFlags, in getImageFormatExternalMemorySupportInfo()
305 string_VkImageUsageFlagBits((VkImageUsageFlagBits)info->usageFlags)); in getImageFormatExternalMemorySupportInfo()
322 info->usageFlags, in getImageFormatExternalMemorySupportInfo()
356 … string_VkResult(res), info->format, info->type, info->usageFlags, info->createFlags); in getImageFormatExternalMemorySupportInfo()
390 string_VkImageUsageFlagBits((VkImageUsageFlagBits)info->usageFlags), in getImageFormatExternalMemorySupportInfo()
488 std::vector<VkImageUsageFlags> usageFlags = { in getBasicImageSupportList() local
500 for (auto u : usageFlags) { in getBasicImageSupportList()
505 info.usageFlags = u; in getBasicImageSupportList()
2961 res.usageFlags = VK_BUFFER_USAGE_INDEX_BUFFER_BIT | VK_BUFFER_USAGE_VERTEX_BUFFER_BIT | in setupVkBuffer()
[all …]
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp810 src_img->usageFlags = 0xb00; in setSrcExynosImage()
842 src_img->usageFlags = 0x0; in setSrcExynosImage()
865 src_img->usageFlags = gmeta.producer_usage; in setSrcExynosImage()
915 dst_img->usageFlags = 0x0; in setDstExynosImage()
917 dst_img->usageFlags = VendorGraphicBufferMeta::get_producer_usage(handle); in setDstExynosImage()
921 dst_img->usageFlags = 0xb00; in setDstExynosImage()
DExynosDisplay.cpp5223 src_img->usageFlags = gmeta.producer_usage; in setCompositionTargetExynosImage()
5227 src_img->usageFlags = 0; in setCompositionTargetExynosImage()
5257 dst_img->usageFlags = 0; in setCompositionTargetExynosImage()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.cpp427 if (getDrmMode(src.usageFlags) != NO_DRM) in isSupportedCapability()
440 if (getDrmMode(src.usageFlags) == NO_DRM) in isSupportedDRM()
1107 mDstImgs[index].bufferType, getBufferType(dst.usageFlags), dst.usageFlags, in needDstBufRealloc()
1115 (mDstImgs[index].bufferType != getBufferType(dst.usageFlags)) || in needDstBufRealloc()
1144 (mPrevFrameInfo.srcInfo[i].usageFlags != mAssignedSources[i]->mSrcImg.usageFlags) || in canUsePrevFrame()
1726 allocFormat, dst.usageFlags, mCurrentDstBuf); in doPostProcessing()
2144 if (getDrmMode(src.usageFlags) == NO_DRM) { in isSupported()
2565 (getDrmMode(mAssignedSources[i]->mSrcImg.usageFlags) != NO_DRM))) { in getAssignedCapacity()
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.h394 uint64_t usageFlags = 0; member
DExynosHWCHelper.cpp564 img.usageFlags, img.layerFlags, img.acquireFenceFd, img.releaseFenceFd); in dumpExynosImage()