Home
last modified time | relevance | path

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

12

/aosp12/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_adreno_info.cpp50 *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 Dgr_adreno_info.h127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
/aosp12/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_adreno_info.cpp50 *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 Dgr_adreno_info.h127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height,
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_adreno_info.cpp61 *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 Dgr_adreno_info.h127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height, variable
/aosp12/hardware/qcom/display/msm8909/gralloc/
H A Dgr_adreno_info.cpp61 *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 Dgr_adreno_info.h127 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height, variable
/aosp12/hardware/qcom/sdm845/display/gralloc/
H A Dgr_adreno_info.cpp63 *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 Dgr_adreno_info.h167 int (*LINK_adreno_compute_padding)(int width, int bpp, int surface_tile_height, variable
/aosp12/hardware/qcom/sm8150/display/gralloc/
H A Dgr_adreno_info.cpp63 *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 Dgr_adreno_info.cpp63 *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 Dalloc_controller.cpp93 *(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 Dgr.h99 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/aosp12/hardware/qcom/display/msm8084/libgralloc/
H A Dalloc_controller.cpp93 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 Dgr.h130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/aosp12/hardware/qcom/display/msm8226/libgralloc/
H A Dalloc_controller.cpp93 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 Dgr.h130 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/aosp12/hardware/qcom/display/msm8994/libgralloc/
H A Dalloc_controller.cpp100 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 Dgr.h158 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/aosp12/hardware/qcom/display/msm8996/libgralloc/
H A Dalloc_controller.cpp110 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 Dgr.h169 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/aosp12/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dalloc_controller.cpp116 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 Dgr.h164 int (*LINK_adreno_compute_padding) (int width, int bpp, variable
/aosp12/hardware/qcom/display/msm8909/libgralloc/
H A Dalloc_controller.cpp116 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()

12