HomeSort by relevance Sort by last modified time
    Searched refs:m_colorAttachmentView (Results 1 - 13 of 13) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.hpp 89 vk::Move<vk::VkImageView> m_colorAttachmentView;
vktPipelineCacheTests.cpp     [all...]
vktPipelineBlendTests.cpp 137 Move<VkImageView> m_colorAttachmentView;
356 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
419 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
    [all...]
vktPipelineDepthTests.cpp 150 Move<VkImageView> m_colorAttachmentView;
317 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
417 *m_colorAttachmentView,
    [all...]
vktPipelineStencilTests.cpp 154 Move<VkImageView> m_colorAttachmentView;
404 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
502 const VkImageView attachmentBindInfos[2] = { *m_colorAttachmentView, *m_stencilAttachmentView };
    [all...]
vktPipelineInputAssemblyTests.cpp 168 Move<VkImageView> m_colorAttachmentView;
990 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
    [all...]
vktPipelinePushConstantTests.cpp 141 Move<VkImageView> m_colorAttachmentView;
524 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
593 *m_colorAttachmentView
    [all...]
vktPipelineVertexInputTests.cpp 230 Move<VkImageView> m_colorAttachmentView;
695 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
758 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
    [all...]
vktPipelineImageSamplingInstance.cpp 531 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
594 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
    [all...]
vktPipelineMultisampleTests.cpp 233 Move<VkImageView> m_colorAttachmentView;
    [all...]
vktPipelineTimestampTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 82 Move<VkImageView> m_colorAttachmentView;
216 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
274 *m_colorAttachmentView,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 320 const vk::Unique<vk::VkImageView> m_colorAttachmentView;
340 , m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttachmentImage))
342 , m_framebuffer (createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_targetSize))
    [all...]

Completed in 114 milliseconds