Searched refs:inputAttachmentViewParams (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 289 VkImageViewCreateInfo inputAttachmentViewParams = in InputAttachmentSparseFillingTestInstance() local 309 inputAttachmentViewParams.image = **inputImage; in InputAttachmentSparseFillingTestInstance() 310 auto inputImageView = safeSharedPtr(new Unique<VkImageView>(createImageView(vk, vkDevice, &inputAttachmentViewParams))); in InputAttachmentSparseFillingTestInstance() 343 VkImageViewCreateInfo inputAttachmentViewParams = in InputAttachmentSparseFillingTestInstance() local 354 m_outputImageView = safeSharedPtr(new Unique<VkImageView>(createImageView(vk, vkDevice, &inputAttachmentViewParams))); in InputAttachmentSparseFillingTestInstance()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 563 const VkImageViewCreateInfo inputAttachmentViewParams = in UnusedAttachmentTestInstance() local 575 m_inputAttachmentView = createImageView(vk, vkDevice, &inputAttachmentViewParams); in UnusedAttachmentTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedAttachmentSparseFillingTests.cpp | 291 VkImageViewCreateInfo inputAttachmentViewParams = in InputAttachmentSparseFillingTestInstance() local 311 inputAttachmentViewParams.image = **inputImage; in InputAttachmentSparseFillingTestInstance() 312 auto inputImageView = safeSharedPtr(new Unique<VkImageView>(createImageView(vk, vkDevice, &inputAttachmentViewParams))); in InputAttachmentSparseFillingTestInstance() 345 VkImageViewCreateInfo inputAttachmentViewParams = in InputAttachmentSparseFillingTestInstance() local 356 m_outputImageView = safeSharedPtr(new Unique<VkImageView>(createImageView(vk, vkDevice, &inputAttachmentViewParams))); in InputAttachmentSparseFillingTestInstance()
|
H A D | vktRenderPassUnusedAttachmentTests.cpp | 565 const VkImageViewCreateInfo inputAttachmentViewParams = in UnusedAttachmentTestInstance() local 577 m_inputAttachmentView = createImageView(vk, vkDevice, &inputAttachmentViewParams); in UnusedAttachmentTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 1777 VkImageViewCreateInfo inputAttachmentViewParams = in iterate() local 1800 inputAttachmentViewParams.image = img; in iterate() 1801 inputAttachmentViews.push_back(createImageView(vk, device, &inputAttachmentViewParams)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/ |
H A D | vktBindingDescriptorSetRandomTests.cpp | 1777 VkImageViewCreateInfo inputAttachmentViewParams = in iterate() local 1800 inputAttachmentViewParams.image = img; in iterate() 1801 inputAttachmentViews.push_back(createImageView(vk, device, &inputAttachmentViewParams)); in iterate()
|
Completed in 16 milliseconds