Home
last modified time | relevance | path

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

/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/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/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/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/sdm845/display/gralloc/
Dgr_utils.h91 bool IsUBwcEnabled(int format, uint64_t usage);
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()
DQtiMapper.cpp334 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
Dgr_buf_mgr.cpp282 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
Dgr_device_impl.cpp730 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()
/hardware/qcom/sm8150/display/gralloc/
Dgr_utils.cpp277 if (IsUBwcEnabled(format, usage)) { in GetSize()
687 bool IsUBwcEnabled(int format, uint64_t usage) { in IsUBwcEnabled() function
826 if (!IsUBwcEnabled(format, usage)) { in GetRgbMetaSize()
919 bool ubwc_enabled = IsUBwcEnabled(format, usage); in GetAlignedWidthAndHeight()
1125 int is_ubwc_enabled = IsUBwcEnabled(info.format, info.usage); in GetGpuResourceSizeAndDimensions()
1190 if (format && IsUBwcEnabled(format, usage)) { in UseUncached()
1224 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
Dgr_utils.h158 bool IsUBwcEnabled(int format, uint64_t usage);
DQtiMapperExtensions.cpp116 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
Dgr_device_impl.cpp749 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()