/third_party/mbedtls/programs/ssl/ |
D | ssl_pthread_server.c | 117 static thread_info_t base_info; variable 300 memcpy( &threads[i].data, &base_info, sizeof(base_info) ); in thread_create() 351 base_info.config = &conf; in main()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_formats.c | 358 const VkPhysicalDeviceImageFormatInfo2 *base_info, in panvk_GetPhysicalDeviceImageFormatProperties2() argument 370 result = get_image_format_properties(physical_device, base_info, in panvk_GetPhysicalDeviceImageFormatProperties2() 377 vk_foreach_struct_const(s, base_info->pNext) in panvk_GetPhysicalDeviceImageFormatProperties2() 417 base_info, in panvk_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_formats.c | 482 const VkPhysicalDeviceImageFormatInfo2 *base_info, in v3dv_GetPhysicalDeviceImageFormatProperties2() argument 489 VkImageTiling tiling = base_info->tiling; in v3dv_GetPhysicalDeviceImageFormatProperties2() 492 vk_foreach_struct_const(s, base_info->pNext) { in v3dv_GetPhysicalDeviceImageFormatProperties2() 532 get_image_format_properties(physical_device, base_info, tiling, in v3dv_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 541 const VkPhysicalDeviceImageFormatInfo2 *base_info, in tu_GetPhysicalDeviceImageFormatProperties2() argument 554 base_info, &base_props->imageFormatProperties, &format_feature_flags); in tu_GetPhysicalDeviceImageFormatProperties2() 559 vk_foreach_struct_const(s, base_info->pNext) in tu_GetPhysicalDeviceImageFormatProperties2() 599 physical_device, base_info, external_info->handleType, in tu_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_formats.c | 302 const VkPhysicalDeviceImageFormatInfo2 *base_info, in lvp_GetPhysicalDeviceImageFormatProperties2() argument 310 result = lvp_get_image_format_properties(physical_device, base_info, in lvp_GetPhysicalDeviceImageFormatProperties2() 315 vk_foreach_struct_const(s, base_info->pNext) { in lvp_GetPhysicalDeviceImageFormatProperties2()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_android_stubs.c | 29 const VkImageCreateInfo *base_info, in anv_image_init_from_gralloc() argument
|
D | anv_android.h | 40 const VkImageCreateInfo *base_info,
|
D | anv_android.c | 483 const VkImageCreateInfo *base_info, in anv_image_init_from_gralloc() argument 490 .vk_info = base_info, in anv_image_init_from_gralloc() 549 base_info->format, in anv_image_init_from_gralloc() 551 base_info->tiling); in anv_image_init_from_gralloc()
|
D | anv_formats.c | 1330 const VkPhysicalDeviceImageFormatInfo2* base_info, in anv_GetPhysicalDeviceImageFormatProperties2() argument 1341 vk_foreach_struct_const(s, base_info->pNext) { in anv_GetPhysicalDeviceImageFormatProperties2() 1376 result = anv_get_image_format_properties(physical_device, base_info, in anv_GetPhysicalDeviceImageFormatProperties2() 1386 anv_ahw_usage_from_vk_usage(base_info->flags, in anv_GetPhysicalDeviceImageFormatProperties2() 1387 base_info->usage); in anv_GetPhysicalDeviceImageFormatProperties2() 1405 switch (base_info->tiling) { in anv_GetPhysicalDeviceImageFormatProperties2()
|
D | anv_image.c | 264 const VkImageCreateInfo *base_info = anv_info->vk_info; in choose_isl_tiling_flags() local 268 (base_info->tiling == VK_IMAGE_TILING_DRM_FORMAT_MODIFIER_EXT)); in choose_isl_tiling_flags() 270 switch (base_info->tiling) { in choose_isl_tiling_flags()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_formats.c | 1733 const VkPhysicalDeviceImageFormatInfo2 *base_info, in radv_GetPhysicalDeviceImageFormatProperties2() argument 1743 VkFormat format = radv_select_android_external_format(base_info->pNext, base_info->format); in radv_GetPhysicalDeviceImageFormatProperties2() 1745 result = radv_get_image_format_properties(physical_device, base_info, format, in radv_GetPhysicalDeviceImageFormatProperties2() 1751 vk_foreach_struct_const(s, base_info->pNext) in radv_GetPhysicalDeviceImageFormatProperties2() 1788 radv_ahb_usage_from_vk_usage(base_info->flags, base_info->usage); in radv_GetPhysicalDeviceImageFormatProperties2() 1799 get_external_image_format_properties(physical_device, base_info, external_info->handleType, in radv_GetPhysicalDeviceImageFormatProperties2()
|
D | radv_android.c | 113 radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info, in radv_image_from_gralloc() argument 174 VkImageCreateInfo updated_base_info = *base_info; in radv_image_from_gralloc()
|
D | radv_private.h | 2313 VkResult radv_image_from_gralloc(VkDevice device_h, const VkImageCreateInfo *base_info,
|