Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 25 of 36) sorted by relevance

12

/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp110 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
125 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
127 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
144 meta_buffer_info->alloc_type = 0; in FreeBuffer()
Dhwc_buffer_allocator.h55 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member
/hardware/qcom/display/msm8909/gralloc/
Dgr_allocator.cpp102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem()
107 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
258 unsigned int *alloc_type, unsigned int *ion_flags) { in GetIonHeapInfo() argument
306 *alloc_type = type; in GetIonHeapInfo()
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
Dgr_allocator.h68 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
/hardware/qcom/sdm845/display/gralloc/
Dgr_allocator.cpp100 GetIonHeapInfo(usage, &alloc_data->heap_id, &alloc_data->alloc_type, &alloc_data->flags); in AllocateMem()
104 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
260 void Allocator::GetIonHeapInfo(uint64_t usage, unsigned int *ion_heap_id, unsigned int *alloc_type, in GetIonHeapInfo() argument
299 *alloc_type = type; in GetIonHeapInfo()
Dgr_allocator.h60 void GetIonHeapInfo(uint64_t usage, unsigned int *ion_heap_id, unsigned int *alloc_type,
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_allocator.cpp102 GetIonHeapInfo(prod_usage, cons_usage, &alloc_data->heap_id, &alloc_data->alloc_type, in AllocateMem()
107 alloc_data->alloc_type |= private_handle_t::PRIV_FLAGS_USES_ION; in AllocateMem()
258 unsigned int *alloc_type, unsigned int *ion_flags) { in GetIonHeapInfo() argument
306 *alloc_type = type; in GetIonHeapInfo()
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
Dgr_allocator.h68 unsigned int *ion_heap_id, unsigned int *alloc_type, unsigned int *ion_flags);
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
133 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
152 meta_buffer_info->alloc_type = 0; in FreeBuffer()
Dhwc_buffer_allocator.h61 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member
/hardware/qcom/display/msm8909/sdm/libs/hwc/
Dhwc_buffer_allocator.cpp117 meta_buffer_info->alloc_type = data.allocType; in AllocateBuffer()
131 gralloc::IMemAlloc *memalloc = alloc_controller_->getAllocator(meta_buffer_info->alloc_type); in FreeBuffer()
133 DLOGE("Memalloc handle is NULL, alloc type %d", meta_buffer_info->alloc_type); in FreeBuffer()
152 meta_buffer_info->alloc_type = 0; in FreeBuffer()
Dhwc_buffer_allocator.h61 int alloc_type; //!< Specifies allocation type set by the buffer allocator. member
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_ion_alloc.h56 unsigned int alloc_type = 0x0; member
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp156 uint32_t alloc_type, int *aligned_width, in GetAlignedWidthAndHeight() argument
161 if (alloc_type & GRALLOC_USAGE_HW_FB) { in GetAlignedWidthAndHeight()
164 if (alloc_type & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) { in GetAlignedWidthAndHeight()
Dhwc_buffer_allocator.h55 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_buffer_allocator.cpp132 uint32_t alloc_type, int *aligned_width, in GetAlignedWidthAndHeight() argument
137 if (alloc_type & GRALLOC_USAGE_HW_FB) { in GetAlignedWidthAndHeight()
140 if (alloc_type & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) { in GetAlignedWidthAndHeight()
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
/hardware/qcom/sdm845/display/sdm/libs/hwc2/
Dhwc_buffer_allocator.h56 void GetAlignedWidthAndHeight(int width, int height, int format, uint32_t alloc_type,
Dhwc_buffer_allocator.cpp174 uint32_t alloc_type, int *aligned_width, in GetAlignedWidthAndHeight() argument
177 if (alloc_type & GRALLOC_USAGE_HW_FB) { in GetAlignedWidthAndHeight()
180 if (alloc_type & GRALLOC_USAGE_PRIVATE_ALLOC_UBWC) { in GetAlignedWidthAndHeight()

12