Searched refs:tile_enabled (Results 1 - 22 of 22) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
H A Dgr_adreno_info.cpp95 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, argument
128 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
H A Dgr_adreno_info.h82 bool tile_enabled);
H A Dgr_buf_mgr.cpp653 int *tile_enabled = va_arg(args, int *); local
654 if (!aligned_width || !aligned_height || !tile_enabled) {
660 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_adreno_info.cpp95 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, argument
128 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
H A Dgr_adreno_info.h82 bool tile_enabled);
H A Dgr_buf_mgr.cpp650 int *tile_enabled = va_arg(args, int *); local
651 if (!aligned_width || !aligned_height || !tile_enabled) {
657 *tile_enabled = IsUBwcEnabled(format, prod_usage, cons_usage);
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_adreno_info.cpp87 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, argument
119 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
H A Dgr_adreno_info.h86 bool tile_enabled);
H A Dgr_buf_mgr.cpp641 int *tile_enabled = va_arg(args, int *); local
644 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage);
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_adreno_info.cpp86 void AdrenoMemInfo::AlignUnCompressedRGB(int width, int height, int format, int tile_enabled, argument
118 width, height, bpp, tile_enabled, raster_mode, padding_threshold,
H A Dgr_adreno_info.h86 bool tile_enabled);
H A Dgr_buf_mgr.cpp629 int *tile_enabled = va_arg(args, int *); local
632 *tile_enabled = allocator_->IsUBwcEnabled(format, prod_usage, cons_usage);
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp122 int tile_enabled; local
130 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp128 int tile_enabled; local
136 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp158 int tile_enabled; local
169 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_buffer_allocator.cpp134 int tile_enabled; local
145 producer_usage, consumer_usage, aligned_width, aligned_height, &tile_enabled);
/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp130 int tile_enabled, int& aligned_w, int& aligned_h)
165 height, bpp, tile_enabled,
129 getAlignedWidthAndHeight(int width, int height, int format, int tile_enabled, int& aligned_w, int& aligned_h) argument
/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp130 int tile_enabled, int& aligned_w, int& aligned_h)
165 height, bpp, tile_enabled,
129 getAlignedWidthAndHeight(int width, int height, int format, int tile_enabled, int& aligned_w, int& aligned_h) argument
/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp268 int tile_enabled, int& aligned_w, int& aligned_h)
306 height, bpp, tile_enabled,
267 getGpuAlignedWidthHeight(int width, int height, int format, int tile_enabled, int& aligned_w, int& aligned_h) argument
/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp340 int tile_enabled, int& aligned_w, int& aligned_h)
376 height, bpp, tile_enabled,
339 getGpuAlignedWidthHeight(int width, int height, int format, int tile_enabled, int& aligned_w, int& aligned_h) argument
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dalloc_controller.cpp340 int tile_enabled, int& aligned_w, int& aligned_h)
376 height, bpp, tile_enabled,
339 getGpuAlignedWidthHeight(int width, int height, int format, int tile_enabled, int& aligned_w, int& aligned_h) argument
/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp325 int tile_enabled, int& aligned_w, int& aligned_h)
364 height, bpp, tile_enabled,
324 getGpuAlignedWidthHeight(int width, int height, int format, int tile_enabled, int& aligned_w, int& aligned_h) argument

Completed in 337 milliseconds