Home
last modified time | relevance | path

Searched refs:tile_enabled (Results 1 – 25 of 28) sorted by relevance

12

/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.cpp87 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()
Dgr_adreno_info.h86 bool tile_enabled);
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.cpp86 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()
Dgr_adreno_info.h86 bool tile_enabled);
/hardware/qcom/sm8150/display/gralloc/
Dgr_adreno_info.cpp98 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()
Dgr_adreno_info.h132 bool tile_enabled);
Dgr_device_impl.cpp742 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/
Dgr_adreno_info.cpp95 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()
Dgr_adreno_info.h82 bool tile_enabled);
Dgr_buf_mgr.cpp653 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/
Dgr_adreno_info.cpp95 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()
Dgr_adreno_info.h82 bool tile_enabled);
Dgr_buf_mgr.cpp650 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/
Dgr_adreno_info.cpp98 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()
Dgr_adreno_info.h138 bool tile_enabled);
Dgr_device_impl.cpp745 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/
Dhwc_buffer_allocator.cpp128 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/
Dhwc_buffer_allocator.cpp122 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/
Dhwc_buffer_allocator.cpp158 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/
Dhwc_buffer_allocator.cpp134 int tile_enabled; in GetAlignedWidthAndHeight() local
145 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled); in GetAlignedWidthAndHeight()
/hardware/qcom/display/msm8084/libgralloc/
Dalloc_controller.cpp130 int tile_enabled, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
165 height, bpp, tile_enabled, in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8226/libgralloc/
Dalloc_controller.cpp130 int tile_enabled, int& aligned_w, int& aligned_h) in getAlignedWidthAndHeight() argument
165 height, bpp, tile_enabled, in getAlignedWidthAndHeight()
/hardware/qcom/display/msm8994/libgralloc/
Dalloc_controller.cpp268 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
306 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()
/hardware/qcom/display/msm8996/libgralloc/
Dalloc_controller.cpp325 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
364 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()
/hardware/qcom/display/msm8909/libgralloc/
Dalloc_controller.cpp340 int tile_enabled, int& aligned_w, int& aligned_h) in getGpuAlignedWidthHeight() argument
376 height, bpp, tile_enabled, in getGpuAlignedWidthHeight()

12