/hardware/google/gchips/gralloc4/interfaces/libs/drmutils/src/ |
D | drmutils.cpp | 99 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/ |
D | mali_gralloc_formats.h | 222 …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/ |
D | mali_gralloc_bufferallocation.h | 107 void init_afbc(uint8_t *buf, uint64_t internal_format, const bool is_multi_plane, uint8_t bpp, uint…
|
D | format_info.cpp | 222 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/ |
D | virtio-gpu-gfxstream-renderer-unstable.h | 90 int* internal_format);
|
/hardware/google/gchips/libvendorgraphicbuffer/include/ |
D | VendorGraphicBuffer.h | 104 uint64_t internal_format = 0llu; member
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | mesa_glinterop.h | 246 unsigned internal_format; member
|
/hardware/google/gfxstream/include/render-utils/ |
D | virtio_gpu_ops.h | 136 …tform_resource_info_t)(uint32_t handle, int32_t* width, int32_t* height, int32_t* internal_format);
|
/hardware/google/gfxstream/host/ |
D | RendererImpl.cpp | 664 [](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()
|
D | virtio-gpu-gfxstream-renderer.cpp | 1780 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/ |
D | vendor_graphicbuffer_meta.cpp | 361 internal_format = gralloc_hnd->alloc_format; in init()
|
/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/ |
D | vendor_graphicbuffer_meta.cpp | 371 internal_format = gralloc_hnd->alloc_format; in init()
|
/hardware/google/graphics/common/libhwc2.1/libdevice/ |
D | ExynosLayer.cpp | 394 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()
|
D | ExynosDisplay.cpp | 955 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()
|