Searched refs:m_subpassDescriptorSetLayouts (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 486 vector<SharedPtrVkDescriptorLayout> m_subpassDescriptorSetLayouts; member in vkt::__anon28597::ExternalDependencyTestInstance 513 , m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_samplers)) in ExternalDependencyTestInstance() 514 , m_subpassDescriptorPools (createDescriptorPools(context.getDeviceInterface(), context.getDevice(), m_subpassDescriptorSetLayouts, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER)) in ExternalDependencyTestInstance() 515 , m_subpassDescriptorSets (createDescriptorSets(context.getDeviceInterface(), context.getDevice(), m_subpassDescriptorPools, m_subpassDescriptorSetLayouts, m_imageViews, m_samplers)) in ExternalDependencyTestInstance() 516 , m_renderPipelineLayouts (createRenderPipelineLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPasses, m_subpassDescriptorSetLayouts)) in ExternalDependencyTestInstance() 1085 vector<SharedPtrVkDescriptorLayout> m_subpassDescriptorSetLayouts; member in vkt::__anon28597::SubpassDependencyTestInstance 1112 , m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo)) in SubpassDependencyTestInstance() 1113 , m_subpassDescriptorPools (createDescriptorPools(context.getDeviceInterface(), context.getDevice(), m_subpassDescriptorSetLayouts, VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT)) in SubpassDependencyTestInstance() 1114 , m_subpassDescriptorSets (createDescriptorSets(context.getDeviceInterface(), context.getDevice(), m_format, m_subpassDescriptorPools, m_subpassDescriptorSetLayouts, m_imageViews)) in SubpassDependencyTestInstance() 1115 , m_renderPipelineLayouts (createRenderPipelineLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, m_subpassDescriptorSetLayouts)) in SubpassDependencyTestInstance() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassSubpassDependencyTests.cpp | 486 vector<SharedPtrVkDescriptorLayout> m_subpassDescriptorSetLayouts; member in vkt::__anon29776::ExternalDependencyTestInstance 513 , m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_samplers)) in ExternalDependencyTestInstance() 514 , m_subpassDescriptorPools (createDescriptorPools(context.getDeviceInterface(), context.getDevice(), m_subpassDescriptorSetLayouts, VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER)) in ExternalDependencyTestInstance() 515 , m_subpassDescriptorSets (createDescriptorSets(context.getDeviceInterface(), context.getDevice(), m_subpassDescriptorPools, m_subpassDescriptorSetLayouts, m_imageViews, m_samplers)) in ExternalDependencyTestInstance() 516 , m_renderPipelineLayouts (createRenderPipelineLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPasses, m_subpassDescriptorSetLayouts)) in ExternalDependencyTestInstance() 1085 vector<SharedPtrVkDescriptorLayout> m_subpassDescriptorSetLayouts; member in vkt::__anon29776::SubpassDependencyTestInstance 1112 , m_subpassDescriptorSetLayouts (createDescriptorSetLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo)) in SubpassDependencyTestInstance() 1113 , m_subpassDescriptorPools (createDescriptorPools(context.getDeviceInterface(), context.getDevice(), m_subpassDescriptorSetLayouts, VK_DESCRIPTOR_TYPE_INPUT_ATTACHMENT)) in SubpassDependencyTestInstance() 1114 , m_subpassDescriptorSets (createDescriptorSets(context.getDeviceInterface(), context.getDevice(), m_format, m_subpassDescriptorPools, m_subpassDescriptorSetLayouts, m_imageViews)) in SubpassDependencyTestInstance() 1115 , m_renderPipelineLayouts (createRenderPipelineLayouts(context.getDeviceInterface(), context.getDevice(), m_renderPassInfo, m_subpassDescriptorSetLayouts)) in SubpassDependencyTestInstance() [all...] |
Completed in 6 milliseconds