Home
last modified time | relevance | path

Searched refs:MALI_GRALLOC_LOGV (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gchips/gralloc4/src/capabilities/src/
Dgralloc_capabilities.cpp139 MALI_GRALLOC_LOGV("GPU format capabilities 0x%" PRIx64, gpu_runtime_caps.caps_mask); in get_ip_capabilities()
140 MALI_GRALLOC_LOGV("DPU format capabilities 0x%" PRIx64, dpu_runtime_caps.caps_mask); in get_ip_capabilities()
141 MALI_GRALLOC_LOGV("VPU format capabilities 0x%" PRIx64, vpu_runtime_caps.caps_mask); in get_ip_capabilities()
142 MALI_GRALLOC_LOGV("CAM format capabilities 0x%" PRIx64, cam_runtime_caps.caps_mask); in get_ip_capabilities()
143 MALI_GRALLOC_LOGV("BO format capabilities 0x%" PRIx64, bo_runtime_caps.caps_mask); in get_ip_capabilities()
144 MALI_GRALLOC_LOGV("MFC format capabilities 0x%" PRIx64, mfc_runtime_caps.caps_mask); in get_ip_capabilities()
/hardware/google/gchips/gralloc4/src/core/
Dmali_gralloc_formats.cpp185 MALI_GRALLOC_LOGV("Video producer IP not specified, falling back to default VPU producer"); in get_vpu_producer()
446 MALI_GRALLOC_LOGV("%s: alloc_format=(%s 0x%" PRIx64 ") usage=(%s 0x%" PRIx64 in mali_gralloc_adjust_dimensions()
1008 MALI_GRALLOC_LOGV("IP support: 0x%" PRIx16, fmt_supported->f_flags); in get_supported_format()
1047 MALI_GRALLOC_LOGV("AFBC format: (%s 0x%" PRIx64 ")", in get_supported_format()
1076 MALI_GRALLOC_LOGV("Ext format: (%s 0x%" PRIx64 ")", format_name(fmt_supported->format_ext), in get_supported_format()
1239 MALI_GRALLOC_LOGV("req_base_format: (%s 0x%" PRIx32 ")", in get_best_format()
1241 MALI_GRALLOC_LOGV("req_fmt_idx: %d", req_fmt_idx); in get_best_format()
1252 MALI_GRALLOC_LOGV("Compatible: Base-format: (%s 0x%" PRIx32 ")", in get_best_format()
1271 MALI_GRALLOC_LOGV("Compatible: Base-format: 0x%" PRIx32, f_compat[i].base_format); in get_best_format()
1286MALI_GRALLOC_LOGV("Supported: Base-format: (%s 0x%" PRIx32 "), Modifiers: 0x%" PRIx64 ", Flags: 0x… in get_best_format()
[all …]
Dmali_gralloc_bufferallocation.cpp294 MALI_GRALLOC_LOGV("Writing AFBC header layout %d for format (%s %" PRIx32 ", n_headers: %d, " in init_afbc()
375MALI_GRALLOC_LOGV("Plane[%hhu]: [SUB-SAMPLE] w:%" PRIu64 ", h:%" PRIu64 "\n", plane, *width, *heig… in get_pixel_w_h()
376 MALI_GRALLOC_LOGV("Plane[%hhu]: [PIXEL_ALIGN] w:%d\n", plane, pixel_align_w); in get_pixel_w_h()
377 MALI_GRALLOC_LOGV("Plane[%hhu]: [LINEAR_TILE] w:%" PRIu16 "\n", plane, format.tile_size); in get_pixel_w_h()
378MALI_GRALLOC_LOGV("Plane[%hhu]: [AFBC_TILE] w:%" PRIu64 ", h:%" PRIu64 "\n", plane, afbc_tile.widt… in get_pixel_w_h()
542 MALI_GRALLOC_LOGV("Hacking CPU RW flags for BO/BW"); in update_usage_for_BIG()
613 MALI_GRALLOC_LOGV("Aligned w=%" PRIu64 ", h=%" PRIu64 " (in pixels)", in calc_allocation_size()
716 MALI_GRALLOC_LOGV("Byte stride: %" PRIu64, plane_info[plane].byte_stride); in calc_allocation_size()
756 MALI_GRALLOC_LOGV("Body size: %zu", body_size); in calc_allocation_size()
771 MALI_GRALLOC_LOGV("AFBC Header size: %zu", header_size); in calc_allocation_size()
[all …]
Dexynos_format_allocation.h44MALI_GRALLOC_LOGV("SBWC luma body size 0x%zx, header size 0x%zx", luma_body_size, luma_header_size… in sbwc_sizes()
45MALI_GRALLOC_LOGV("SBWC chroma body size 0x%zx, header size 0x%zx", chroma_body_size, chroma_heade… in sbwc_sizes()
/hardware/google/gchips/gralloc4/src/
Dmali_gralloc_log.h28 #define MALI_GRALLOC_LOGV(...) ALOGV(__VA_ARGS__) macro
/hardware/google/gchips/gralloc4/src/aidl/
DGrallocAllocator2.cpp33 MALI_GRALLOC_LOGV("Allocation request from process: %lu", callingPid()); in allocate()
108 MALI_GRALLOC_LOGV("Allocation request from process: %lu", callingPid()); in allocate2()
164 MALI_GRALLOC_LOGV("Allocation for the given description will not succeed"); in isSupported()
DGrallocAllocator.cpp36 MALI_GRALLOC_LOGV("Allocation request from process: %lu", callingPid()); in allocate()
/hardware/google/gchips/gralloc4/src/hidl_common/
DMapper.cpp372MALI_GRALLOC_LOGV("Unable to derive format and size for the given descriptor information. error: %… in validateBufferSize()
501 MALI_GRALLOC_LOGV("Allocation for the given description will not succeed. error: %d", result); in isSupported()
DMapperMetadata.cpp756MALI_GRALLOC_LOGV("Allocation for the given description will not succeed. error: %d", alloc_result… in getFromBufferDescriptorInfo()
/hardware/google/gchips/gralloc4/src/4.x/
DGrallocMapper.cpp273 MALI_GRALLOC_LOGV("Arm Module IMapper %d.%d , pid = %d", GRALLOC_VERSION_MAJOR, in HIDL_FETCH_IMapper()