Searched refs:m_colorImageExtent (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 1523 m_colorImageExtent = makeExtent3D(16u, 16u, 1u); in GraphicsPipeline() 1525 makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT, in GraphicsPipeline() 1533 m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImageExtent.width, m_colorImageExtent.height); in GraphicsPipeline() 1538 .setRenderSize (tcu::IVec2(m_colorImageExtent.width, m_colorImageExtent.height)) in GraphicsPipeline() 1578 const VkRect2D renderArea = makeRect2D(m_colorImageExtent); in recordCommands() 1601 VkExtent3D m_colorImageExtent; member in vkt::synchronization::__anon28830::ShaderAccess::GraphicsPipeline 4535 m_colorImageExtent = makeExtent3D(16u, 16u, 1u); in GraphicsPipeline() 4537 makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorForma in GraphicsPipeline() 4619 VkExtent3D m_colorImageExtent; global() member in vkt::synchronization::__anon28830::IndirectBuffer::GraphicsPipeline 5219 VkExtent3D m_colorImageExtent; global() member in vkt::synchronization::__anon28830::VertexInput::Implementation [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 1522 m_colorImageExtent = makeExtent3D(16u, 16u, 1u); in GraphicsPipeline() 1524 makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorFormat, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT, in GraphicsPipeline() 1532 m_framebuffer = makeFramebuffer (vk, device, *m_renderPass, *m_colorAttachmentView, m_colorImageExtent.width, m_colorImageExtent.height); in GraphicsPipeline() 1537 .setRenderSize (tcu::IVec2(m_colorImageExtent.width, m_colorImageExtent.height)) in GraphicsPipeline() 1577 const VkRect2D renderArea = makeRect2D(m_colorImageExtent); in recordCommands() 1600 VkExtent3D m_colorImageExtent; member in vkt::synchronization::__anon29979::ShaderAccess::GraphicsPipeline 4398 m_colorImageExtent = makeExtent3D(16u, 16u, 1u); in GraphicsPipeline() 4400 makeImageCreateInfo(VK_IMAGE_TYPE_2D, m_colorImageExtent, m_colorForma in GraphicsPipeline() 4482 VkExtent3D m_colorImageExtent; global() member in vkt::synchronization::__anon29979::IndirectBuffer::GraphicsPipeline 5086 VkExtent3D m_colorImageExtent; global() member in vkt::synchronization::__anon29979::VertexInput::Implementation [all...] |
Completed in 23 milliseconds