Searched refs:local_info (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c917 VkImageCreateInfo local_info; local in function:vn_android_image_from_ahb
924 local_info = *create_info;
925 local_info.format =
927 create_info = &local_info;
1133 struct vn_android_buffer_create_info *local_info)
1135 local_info->create = *create_info;
1136 VkBaseOutStructure *dst = (void *)&local_info->create;
1142 memcpy(&local_info->external, src, sizeof(local_info->external));
1143 local_info
1131 vn_android_fix_buffer_create_info(const VkBufferCreateInfo * create_info,struct vn_android_buffer_create_info * local_info) argument
1210 struct vn_android_buffer_create_info local_info; local in function:vn_android_buffer_from_ahb
[all...]
H A Dvn_image.c602 VkSamplerYcbcrConversionCreateInfo local_info; local in function:vn_CreateSamplerYcbcrConversion
606 local_info = *pCreateInfo;
607 local_info.format =
609 local_info.components.r = VK_COMPONENT_SWIZZLE_IDENTITY;
610 local_info.components.g = VK_COMPONENT_SWIZZLE_IDENTITY;
611 local_info.components.b = VK_COMPONENT_SWIZZLE_IDENTITY;
612 local_info.components.a = VK_COMPONENT_SWIZZLE_IDENTITY;
613 pCreateInfo = &local_info;
H A Dvn_physical_device.c2096 struct vn_physical_device_image_format_info *local_info)
2098 local_info->format = *info;
2099 VkBaseOutStructure *dst = (void *)&local_info->format;
2107 memcpy(&local_info->external, src, sizeof(local_info->external));
2109 local_info->external.handleType ==
2111 local_info->external.handleType =
2113 pnext = &local_info->external;
2116 memcpy(&local_info->list, src, sizeof(local_info
2093 vn_physical_device_fix_image_format_info(struct vn_physical_device * physical_dev,const VkPhysicalDeviceImageFormatInfo2 * info,struct vn_physical_device_image_format_info * local_info) argument
2174 struct vn_physical_device_image_format_info local_info; local in function:vn_GetPhysicalDeviceImageFormatProperties2
2289 VkPhysicalDeviceExternalBufferInfo local_info; local in function:vn_GetPhysicalDeviceExternalBufferProperties
[all...]
H A Dvn_device.c168 VkDeviceCreateInfo *local_info)
253 *local_info = *dev_info;
257 &local_info->ppEnabledExtensionNames,
258 &local_info->enabledExtensionCount))
261 return local_info;
165 vn_device_fix_create_info(const struct vn_device * dev,const VkDeviceCreateInfo * dev_info,const VkAllocationCallbacks * alloc,VkDeviceCreateInfo * local_info) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c291 struct pipe_draw_info local_info; local in function:vc4_draw_vbo
302 local_info = *info;
303 local_info.mode = PIPE_PRIM_TRIANGLE_FAN;
304 info = &local_info;

Completed in 11 milliseconds