Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp55 .sType = VK_STRUCTURE_TYPE_IMAGE_MEMORY_BARRIER, in addImageTransitionBarrier()
74 .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, in init()
95 .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in init()
130 .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, in init()
139 .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, in init()
158 .sType = in init()
163 .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR, in init()
221 .sType = in init()
226 .sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID, in init()
234 .sType = VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID, in init()
[all …]
DVulkanPreTransformTestHelpers.cpp149 .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, in init()
158 .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in init()
182 .sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR, in init()
223 .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, in init()
231 .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, in init()
319 .sType = VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR, in init()
415 .sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO, in createRenderPass()
440 .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO, in createFrameBuffers()
469 .sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO, in createFrameBuffers()
489 .sType = VK_STRUCTURE_TYPE_BUFFER_CREATE_INFO, in createVertexBuffers()
[all …]
/cts/hostsidetests/gputools/layers/jni/
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
DnullLayer.cpp104 … while(layerCreateInfo && (layerCreateInfo->sType != VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO || in nullCreateDevice()
141 …while(layerCreateInfo && (layerCreateInfo->sType != VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO … in nullCreateInstance()