Searched refs:format_count (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_image.c | 664 uint32_t *format_count) in vk_image_create_get_format_list_uncompressed() argument 670 *format_count = 0; in vk_image_create_get_format_list_uncompressed() 672 if (class->format_count < 2) in vk_image_create_get_format_list_uncompressed() 676 sizeof(VkFormat) * class->format_count, in vk_image_create_get_format_list_uncompressed() 681 memcpy(*formats, class->formats, sizeof(VkFormat) * class->format_count); in vk_image_create_get_format_list_uncompressed() 682 *format_count = class->format_count; in vk_image_create_get_format_list_uncompressed() 692 uint32_t *format_count) in vk_image_create_get_format_list_compressed() argument 699 format_count); in vk_image_create_get_format_list_compressed() 718 uint32_t fmt_count = class->format_count + uncompr_class->format_count; in vk_image_create_get_format_list_compressed() 726 memcpy(*formats, class->formats, sizeof(VkFormat) * class->format_count); in vk_image_create_get_format_list_compressed() [all …]
|
D | vk_image.h | 108 uint32_t *format_count);
|
/hardware/qcom/display/msm8996/sdm/libs/core/fb/ |
D | hw_info.h | 72 void PopulateSupportedFormatMap(const std::bitset<8> *format_supported, uint32_t format_count,
|
D | hw_info.cpp | 490 uint32_t format_count, HWSubBlockType sub_blk_type, in PopulateSupportedFormatMap() argument 493 for (uint32_t mdp_format = 0; mdp_format < format_count; mdp_format++) { in PopulateSupportedFormatMap()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/ |
D | hw_info.h | 73 void PopulateSupportedFormatMap(const std::bitset<8> *format_supported, uint32_t format_count,
|
D | hw_info.cpp | 508 uint32_t format_count, HWSubBlockType sub_blk_type, in PopulateSupportedFormatMap() argument 511 for (uint32_t mdp_format = 0; mdp_format < format_count; mdp_format++) { in PopulateSupportedFormatMap()
|
/hardware/qcom/display/msm8909/sdm/libs/core/fb/ |
D | hw_info.h | 73 void PopulateSupportedFormatMap(const std::bitset<8> *format_supported, uint32_t format_count,
|
D | hw_info.cpp | 512 uint32_t format_count, HWSubBlockType sub_blk_type, in PopulateSupportedFormatMap() argument 515 for (uint32_t mdp_format = 0; mdp_format < format_count; mdp_format++) { in PopulateSupportedFormatMap()
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_info.h | 73 void PopulateSupportedFormatMap(const std::bitset<8> *format_supported, uint32_t format_count,
|
D | hw_info.cpp | 507 uint32_t format_count, HWSubBlockType sub_blk_type, in PopulateSupportedFormatMap() argument 510 for (uint32_t mdp_format = 0; mdp_format < format_count; mdp_format++) { in PopulateSupportedFormatMap()
|
/hardware/qcom/sm8150/display/sdm/libs/core/fb/ |
D | hw_info.h | 76 void PopulateSupportedFormatMap(const std::bitset<8> *format_supported, uint32_t format_count,
|
D | hw_info.cpp | 512 uint32_t format_count, HWSubBlockType sub_blk_type, in PopulateSupportedFormatMap() argument 515 for (uint32_t mdp_format = 0; mdp_format < format_count; mdp_format++) { in PopulateSupportedFormatMap()
|