/hardware/qcom/display/msm8909/gralloc/ |
D | gr_utils.h | 78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
|
D | gr_utils.cpp | 186 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()
|
D | gr_buf_mgr.cpp | 426 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/ |
D | gr_allocator.h | 77 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
|
D | gr_allocator.cpp | 227 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()
|
D | gr_buf_mgr.cpp | 412 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/ |
D | gr_allocator.h | 77 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
|
D | gr_allocator.cpp | 228 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()
|
D | gr_buf_mgr.cpp | 404 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/ |
D | gr_utils.h | 78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
|
D | gr_utils.cpp | 186 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()
|
D | gr_buf_mgr.cpp | 423 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/ |
D | gr_utils.h | 91 bool IsUBwcEnabled(int format, uint64_t usage);
|
D | gr_utils.cpp | 249 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()
|
D | QtiMapper.cpp | 334 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
|
D | gr_buf_mgr.cpp | 282 if (IsUBwcEnabled(format, usage)) { in GetHandleFlags()
|
D | gr_device_impl.cpp | 730 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_utils.cpp | 277 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()
|
D | gr_utils.h | 158 bool IsUBwcEnabled(int format, uint64_t usage);
|
D | QtiMapperExtensions.cpp | 116 bool ubwc_enabled = gralloc::IsUBwcEnabled(format, usage); in calculateBufferAttributes()
|
D | gr_device_impl.cpp | 749 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()
|