Searched refs:m_colorImageExtent (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 1516 m_colorImageExtent = makeExtent3D(16u, 16u, 1u); in GraphicsPipeline() 1518 …makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorFormat, VK_IMAGE_USAGE_COLOR_ATTA… in GraphicsPipeline() 1525 …r (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImageExtent.width, m_colorImageExtent… in GraphicsPipeline() 1530 .setRenderSize (tcu::IVec2(m_colorImageExtent.width, m_colorImageExtent.height)) in GraphicsPipeline() 1570 const VkRect2D renderArea = makeRect2D(m_colorImageExtent); in recordCommands() 1593 VkExtent3D m_colorImageExtent; member in vkt::synchronization::__anon3d1a14f80111::ShaderAccess::GraphicsPipeline 4380 m_colorImageExtent = makeExtent3D(16u, 16u, 1u); in GraphicsPipeline() 4382 …makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorFormat, VK_IMAGE_USAGE_COLOR_ATTA… in GraphicsPipeline() 4389 …r (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImageExtent.width, m_colorImageExtent… in GraphicsPipeline() 4394 .setRenderSize (tcu::IVec2(m_colorImageExtent.width, m_colorImageExtent.height)) in GraphicsPipeline() [all …]
|