/external/deqp/external/vulkancts/modules/vulkan/robustness/ |
vktRobustnessUtil.hpp | 103 vk::Move<vk::VkImageView> m_colorAttachmentView;
|
vktRobustnessUtil.cpp | 324 m_colorAttachmentView = createImageView(vk, m_device, &colorAttachmentViewParams); 339 &m_colorAttachmentView.get(), // const VkImageView* pAttachments;
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiBufferViewAccessTests.cpp | 95 Move<VkImageView> m_colorAttachmentView; 202 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 212 *m_colorAttachmentView,
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
vktPipelineBlendTests.cpp | 141 Move<VkImageView> m_colorAttachmentView; 358 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 373 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; [all...] |
vktPipelineDepthTests.cpp | 174 Move<VkImageView> m_colorAttachmentView; 363 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 390 *m_colorAttachmentView, [all...] |
vktPipelinePushDescriptorTests.cpp | 238 Move<VkImageView> m_colorAttachmentView; 322 m_colorAttachmentView = createImageView(m_vkd, *m_device, &colorAttachmentViewParams); 332 *m_colorAttachmentView [all...] |
vktPipelineStencilTests.cpp | 154 Move<VkImageView> m_colorAttachmentView; 401 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 426 const VkImageView attachmentBindInfos[2] = { *m_colorAttachmentView, *m_stencilAttachmentView }; [all...] |
vktPipelineCacheTests.cpp | 626 Move<VkImageView> m_colorAttachmentView[PIPELINE_CACHE_NDX_COUNT]; [all...] |
vktPipelineDynamicOffsetTests.cpp | 126 Move<VkImageView> m_colorAttachmentView; 215 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 288 *m_colorAttachmentView [all...] |
vktPipelineInputAssemblyTests.cpp | 171 Move<VkImageView> m_colorAttachmentView; 991 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 1006 &m_colorAttachmentView.get(), // const VkImageView* pAttachments; [all...] |
vktPipelinePushConstantTests.cpp | 186 Move<VkImageView> m_colorAttachmentView; 314 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 324 *m_colorAttachmentView [all...] |
vktPipelineTimestampTests.cpp | [all...] |
vktPipelineVertexInputTests.cpp | 264 Move<VkImageView> m_colorAttachmentView; [all...] |
vktPipelineMultisampleTests.cpp | 363 Move<VkImageView> m_colorAttachmentView; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassUnusedAttachmentTests.cpp | 260 Move<VkImageView> m_colorAttachmentView; 542 m_colorAttachmentView = createImageView(vk, vkDevice, &colorAttachmentViewParams); 589 *m_colorAttachmentView, [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationOperation.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
vktBindingShaderAccessTests.cpp | 510 const vk::Unique<vk::VkImageView> m_colorAttachmentView; 530 , m_colorAttachmentView (createColorAttachmentView(m_vki, m_device, m_targetFormat, *m_colorAttachmentImage)) 532 , m_framebuffer (createFramebuffer(m_vki, m_device, *m_renderPass, *m_colorAttachmentView, m_targetSize)) [all...] |