/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_adreno_info.cpp | 87 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB() argument 119 width, height, bpp, tile_enabled, raster_mode, padding_threshold, in AlignUnCompressedRGB()
|
D | gr_adreno_info.h | 86 bool tile_enabled);
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_adreno_info.cpp | 86 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB() argument 118 width, height, bpp, tile_enabled, raster_mode, padding_threshold, in AlignUnCompressedRGB()
|
D | gr_adreno_info.h | 86 bool tile_enabled);
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_adreno_info.cpp | 98 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB() argument 128 width, height, 0 /*plane_id*/, GetGpuPixelFormat(format), 1 /*num_samples*/, tile_enabled, in AlignUnCompressedRGB() 133 width, height, bpp, tile_enabled, raster_mode, padding_threshold, in AlignUnCompressedRGB()
|
D | gr_adreno_info.h | 132 bool tile_enabled);
|
D | gr_device_impl.cpp | 742 int *tile_enabled = va_arg(args, int *); in Perform() local 743 if (!aligned_width || !aligned_height || !tile_enabled) { in Perform() 749 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_adreno_info.cpp | 95 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB() argument 128 width, height, bpp, tile_enabled, raster_mode, padding_threshold, in AlignUnCompressedRGB()
|
D | gr_adreno_info.h | 82 bool tile_enabled);
|
D | gr_buf_mgr.cpp | 653 int *tile_enabled = va_arg(args, int *); in Perform() local 654 if (!aligned_width || !aligned_height || !tile_enabled) { in Perform() 660 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_adreno_info.cpp | 95 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB() argument 128 width, height, bpp, tile_enabled, raster_mode, padding_threshold, in AlignUnCompressedRGB()
|
D | gr_adreno_info.h | 82 bool tile_enabled);
|
D | gr_buf_mgr.cpp | 650 int *tile_enabled = va_arg(args, int *); in Perform() local 651 if (!aligned_width || !aligned_height || !tile_enabled) { in Perform() 657 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage); in Perform()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_adreno_info.cpp | 98 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, in AlignUnCompressedRGB() argument 119 surface_tile_mode_t tile_mode = static_cast<surface_tile_mode_t>(tile_enabled); in AlignUnCompressedRGB()
|
D | gr_adreno_info.h | 138 bool tile_enabled);
|
D | gr_device_impl.cpp | 745 int *tile_enabled = va_arg(args, int *); in Perform() local 746 if (!aligned_width || !aligned_height || !tile_enabled) { in Perform() 752 *tile_enabled = IsUBwcEnabled(format, usage); in Perform()
|
/hardware/qcom/display/msm8998/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 128 int tile_enabled; in GetAlignedWidthAndHeight() local 136 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled); in GetAlignedWidthAndHeight()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 122 int tile_enabled; in GetAlignedWidthAndHeight() local 130 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled); in GetAlignedWidthAndHeight()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 158 int tile_enabled; in GetAlignedWidthAndHeight() local 169 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled); in GetAlignedWidthAndHeight()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/ |
D | hwc_buffer_allocator.cpp | 134 int tile_enabled; in GetAlignedWidthAndHeight() local 145 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled); in GetAlignedWidthAndHeight()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | alloc_controller.cpp | 130 int tile_enabled, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument 165 height, bpp, tile_enabled, in getAlignedWidthAndHeight()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | alloc_controller.cpp | 130 int tile_enabled, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument 165 height, bpp, tile_enabled, in getAlignedWidthAndHeight()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | alloc_controller.cpp | 268 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument 306 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | alloc_controller.cpp | 325 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument 364 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 340 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument 376 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()
|