Lines Matching defs:height
337 deUint32 height)
349 height,
460 deUint32 height)
472 const std::vector<vk::VkViewport> viewports (1, vk::makeViewport(tcu::UVec2(width, height)));
473 const std::vector<vk::VkRect2D> scissors (1, vk::makeRect2D(tcu::UVec2(width, height)));
614 const deUint32 currentHeight = properties.currentExtent.height != 0xFFFFFFFFu
615 ? properties.currentExtent.height
616 : de::min(1024u, properties.minImageExtent.height + ((properties.maxImageExtent.height - properties.minImageExtent.height) / 2));
626 ? de::max(31u, properties.minImageExtent.height)
627 : de::min(deSmallestGreaterOrEquallPowerOfTwoU32(currentHeight+1), properties.maxImageExtent.height));
778 const deUint32 imageHeight = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height;
889 const deUint32 height = m_swapchainConfigs[m_swapchainConfigNdx].imageExtent.height;
907 m_commandBuffers[m_frameNdx % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLayout, *m_renderPass, *m_framebuffer, *m_pipeline, m_frameNdx, m_quadCount, width, height).disown();