Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_utils.h78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
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()
Dgr_buf_mgr.cpp423 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetHandleFlags()
657 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_allocator.h77 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
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()
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()
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_allocator.h77 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
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()
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()
/hardware/qcom/display/msm8909/gralloc/
Dgr_utils.h78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
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()
Dgr_buf_mgr.cpp426 if (IsUBwcEnabled(format, prod_usage, cons_usage)) { in GetHandleFlags()
660 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
/hardware/qcom/sm8150/display/gralloc/
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()
Dgr_utils.h185 bool IsUBwcEnabled(int format, uint64_t usage);
DQtiMapper4.cpp308 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
334 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
DQtiMapperExtensions.cpp116 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
Dgr_device_impl.cpp749 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()
/hardware/qcom/sm7250/display/gralloc/
Dgr_utils.cpp359 } else if (IsUBwcEnabled(format, usage)) { in GetSize()
810 bool IsUBwcEnabled(int format, uint64_t usage) { in IsUBwcEnabled() function
969 if (!IsUBwcEnabled(format, usage)) { in GetRgbMetaSize()
1062 bool ubwc_enabled = IsUBwcEnabled(format, usage); in GetAlignedWidthAndHeight()
1288 int is_ubwc_enabled = IsUBwcEnabled(info.format, info.usage); in GetGpuResourceSizeAndDimensions()
1353 if (format && IsUBwcEnabled(format, usage)) { in UseUncached()
1387 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
Dgr_utils.h199 bool IsUBwcEnabled(int format, uint64_t usage);
DQtiMapper4.cpp308 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
334 if (gralloc::IsUBwcEnabled(format, description.usage)) { in getFromBufferDescriptorInfo()
DQtiMapperExtensions.cpp116 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
Dgr_device_impl.cpp752 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()