/aosp12/hardware/qcom/display/msm8996/libgralloc1/ |
H A D | gr_adreno_info.cpp | 50 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in Init() 121 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 123 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
H A D | gr_adreno_info.h | 127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
|
/aosp12/hardware/qcom/display/msm8998/libgralloc1/ |
H A D | gr_adreno_info.cpp | 50 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in Init() 120 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 122 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
H A D | gr_adreno_info.h | 127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
H A D | gr_adreno_info.cpp | 61 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in AdrenoMemInfo() 130 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 132 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
H A D | gr_adreno_info.h | 127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height, variable
|
/aosp12/hardware/qcom/display/msm8909/gralloc/ |
H A D | gr_adreno_info.cpp | 61 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in AdrenoMemInfo() 130 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 132 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
H A D | gr_adreno_info.h | 127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height, variable
|
/aosp12/hardware/qcom/sdm845/display/gralloc/ |
H A D | gr_adreno_info.cpp | 63 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in AdrenoMemInfo() 140 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 142 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
H A D | gr_adreno_info.h | 167 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height, variable
|
/aosp12/hardware/qcom/sm8150/display/gralloc/ |
H A D | gr_adreno_info.cpp | 63 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in AdrenoMemInfo() 135 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 137 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
/aosp12/hardware/qcom/sm7250/display/gralloc/ |
H A D | gr_adreno_info.cpp | 63 *reinterpret_cast<void **>(&LINK_adreno_compute_padding) = in AdrenoMemInfo() 136 } else if (LINK_adreno_compute_padding) { in AlignUnCompressedRGB() 138 *aligned_w = UINT(LINK_adreno_compute_padding(width, bpp, surface_tile_height, raster_mode, in AlignUnCompressedRGB()
|
/aosp12/hardware/qcom/display/msm8960/libgralloc/ |
H A D | alloc_controller.cpp | 93 *(void **)&LINK_adreno_compute_padding = ::dlsym(libadreno_utils, in AdrenoMemInfo() 121 if ((libadreno_utils) && (LINK_adreno_compute_padding)) { in getStride() 127 stride = LINK_adreno_compute_padding(stride, bpp, in getStride()
|
H A D | gr.h | 99 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/aosp12/hardware/qcom/display/msm8084/libgralloc/ |
H A D | alloc_controller.cpp | 93 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo() 101 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo() 169 } else if(LINK_adreno_compute_padding) { in getAlignedWidthAndHeight() 171 aligned_w = LINK_adreno_compute_padding(width, bpp, in getAlignedWidthAndHeight()
|
H A D | gr.h | 130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/aosp12/hardware/qcom/display/msm8226/libgralloc/ |
H A D | alloc_controller.cpp | 93 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo() 101 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo() 169 } else if(LINK_adreno_compute_padding) { in getAlignedWidthAndHeight() 171 aligned_w = LINK_adreno_compute_padding(width, bpp, in getAlignedWidthAndHeight()
|
H A D | gr.h | 130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/aosp12/hardware/qcom/display/msm8994/libgralloc/ |
H A D | alloc_controller.cpp | 100 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo() 109 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo() 310 } else if(LINK_adreno_compute_padding) { in getGpuAlignedWidthHeight() 312 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()
|
H A D | gr.h | 158 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/aosp12/hardware/qcom/display/msm8996/libgralloc/ |
H A D | alloc_controller.cpp | 110 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo() 120 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo() 368 } else if(LINK_adreno_compute_padding) { in getGpuAlignedWidthHeight() 370 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()
|
H A D | gr.h | 169 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/ |
H A D | alloc_controller.cpp | 116 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo() 125 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo() 380 } else if(LINK_adreno_compute_padding) { in getGpuAlignedWidthHeight() 382 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()
|
H A D | gr.h | 164 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
|
/aosp12/hardware/qcom/display/msm8909/libgralloc/ |
H A D | alloc_controller.cpp | 116 LINK_adreno_compute_padding = NULL; in AdrenoMemInfo() 125 *(void **)&LINK_adreno_compute_padding = in AdrenoMemInfo() 380 } else if(LINK_adreno_compute_padding) { in getGpuAlignedWidthHeight() 382 aligned_w = LINK_adreno_compute_padding(width, bpp, in getGpuAlignedWidthHeight()
|