Home
last modified time | relevance | path

Searched refs:tile_mode (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/sm8150/display/gralloc/
Dgr_adreno_info.h212 int tile_mode, int raster_mode,
217 int tile_mode, int raster_mode,
221 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
228 ADRENOPIXELFORMAT format, int num_samples, surface_tile_mode_t tile_mode,
Dgr_adreno_info.cpp311 surface_tile_mode_t tile_mode = static_cast<surface_tile_mode_t> (isUBWC); in AdrenoInitMemoryLayout() local
314 tile_mode, usage, num_planes); in AdrenoInitMemoryLayout()
/hardware/qcom/sm7250/display/gralloc/
Dgr_adreno_info.h219 surface_tile_mode_t tile_mode,
226 surface_tile_mode_t tile_mode,
231 int width, int height, int format, surface_tile_mode_t tile_mode,
239 ADRENOPIXELFORMAT format, uint32_t num_samples, surface_tile_mode_t tile_mode,
Dgr_adreno_info.cpp119 surface_tile_mode_t tile_mode = static_cast<surface_tile_mode_t>(tile_enabled); in AlignUnCompressedRGB() local
129 width, height, 0 /*plane_id*/, GetGpuPixelFormat(format), 1 /*num_samples*/, tile_mode, in AlignUnCompressedRGB()
134 width, height, bpp, tile_mode, raster_mode, padding_threshold, in AlignUnCompressedRGB()
311 surface_tile_mode_t tile_mode = static_cast<surface_tile_mode_t> (isUBWC); in AdrenoInitMemoryLayout() local
314 tile_mode, usage, num_planes); in AdrenoInitMemoryLayout()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.h130 int tile_mode, int raster_mode,
134 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.h130 int tile_mode, int raster_mode,
134 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.h130 int tile_mode, int raster_mode,
134 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.h130 int tile_mode, int raster_mode,
134 int width, int height, int format, int tile_mode, int raster_mode, int padding_threshold,
/hardware/qcom/display/msm8226/libgralloc/
Dgr.h138 int tile_mode,
150 int tile_mode,
/hardware/qcom/display/msm8084/libgralloc/
Dgr.h138 int tile_mode,
150 int tile_mode,
/hardware/qcom/display/msm8994/libgralloc/
Dgr.h166 int tile_mode,
178 int tile_mode,
/hardware/qcom/display/msm8909w_3100/libgralloc/
Dgr.h172 int tile_mode,
182 int tile_mode,
/hardware/qcom/display/msm8909/libgralloc/
Dgr.h172 int tile_mode,
182 int tile_mode,
/hardware/qcom/display/msm8996/libgralloc/
Dgr.h177 int tile_mode,
189 int tile_mode,
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.h68 …drenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
DC2DColorConverter.cpp499 int32_t tile_mode = 0; in calcSize() local
507 … mAdrenoComputeAlignedWidthAndHeight(width, height, bpp, tile_mode, raster_mode, padding_threshold, in calcSize()
514 … mAdrenoComputeAlignedWidthAndHeight(width, height, bpp, tile_mode, raster_mode, padding_threshold, in calcSize()
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.h68 …drenoComputeAlignedWidthAndHeight) (int width, int height, int bpp, int tile_mode, int raster_mode,
DC2DColorConverter.cpp496 int32_t tile_mode = 0; in calcSize() local
504 … mAdrenoComputeAlignedWidthAndHeight(width, height, bpp, tile_mode, raster_mode, padding_threshold, in calcSize()
511 … mAdrenoComputeAlignedWidthAndHeight(width, height, bpp, tile_mode, raster_mode, padding_threshold, in calcSize()
/hardware/qcom/sm8150/media/libc2dcolorconvert/
DC2DColorConverter.h99 int tile_mode, int raster_mode,
DC2DColorConverter.cpp597 int32_t tile_mode = 0; local
607 1, tile_mode, raster_mode,
618 1, tile_mode, raster_mode,
/hardware/qcom/sm7250/media/libc2dcolorconvert/
DC2DColorConverter.h99 int tile_mode, int raster_mode,
DC2DColorConverter.cpp652 int32_t tile_mode = 0; in calcSize() local
662 1, tile_mode, raster_mode, in calcSize()
673 1, tile_mode, raster_mode, in calcSize()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Dnouveau_drm.h95 __u32 tile_mode; member
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h10506 unsigned char tile_mode; in ParseEXRHeader() local
10510 tile_mode = data[8]; in ParseEXRHeader()
10518 info->tile_level_mode = tile_mode & 0x3; in ParseEXRHeader()
10519 info->tile_rounding_mode = (tile_mode >> 4) & 0x1; in ParseEXRHeader()