Home
last modified time | relevance | path

Searched refs:sType (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/vulkan/api/
Dvulkan.api3688 …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 …]
/frameworks/native/vulkan/vkjson/
Dvkjson_instance.cc115 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 …]
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp44 VkStructureType sType; in free_features_extensions_structs() member
226 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 …]
DVulkanSurface.cpp169 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()
/frameworks/native/vulkan/include/vulkan/
Dvk_android_native_buffer.h65 VkStructureType sType; // must be VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID member
83 …VkStructureType sType; // must be VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_… member
90 …VkStructureType sType; // must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PRESENT… member
Dvk_layer_interface.h50 VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO member
66 VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO member
/frameworks/native/vulkan/libvulkan/
Dswapchain.cpp808 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 …]
Dapi.cpp743 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()
Ddebug_report.cpp84 if (info->sType == in Message()
Ddriver.cpp927 presentation_properties->sType = in QueryPresentationProperties()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
DTrackerEntry.java211 String sType = cursor.getString(cursor.getColumnIndex(ENTRY_TYPE)); in createEntry() local
212 TrackerEntry entry = new TrackerEntry(tag, EntryType.valueOf(sType)); in createEntry()
/frameworks/native/vulkan/tools/
Dvkinfo.cpp176 .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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmMmiCode.java408 private String getScStringFromScType(SsData.ServiceType sType) { in getScStringFromScType() argument
409 switch (sType) { in getScStringFromScType()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp534 switch ((VkFlags)properties->sType) { in GetPhysicalDeviceProperties2KHR()