Home
last modified time | relevance | path

Searched refs:base_info (Results 1 - 13 of 13) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c94 static thread_info_t base_info; variable
266 memcpy(&threads[i].data, &base_info, sizeof(base_info)); in thread_create()
316 base_info.config = &conf; in main()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_formats.c359 const VkPhysicalDeviceImageFormatInfo2 *base_info, in panvk_GetPhysicalDeviceImageFormatProperties2()
371 result = get_image_format_properties(physical_device, base_info, in panvk_GetPhysicalDeviceImageFormatProperties2()
378 vk_foreach_struct_const(s, base_info->pNext) in panvk_GetPhysicalDeviceImageFormatProperties2()
418 base_info, in panvk_GetPhysicalDeviceImageFormatProperties2()
358 panvk_GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *base_info, VkImageFormatProperties2 *base_props) panvk_GetPhysicalDeviceImageFormatProperties2() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_formats.c582 const VkPhysicalDeviceImageFormatInfo2 *base_info, in tu_GetPhysicalDeviceImageFormatProperties2()
595 base_info, &base_props->imageFormatProperties, &format_feature_flags); in tu_GetPhysicalDeviceImageFormatProperties2()
600 vk_foreach_struct_const(s, base_info->pNext) in tu_GetPhysicalDeviceImageFormatProperties2()
640 physical_device, base_info, external_info->handleType, in tu_GetPhysicalDeviceImageFormatProperties2()
580 tu_GetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *base_info, VkImageFormatProperties2 *base_props) tu_GetPhysicalDeviceImageFormatProperties2() argument
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_formats.c573 const VkPhysicalDeviceImageFormatInfo2 *base_info, in v3dv_GetPhysicalDeviceImageFormatProperties2()
580 VkImageTiling tiling = base_info->tiling; in v3dv_GetPhysicalDeviceImageFormatProperties2()
583 vk_foreach_struct_const(s, base_info->pNext) { in v3dv_GetPhysicalDeviceImageFormatProperties2()
626 get_image_format_properties(physical_device, base_info, tiling, in v3dv_GetPhysicalDeviceImageFormatProperties2()
572 v3dv_GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *base_info, VkImageFormatProperties2 *base_props) v3dv_GetPhysicalDeviceImageFormatProperties2() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_android.c483 const VkImageCreateInfo *base_info, in anv_image_init_from_gralloc()
490 .vk_info = base_info, in anv_image_init_from_gralloc()
534 base_info->format, in anv_image_init_from_gralloc()
536 base_info->tiling); in anv_image_init_from_gralloc()
481 anv_image_init_from_gralloc(struct anv_device *device, struct anv_image *image, const VkImageCreateInfo *base_info, const VkNativeBufferANDROID *gralloc_info) anv_image_init_from_gralloc() argument
H A Danv_android_stubs.c29 const VkImageCreateInfo *base_info, in anv_image_init_from_gralloc()
27 anv_image_init_from_gralloc(struct anv_device *device, struct anv_image *image, const VkImageCreateInfo *base_info, const VkNativeBufferANDROID *gralloc_info) anv_image_init_from_gralloc() argument
H A Danv_android.h40 const VkImageCreateInfo *base_info,
H A Danv_formats.c1381 const VkPhysicalDeviceImageFormatInfo2* base_info, in anv_GetPhysicalDeviceImageFormatProperties2()
1392 vk_foreach_struct_const(s, base_info->pNext) { in anv_GetPhysicalDeviceImageFormatProperties2()
1428 result = anv_get_image_format_properties(physical_device, base_info, in anv_GetPhysicalDeviceImageFormatProperties2()
1438 anv_ahw_usage_from_vk_usage(base_info->flags, in anv_GetPhysicalDeviceImageFormatProperties2()
1439 base_info->usage); in anv_GetPhysicalDeviceImageFormatProperties2()
1457 switch (base_info->tiling) { in anv_GetPhysicalDeviceImageFormatProperties2()
1379 anv_GetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2* base_info, VkImageFormatProperties2* base_props) anv_GetPhysicalDeviceImageFormatProperties2() argument
H A Danv_image.c267 const VkImageCreateInfo *base_info = anv_info->vk_info; in choose_isl_tiling_flags() local
271 (base_info->tiling == VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT)); in choose_isl_tiling_flags()
273 switch (base_info->tiling) { in choose_isl_tiling_flags()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c332 const VkPhysicalDeviceImageFormatInfo2 *base_info, in lvp_GetPhysicalDeviceImageFormatProperties2()
340 result = lvp_get_image_format_properties(physical_device, base_info, in lvp_GetPhysicalDeviceImageFormatProperties2()
345 vk_foreach_struct_const(s, base_info->pNext) { in lvp_GetPhysicalDeviceImageFormatProperties2()
330 lvp_GetPhysicalDeviceImageFormatProperties2( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *base_info, VkImageFormatProperties2 *base_props) lvp_GetPhysicalDeviceImageFormatProperties2() argument
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_formats.c1763 const VkPhysicalDeviceImageFormatInfo2 *base_info, in radv_GetPhysicalDeviceImageFormatProperties2()
1773 VkFormat format = radv_select_android_external_format(base_info->pNext, base_info->format); in radv_GetPhysicalDeviceImageFormatProperties2()
1775 result = radv_get_image_format_properties(physical_device, base_info, format, in radv_GetPhysicalDeviceImageFormatProperties2()
1781 vk_foreach_struct_const(s, base_info->pNext) in radv_GetPhysicalDeviceImageFormatProperties2()
1818 radv_ahb_usage_from_vk_usage(base_info->flags, base_info->usage); in radv_GetPhysicalDeviceImageFormatProperties2()
1836 get_external_image_format_properties(physical_device, base_info, external_info->handleType, in radv_GetPhysicalDeviceImageFormatProperties2()
1762 radv_GetPhysicalDeviceImageFormatProperties2(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceImageFormatInfo2 *base_info, VkImageFormatProperties2 *base_props) radv_GetPhysicalDeviceImageFormatProperties2() argument
H A Dradv_android.c113 radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info, in radv_image_from_gralloc() argument
175 VkImageCreateInfo updated_base_info = *base_info; in radv_image_from_gralloc()
H A Dradv_private.h2719 VkResult radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info,

Completed in 19 milliseconds