Searched refs:MALI_GRALLOC_LOGV (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gchips/gralloc4/src/capabilities/src/ |
D | gralloc_capabilities.cpp | 123 MALI_GRALLOC_LOGV("GPU format capabilities 0x%" PRIx64, gpu_runtime_caps.caps_mask); in get_ip_capabilities() 124 MALI_GRALLOC_LOGV("DPU format capabilities 0x%" PRIx64, dpu_runtime_caps.caps_mask); in get_ip_capabilities() 125 MALI_GRALLOC_LOGV("VPU format capabilities 0x%" PRIx64, vpu_runtime_caps.caps_mask); in get_ip_capabilities() 126 MALI_GRALLOC_LOGV("CAM format capabilities 0x%" PRIx64, cam_runtime_caps.caps_mask); in get_ip_capabilities() 127 MALI_GRALLOC_LOGV("BO format capabilities 0x%" PRIx64, bo_runtime_caps.caps_mask); in get_ip_capabilities() 128 MALI_GRALLOC_LOGV("MFC format capabilities 0x%" PRIx64, mfc_runtime_caps.caps_mask); in get_ip_capabilities()
|
/hardware/google/gchips/gralloc4/src/core/ |
D | mali_gralloc_formats.cpp | 184 MALI_GRALLOC_LOGV("Video producer IP not specified, falling back to default VPU producer"); in get_vpu_producer() 435 MALI_GRALLOC_LOGV("%s: alloc_format=(%s 0x%" PRIx64 ") usage=(%s 0x%" PRIx64 in mali_gralloc_adjust_dimensions() 1017 MALI_GRALLOC_LOGV("IP support: 0x%" PRIx16, fmt_supported->f_flags); in get_supported_format() 1057 MALI_GRALLOC_LOGV("AFBC format: (%s 0x%" PRIx64 ")", in get_supported_format() 1086 MALI_GRALLOC_LOGV("Ext format: (%s 0x%" PRIx64 ")", format_name(fmt_supported->format_ext), in get_supported_format() 1249 MALI_GRALLOC_LOGV("req_base_format: (%s 0x%" PRIx32 ")", in get_best_format() 1251 MALI_GRALLOC_LOGV("req_fmt_idx: %d", req_fmt_idx); in get_best_format() 1262 MALI_GRALLOC_LOGV("Compatible: Base-format: (%s 0x%" PRIx32 ")", in get_best_format() 1281 MALI_GRALLOC_LOGV("Compatible: Base-format: 0x%" PRIx32, f_compat[i].base_format); in get_best_format() 1296 …MALI_GRALLOC_LOGV("Supported: Base-format: (%s 0x%" PRIx32 "), Modifiers: 0x%" PRIx64 ", Flags: 0x… in get_best_format() [all …]
|
D | mali_gralloc_bufferallocation.cpp | 281 MALI_GRALLOC_LOGV("Writing AFBC header layout %d for format (%s %" PRIx32 ")", in init_afbc() 369 MALI_GRALLOC_LOGV("Plane[%hhu]: [SUB-SAMPLE] w:%d, h:%d\n", plane, *width, *height); in get_pixel_w_h() 370 MALI_GRALLOC_LOGV("Plane[%hhu]: [PIXEL_ALIGN] w:%d\n", plane, pixel_align_w); in get_pixel_w_h() 371 MALI_GRALLOC_LOGV("Plane[%hhu]: [LINEAR_TILE] w:%" PRIu16 "\n", plane, format.tile_size); in get_pixel_w_h() 372 …MALI_GRALLOC_LOGV("Plane[%hhu]: [AFBC_TILE] w:%" PRIu16 ", h:%" PRIu16 "\n", plane, afbc_tile.widt… in get_pixel_w_h() 474 MALI_GRALLOC_LOGV("Hacking CPU RW flags for BO"); in update_usage_for_BO() 536 MALI_GRALLOC_LOGV("Aligned w=%d, h=%d (in pixels)", in calc_allocation_size() 623 MALI_GRALLOC_LOGV("Byte stride: %d", plane_info[plane].byte_stride); in calc_allocation_size() 656 MALI_GRALLOC_LOGV("Body size: %d", body_size); in calc_allocation_size() 671 MALI_GRALLOC_LOGV("AFBC Header size: %d", header_size); in calc_allocation_size() [all …]
|
D | mali_gralloc_reference.cpp | 81 MALI_GRALLOC_LOGV("Buffer is already mapped"); in mali_gralloc_reference_map()
|
D | exynos_format_allocation.h | 47 …MALI_GRALLOC_LOGV("SBWC luma body size 0x%zx, header size 0x%zx", luma_body_size, luma_header_size… in sbwc_sizes() 48 …MALI_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/4.x/ |
D | GrallocAllocator.cpp | 43 MALI_GRALLOC_LOGV("Arm Module IAllocator %d.%d, pid = %d ppid = %d", GRALLOC_VERSION_MAJOR, in GrallocAllocator() 54 MALI_GRALLOC_LOGV("Allocation request from process: %lu", callingPid()); in allocate()
|
D | GrallocMapper.cpp | 174 MALI_GRALLOC_LOGV("Arm Module IMapper %d.%d , pid = %d", GRALLOC_VERSION_MAJOR, in HIDL_FETCH_IMapper()
|
/hardware/google/gchips/gralloc4/src/ |
D | mali_gralloc_log.h | 28 #define MALI_GRALLOC_LOGV(...) ALOGV(__VA_ARGS__) macro
|
/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 440 …MALI_GRALLOC_LOGV("Unable to derive format and size for the given descriptor information. error: %… in validateBufferSize() 565 MALI_GRALLOC_LOGV("Allocation for the given description will not succeed. error: %d", result); in isSupported()
|
D | MapperMetadata.cpp | 775 …MALI_GRALLOC_LOGV("Allocation for the given description will not succeed. error: %d", alloc_result… in getFromBufferDescriptorInfo()
|