Home
last modified time | relevance | path

Searched refs:GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN (Results 1 – 10 of 10) sorted by relevance

/aosp12/system/core/libgrallocusage/
H A DGrallocUsageConversion.cpp43 *consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN; in android_convertGralloc0To1Usage()
52 static_assert(uint64_t(GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) == in android_convertGralloc1To0Usage()
56 if ((merged & (GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN)) == in android_convertGralloc1To0Usage()
57 GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) { in android_convertGralloc1To0Usage()
58 merged &= ~uint64_t(GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN); in android_convertGralloc1To0Usage()
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGralloc1Hal.h153 consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN; in toConsumerUsage()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_device_impl.cpp137 uint64_t usage = consumer_usage & ~(GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN); in ConsumerUsageToBufferUsage()
138 if ((consumer_usage & GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) == in ConsumerUsageToBufferUsage()
139 GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) { in ConsumerUsageToBufferUsage()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_device_impl.cpp137 uint64_t usage = consumer_usage & ~(GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN); in ConsumerUsageToBufferUsage()
138 if ((consumer_usage & GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) == in ConsumerUsageToBufferUsage()
139 GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) { in ConsumerUsageToBufferUsage()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_device_impl.cpp137 uint64_t usage = consumer_usage & ~(GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN); in ConsumerUsageToBufferUsage()
138 if ((consumer_usage & GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) == in ConsumerUsageToBufferUsage()
139 GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN) { in ConsumerUsageToBufferUsage()
/aosp12/hardware/google/gchips/gralloc3/src/
H A Dmali_gralloc_usages.h84 #define GRALLOC_USAGE_SW_READ_OFTEN GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN
/aosp12/hardware/libhardware/include/hardware/
H A Dgralloc1.h59 GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN = 1ULL << 2 | enumerator
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h263 consumerUsage |= GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN; in toConsumerUsage()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_buf_mgr.cpp331 if ((cons_usage & (GRALLOC1_CONSUMER_USAGE_CPU_READ | GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN)) in LockBuffer()
/aosp12/hardware/google/graphics/common/libhwc2.1/libdevice/
H A DExynosDevice.cpp836 GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN); in allocBuffer()