/frameworks/native/vulkan/api/ |
D | vulkan.api | 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 …]
|
/frameworks/native/vulkan/vkjson/ |
D | vkjson_instance.cc | 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 …]
|
/frameworks/rs/rsov/driver/ |
D | rsovContext.cpp | 33 .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, in Initialize() 42 .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in Initialize() 79 .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, in Initialize() 86 .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, in Initialize() 135 .sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO, in Initialize()
|
D | rsovScript.cpp | 352 .sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_LAYOUT_CREATE_INFO, in InitDescriptorAndPipelineLayouts() 368 .sType = VK_STRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO, in InitDescriptorAndPipelineLayouts() 384 mShaderStage.sType = VK_STRUCTURE_TYPE_PIPELINE_SHADER_STAGE_CREATE_INFO; in InitShader() 402 .sType = VK_STRUCTURE_TYPE_SHADER_MODULE_CREATE_INFO, in InitShader() 422 .sType = VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO, in InitDescriptorPool() 476 .sType = VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO, in InitDescriptorSet() 490 .sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET, in InitDescriptorSet() 500 .sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET, in InitDescriptorSet() 510 .sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET, in InitDescriptorSet() 523 .sType = VK_STRUCTURE_TYPE_WRITE_DESCRIPTOR_SET, in InitDescriptorSet() [all …]
|
D | rsovAllocation.cpp | 242 .sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO, in InitBuffer() 258 .sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO, in InitBuffer()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 44 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 …]
|
D | VulkanSurface.cpp | 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()
|
/frameworks/native/vulkan/include/vulkan/ |
D | vk_android_native_buffer.h | 65 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
|
D | vk_layer_interface.h | 50 VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO member 66 VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO member
|
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/ |
D | cube.c | 701 …VkFenceCreateInfo fence_ci = {.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO, .pNext = NULL, .flags … in demo_flush_init_cmd() 706 VkSubmitInfo submit_info = {.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO, in demo_flush_init_cmd() 732 VkImageMemoryBarrier image_memory_barrier = {.sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER, in demo_set_image_layout() 783 .sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO, in demo_draw_build_cmd() 793 .sType = VK_STRUCTURE_TYPE_RENDER_PASS_BEGIN_INFO, in demo_draw_build_cmd() 811 .sType = VK_STRUCTURE_TYPE_DEBUG_UTILS_OBJECT_NAME_INFO_EXT, in demo_draw_build_cmd() 819 label.sType = VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT; in demo_draw_build_cmd() 833 label.sType = VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT; in demo_draw_build_cmd() 863 label.sType = VK_STRUCTURE_TYPE_DEBUG_UTILS_LABEL_EXT; in demo_draw_build_cmd() 891 … VkImageMemoryBarrier image_ownership_barrier = {.sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER, in demo_draw_build_cmd() [all …]
|
/frameworks/opt/gamesdk/src/swappyVk/ |
D | SwappyVk.cpp | 428 VkPresentInfoKHR replacementPresentInfo = {pPresentInfo->sType, &presentTimesInfo, in doQueuePresent() 567 .sType = VK_STRUCTURE_TYPE_COMMAND_POOL_CREATE_INFO, in initializeVkSyncObjects() 579 .sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO, in initializeVkSyncObjects() 588 {.sType = VK_STRUCTURE_TYPE_FENCE_CREATE_INFO, .pNext = NULL, .flags = 0}; in initializeVkSyncObjects() 597 {.sType = VK_STRUCTURE_TYPE_SEMAPHORE_CREATE_INFO, .pNext = NULL, .flags = 0}; in initializeVkSyncObjects() 613 .sType = VK_STRUCTURE_TYPE_COMMAND_BUFFER_BEGIN_INFO, in initializeVkSyncObjects() 626 .sType = VK_STRUCTURE_TYPE_EVENT_CREATE_INFO, in initializeVkSyncObjects() 739 submit_info.sType = VK_STRUCTURE_TYPE_SUBMIT_INFO; in doQueuePresent() 758 VkPresentInfoKHR replacementPresentInfo = {pPresentInfo->sType, &presentTimesInfo, in doQueuePresent()
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.cpp | 795 switch (caps->sType) { in GetPhysicalDeviceSurfaceCapabilities2KHR() 910 ALOGV_IF(pDeviceGroupPresentCapabilities->sType != in GetDeviceGroupPresentCapabilitiesKHR() 914 pDeviceGroupPresentCapabilities->sType); in GetDeviceGroupPresentCapabilitiesKHR() 1268 .sType = VK_STRUCTURE_TYPE_SWAPCHAIN_IMAGE_CREATE_INFO_ANDROID, in CreateSwapchainKHR() 1276 .sType = VK_STRUCTURE_TYPE_NATIVE_BUFFER_ANDROID, in CreateSwapchainKHR() 1281 .sType = VK_STRUCTURE_TYPE_IMAGE_CREATE_INFO, in CreateSwapchainKHR() 1547 ALOGV_IF(present_info->sType != VK_STRUCTURE_TYPE_PRESENT_INFO_KHR, in QueuePresentKHR() 1549 present_info->sType); in QueuePresentKHR() 1561 switch (next->sType) { in QueuePresentKHR() 1571 next->sType); in QueuePresentKHR() [all …]
|
D | api.cpp | 738 link_info.sType = VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO; in ModifyCreateInfo() 744 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO; in ModifyCreateInfo() 766 link_info.sType = VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO; in ModifyCreateInfo() 772 cb_info.sType = VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO; in ModifyCreateInfo() 836 debug_callback_info.sType = in Create()
|
D | debug_report.cpp | 84 if (info->sType == in Message()
|
D | driver.cpp | 900 presentation_properties->sType = in QueryPresentationProperties()
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerEntry.java | 211 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/ |
D | vkinfo.cpp | 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()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmMmiCode.java | 396 private String getScStringFromScType(SsData.ServiceType sType) { in getScStringFromScType() argument 397 switch (sType) { in getScStringFromScType()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.cpp | 534 switch ((VkFlags)properties->sType) { in GetPhysicalDeviceProperties2KHR()
|