Home
last modified time | relevance | path

Searched refs:internal_format (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/
Ddrmutils.cpp99 const uint64_t internal_format = (unmasked_format & MALI_GRALLOC_INTFMT_FMT_MASK); in drm_fourcc_from_handle() local
102 if (table[i].internal == internal_format) in drm_fourcc_from_handle()
106 if (afbc && internal_format == MALI_GRALLOC_FORMAT_INTERNAL_RGB_565) in drm_fourcc_from_handle()
119 const uint64_t internal_format = hnd->alloc_format; in drm_modifier_from_handle() local
120 if ((internal_format & MALI_GRALLOC_INTFMT_AFBCENABLE_MASK) == 0) in drm_modifier_from_handle()
127 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_SPLITBLK) in drm_modifier_from_handle()
132 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_TILED_HEADERS) in drm_modifier_from_handle()
137 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_DOUBLE_BODY) in drm_modifier_from_handle()
142 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_BCH) in drm_modifier_from_handle()
147 if (internal_format & MALI_GRALLOC_INTFMT_AFBC_YUV_TRANSFORM) in drm_modifier_from_handle()
[all …]
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_formats.h222 …uint64_t internal_format = (uint64_t)(((((uint64_t)(x)) & MALI_GRALLOC_INTFMT_EXT_WRAP_MASK) << MA… in mali_gralloc_format_unwrap() local
225 uint64_t base_format = internal_format & MALI_GRALLOC_INTFMT_FMT_MASK; in mali_gralloc_format_unwrap()
226 uint64_t modifiers = internal_format & MALI_GRALLOC_INTFMT_EXT_MASK; in mali_gralloc_format_unwrap()
360 void mali_gralloc_adjust_dimensions(const uint64_t internal_format,
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_bufferallocation.h107 void init_afbc(uint8_t *buf, uint64_t internal_format, const bool is_multi_plane, uint8_t bpp, uint…
Dformat_info.cpp222 uint32_t internal_format; member
368 uint32_t internal_format = base_format; in get_internal_format() local
376 internal_format = hal_to_internal_format[idx].internal_format; in get_internal_format()
383 if (map_to_internal && get_format_index(internal_format) < 0) in get_internal_format()
385 internal_format = MALI_GRALLOC_FORMAT_INTERNAL_UNDEFINED; in get_internal_format()
388 return internal_format; in get_internal_format()
/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer-unstable.h90 int* internal_format);
/hardware/google/gchips/libvendorgraphicbuffer/include/
DVendorGraphicBuffer.h104 uint64_t internal_format = 0llu; member
/hardware/google/gfxstream/guest/mesa/include/GL/
Dmesa_glinterop.h246 unsigned internal_format; member
/hardware/google/gfxstream/include/render-utils/
Dvirtio_gpu_ops.h136 …tform_resource_info_t)(uint32_t handle, int32_t* width, int32_t* height, int32_t* internal_format);
/hardware/google/gfxstream/host/
DRendererImpl.cpp664 [](uint32_t handle, int32_t* width, int32_t* height, int32_t* internal_format) { in __anonf315e04f2102() argument
665 return FrameBuffer::getFB()->getColorBufferInfo(handle, width, height, internal_format); in __anonf315e04f2102()
Dvirtio-gpu-gfxstream-renderer.cpp1780 int platformResourceInfo(int res_handle, int* width, int* height, int* internal_format) { in platformResourceInfo() argument
1784 mVirtioGpuOps->platform_resource_info(res_handle, width, height, internal_format); in platformResourceInfo()
2089 int* internal_format) { in stream_renderer_platform_resource_info() argument
2090 return sRenderer()->platformResourceInfo(res_handle, width, height, internal_format); in stream_renderer_platform_resource_info()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc4/
Dvendor_graphicbuffer_meta.cpp361 internal_format = gralloc_hnd->alloc_format; in init()
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/
Dvendor_graphicbuffer_meta.cpp371 internal_format = gralloc_hnd->alloc_format; in init()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosLayer.cpp394 uint64_t internal_format = 0; in setLayerBuffer() local
405 internal_format = gmeta.format; in setLayerBuffer()
468 mLayerBuffer, mDataSpace, mAcquireFence, mCompressionInfo.type, internal_format); in setLayerBuffer()
DExynosDisplay.cpp955 uint64_t internal_format = 0; in dump() local
956 internal_format = VendorGraphicBufferMeta::get_internal_format(mTargetBuffer); in dump()
957 result.appendFormat("\tinternal_format: 0x%" PRIx64 ", afbc: %d\n", internal_format, in dump()