Lines Matching refs:HEIGHT
57 const int HEIGHT = 64;
71 makeExtent3D(WIDTH, HEIGHT, 1u), // VkExtent3D extent;
181 const VkExtent2D renderSize = {deUint32(WIDTH), deUint32(HEIGHT)};
182 const VkRect2D renderArea = makeRect2D(makeExtent3D(WIDTH, HEIGHT, 1u));
184 const vector<VkViewport> viewports (1u, makeViewport(makeExtent3D(WIDTH, HEIGHT, 1u)));
272 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, makeRect2D(0, 0, WIDTH, HEIGHT), 0, DE_NULL);
296 beginRenderPass(vk, *cmdBuffer, *renderPass, *framebuffer, makeRect2D(0, 0, WIDTH, HEIGHT), 0, DE_NULL);
301 copyImageToBuffer(vk, *cmdBuffer, *targetImage, *resultBuffer, tcu::IVec2(WIDTH, HEIGHT), VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL);
312 TextureLevel textureLevel (mapVkFormat(FORMAT), WIDTH, HEIGHT, 1);
321 for (int y = 0; y < HEIGHT; y++)