Home
last modified time | relevance | path

Searched refs:sType (Results 1 – 19 of 19) 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/rs/rsov/driver/
DrsovContext.cpp33 .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()
DrsovScript.cpp352 .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 …]
DrsovAllocation.cpp242 .sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO, in InitBuffer()
258 .sType = VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO, in InitBuffer()
/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/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c701 …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/
DSwappyVk.cpp428 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/
Dswapchain.cpp795 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 …]
Dapi.cpp738 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()
Ddebug_report.cpp84 if (info->sType == in Message()
Ddriver.cpp900 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.java396 private String getScStringFromScType(SsData.ServiceType sType) { in getScStringFromScType() argument
397 switch (sType) { in getScStringFromScType()
/frameworks/native/vulkan/nulldrv/
Dnull_driver.cpp534 switch ((VkFlags)properties->sType) { in GetPhysicalDeviceProperties2KHR()