Home
last modified time | relevance | path

Searched refs:IsUBwcEnabled (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_utils.h78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
H A Dgr_utils.cpp186 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetSize()
501 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, in IsUBwcEnabled() function
680 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight()
H A Dgr_buf_mgr.cpp423 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetHandleFlags()
657 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.h77 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
H A Dgr_allocator.cpp227 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetSize()
617 bool Allocator::IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, in IsUBwcEnabled() function in gralloc1::Allocator
792 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight()
H A Dgr_buf_mgr.cpp412 if (allocator_->IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetHandleFlags()
623 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.h77 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
H A Dgr_allocator.cpp228 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetSize()
619 bool Allocator::IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, in IsUBwcEnabled() function in gralloc1::Allocator
794 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight()
H A Dgr_buf_mgr.cpp404 if (allocator_->IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetHandleFlags()
615 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_utils.h78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
H A Dgr_utils.cpp186 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetSize()
501 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage, in IsUBwcEnabled() function
680 bool ubwc_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in GetAlignedWidthAndHeight()
H A Dgr_buf_mgr.cpp426 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetHandleFlags()
660 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
/aosp12/hardware/qcom/sm7250/display/gralloc/
H A Dgr_utils.cpp318 } else if (IsUBwcEnabled(format, usage)) { in GetSize()
765 bool IsUBwcEnabled(int format, uint64_t usage) { in IsUBwcEnabled() function
924 if (!IsUBwcEnabled(format, usage)) { in GetRgbMetaSize()
1017 bool ubwc_enabled = IsUBwcEnabled(format, usage); in GetAlignedWidthAndHeight()
1244 int is_ubwc_enabled = IsUBwcEnabled(info.format, info.usage); in GetGpuResourceSizeAndDimensions()
1309 if (format && IsUBwcEnabled(format, usage)) { in UseUncached()
1343 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
H A DQtiMapper4.cpp308 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
334 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
H A Dgr_utils.h199 bool IsUBwcEnabled(int format, uint64_t usage);
H A DQtiMapperExtensions.cpp116 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_utils.cpp284 if (IsUBwcEnabled(format, usage)) { in GetSize()
731 bool IsUBwcEnabled(int format, uint64_t usage) { in IsUBwcEnabled() function
885 if (!IsUBwcEnabled(format, usage)) { in GetRgbMetaSize()
978 bool ubwc_enabled = IsUBwcEnabled(format, usage); in GetAlignedWidthAndHeight()
1194 int is_ubwc_enabled = IsUBwcEnabled(info.format, info.usage); in GetGpuResourceSizeAndDimensions()
1259 if (format && IsUBwcEnabled(format, usage)) { in UseUncached()
1293 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
H A Dgr_utils.h185 bool IsUBwcEnabled(int format, uint64_t usage);
H A DQtiMapper4.cpp308 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
334 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
H A DQtiMapperExtensions.cpp116 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_utils.cpp249 if (IsUBwcEnabled(format, usage)) { in GetSize()
583 bool IsUBwcEnabled(int format, uint64_t usage) { in IsUBwcEnabled() function
806 bool ubwc_enabled = IsUBwcEnabled(format, usage); in GetAlignedWidthAndHeight()
1002 int is_ubwc_enabled = IsUBwcEnabled(info.format, info.usage); in GetGpuResourceSizeAndDimensions()
H A Dgr_utils.h91 bool IsUBwcEnabled(int format, uint64_t usage);
H A DQtiMapper.cpp334 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
H A Dgr_buf_mgr.cpp282 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
H A Dgr_device_impl.cpp730 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()

12