Searched refs:sType (Results 1 – 14 of 14) sorted by relevance
3688 …VkStructureType sType /// Type of structure. Should be VK…3700 …VkStructureType sType /// Type of structure. Should be VK…3728 …VkStructureType sType /// Should be VK_STRUCTURE_…3741 …VkStructureType sType /// Should be VK_STRUCTURE_…3766 …VkStructureType sType /// Must be VK_STRUCTURE_TY…3803 …VkStructureType sType /// Must be VK_STRUCTURE_TY…3837 …VkStructureType sType /// Must be VK_STRUCTURE_TY…3850 …VkStructureType sType /// Must be VK_STRUCTURE_TY…3862 …VkStructureType sType /// Must be VK_STRUCTURE_TY…3873 …VkStructureType sType /// Must be VK_STRUCTURE_TY…[all …]
115 device.ext_driver_properties.driver_properties_khr.sType = in VkJsonGetDevice()132 device.ext_variable_pointer_features.variable_pointer_features_khr.sType = in VkJsonGetDevice()189 device.subgroup_properties.sType = in VkJsonGetDevice()194 device.point_clipping_properties.sType = in VkJsonGetDevice()199 device.multiview_properties.sType = in VkJsonGetDevice()204 device.id_properties.sType = in VkJsonGetDevice()209 device.maintenance3_properties.sType = in VkJsonGetDevice()224 device.bit16_storage_features.sType = in VkJsonGetDevice()229 device.multiview_features.sType = in VkJsonGetDevice()234 device.variable_pointer_features.sType = in VkJsonGetDevice()[all …]
44 VkStructureType sType; in free_features_extensions_structs() member226 features.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2; in setupDevice()237 blend->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_BLEND_OPERATION_ADVANCED_FEATURES_EXT; in setupDevice()247 ycbcrFeature->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES; in setupDevice()267 queuePriorityCreateInfo.sType = in setupDevice()363 commandPoolInfo.sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO; in initialize()445 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in dequeueNextBuffer()454 importInfo.sType = VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR; in dequeueNextBuffer()508 exportInfo.sType = VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO; in swapBuffers()513 semaphoreInfo.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO; in swapBuffers()[all …]
169 surfaceCreateInfo.sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR; in Create()266 externalImageFormatInfo.sType = in Create()273 imageFormatInfo.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_FORMAT_INFO_2; in Create()282 hwbUsage.sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_USAGE_ANDROID; in Create()286 imgFormProps.sType = VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2; in Create()
65 VkStructureType sType; // must be VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID member83 …VkStructureType sType; // must be VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_… member90 …VkStructureType sType; // must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT… member
50 VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO member66 VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO member
808 switch (caps->sType) { in GetPhysicalDeviceSurfaceCapabilities2KHR()923 ALOGV_IF(pDeviceGroupPresentCapabilities->sType != in GetDeviceGroupPresentCapabilitiesKHR()927 pDeviceGroupPresentCapabilities->sType); in GetDeviceGroupPresentCapabilitiesKHR()1281 .sType = VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_INFO_ANDROID, in CreateSwapchainKHR()1289 .sType = VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID, in CreateSwapchainKHR()1294 .sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO, in CreateSwapchainKHR()1567 ALOGV_IF(present_info->sType != VK_STRUCTURE_TYPE_PRESENT_INFO_KHR, in QueuePresentKHR()1569 present_info->sType); in QueuePresentKHR()1581 switch (next->sType) { in QueuePresentKHR()1591 next->sType); in QueuePresentKHR()[all …]
743 link_info.sType = VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO; in ModifyCreateInfo()749 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO; in ModifyCreateInfo()771 link_info.sType = VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO; in ModifyCreateInfo()777 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO; in ModifyCreateInfo()841 debug_callback_info.sType = in Create()
84 if (info->sType == in Message()
927 presentation_properties->sType = in QueryPresentationProperties()
211 String sType = cursor.getString(cursor.getColumnIndex(ENTRY_TYPE)); in createEntry() local212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType)); in createEntry()
176 .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, in GatherGpuInfo()195 .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, in GatherGpuInfo()265 .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, in GatherInfo()273 .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in GatherInfo()
408 private String getScStringFromScType(SsData.ServiceType sType) { in getScStringFromScType() argument409 switch (sType) { in getScStringFromScType()
534 switch ((VkFlags)properties->sType) { in GetPhysicalDeviceProperties2KHR()