Lines Matching defs:height
238 deUint32 height,
253 height,
266 || imageFormatProperties.maxExtent.height < imageExtent.height
299 0, // height
311 || extProperties.imageFormatProperties.maxExtent.height < imageExtent.height
406 deUint32 height)
416 width * height * pixelSize,
451 deUint32 height)
456 images[imageNdx] = safeSharedPtr(new vk::Unique<VkImage>(createImage(vki, physicalDevice, vkd, device, format, sampleCountBitFromomSampleCount(sampleCount), VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT, width, height)));
468 deUint32 height)
473 images[imageNdx] = safeSharedPtr(new vk::Unique<VkImage>(createImage(vki, physicalDevice, vkd, device, format, VK_SAMPLE_COUNT_1_BIT, VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT, width, height)));
510 deUint32 height)
515 buffers[bufferNdx] = safeSharedPtr(new vk::Unique<VkBuffer>(createBuffer(vkd, device, format, width, height)));
782 deUint32 height)
809 height,
848 deUint32 height,
880 const std::vector<VkViewport> viewports (1, makeViewport(tcu::UVec2(width, height)));
881 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height)));
1033 deUint32 height,
1063 const std::vector<VkViewport> viewports (1, makeViewport(tcu::UVec2(width, height)));
1064 const std::vector<VkRect2D> scissors (1, makeRect2D(tcu::UVec2(width, height)));
1121 deUint32 height,
1127 pipelines[ndx] = safeSharedPtr(new Unique<VkPipeline>(createSplitPipeline(vkd, device, renderPass, (deUint32)(ndx + 1), pipelineLayout, binaryCollection, width, height, sampleCount)));