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()
97 .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, in init()
108 .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in init()
175 .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, in init()
184 .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, in init()
230 .sType = in init()
235 .sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_FEATURES_2_KHR, in init()
289 .sType = in init()
294 .sType = VK_STRUCTURE_TYPE_ANDROID_HARDWARE_BUFFER_PROPERTIES_ANDROID, in init()
301 .sType = VK_STRUCTURE_TYPE_EXTERNAL_FORMAT_ANDROID, in init()
[all …]
DVulkanPreTransformTestHelpers.cpp151 .sType = VK_STRUCTURE_TYPE_APPLICATION_INFO, in init()
160 .sType = VK_STRUCTURE_TYPE_INSTANCE_CREATE_INFO, in init()
184 .sType = VK_STRUCTURE_TYPE_ANDROID_SURFACE_CREATE_INFO_KHR, in init()
218 .sType = VK_STRUCTURE_TYPE_DEVICE_QUEUE_CREATE_INFO, in init()
226 .sType = VK_STRUCTURE_TYPE_DEVICE_CREATE_INFO, in init()
315 .sType = VK_STRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR, in init()
411 .sType = VK_STRUCTURE_TYPE_RENDER_PASS_CREATE_INFO, in createRenderPass()
436 .sType = VK_STRUCTURE_TYPE_IMAGE_VIEW_CREATE_INFO, in createFrameBuffers()
465 .sType = VK_STRUCTURE_TYPE_FRAMEBUFFER_CREATE_INFO, in createFrameBuffers()
485 .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.cpp119 … while(layerCreateInfo && (layerCreateInfo->sType != VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO || in nullCreateDevice()
153 …while(layerCreateInfo && (layerCreateInfo->sType != VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO … in nullCreateInstance()