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

  /external/deqp/external/vulkancts/modules/vulkan/robustness/
vktRobustnessUtil.hpp 103 vk::Move<vk::VkImageView> m_colorAttachmentView;
vktRobustnessUtil.cpp 320 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams);
383 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp 93 Move<VkImageView> m_colorAttachmentView;
202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
260 *m_colorAttachmentView,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
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 152 Move<VkImageView> m_colorAttachmentView;
401 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
499 const VkImageView attachmentBindInfos[2] = { *m_colorAttachmentView, *m_stencilAttachmentView };
    [all...]
vktPipelineCacheTests.cpp 654 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT];
    [all...]
vktPipelineInputAssemblyTests.cpp 168 Move<VkImageView> m_colorAttachmentView;
990 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
    [all...]
vktPipelinePushConstantTests.cpp 163 Move<VkImageView> m_colorAttachmentView;
655 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
724 *m_colorAttachmentView
    [all...]
vktPipelineTimestampTests.cpp     [all...]
vktPipelineVertexInputTests.cpp 231 Move<VkImageView> m_colorAttachmentView;
849 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams);
    [all...]
vktPipelineMultisampleTests.cpp 289 Move<VkImageView> m_colorAttachmentView;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperation.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/binding_model/
vktBindingShaderAccessTests.cpp 508 const vk::Unique<vk::VkImageView> m_colorAttachmentView;
528 , m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttachmentImage))
530 , m_framebuffer (createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_targetSize))
    [all...]

Completed in 378 milliseconds