Home
last modified time | relevance | path

Searched refs:kFramebufferWidth (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp72 constexpr deUint32 kFramebufferWidth = 32u; variable
74 constexpr deUint32 kTotalPixels = kFramebufferWidth * kFramebufferHeight;
257 << " const int bufferIndex = (fragCoord.y * " << kFramebufferWidth << ") + fragCoord.x;\n" in initPrograms()
299 vk::makeExtent3D(kFramebufferWidth, kFramebufferHeight, 1u), // VkExtent3D extent; in iterate()
338 vk::makeExtent3D(kFramebufferWidth, kFramebufferHeight, 1u), // VkExtent3D extent; in iterate()
429 …get(), static_cast<deUint32>(imageViews.size()), imageViews.data(), kFramebufferWidth, kFramebuffe… in iterate()
461 const auto viewport = vk::makeViewport(kFramebufferWidth, kFramebufferHeight); in iterate()
462 const auto scissor = vk::makeRect2D(kFramebufferWidth, kFramebufferHeight); in iterate()
585 …vkd, cmdBuffer, renderPass.get(), framebuffer.get(), vk::makeRect2D(kFramebufferWidth, kFramebuffe… in iterate()
605 …const auto copyRegion = vk::makeBufferImageCopy(vk::makeExtent3D(kFramebufferWidth, kFramebufferHe… in iterate()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp65 constexpr deUint32 kFramebufferWidth = 64u; variable
389 const auto kFramebufferExtent = vk::makeExtent3D(kFramebufferWidth, kFramebufferHeight, 1u); in iterate()
627 kFramebufferWidth, // deUint32 width; in iterate()
686 const vk::VkViewport viewport (vk::makeViewport(kFramebufferWidth, kFramebufferHeight)); in iterate()
687 const vk::VkRect2D scissor (vk::makeRect2D(kFramebufferWidth, kFramebufferHeight)); in iterate()
886 …er, renderPass.get(), framebuffers[iteration].get(), vk::makeRect2D(kFramebufferWidth, kFramebuffe… in iterate()
955 const tcu::UVec2 renderSize(kFramebufferWidth, kFramebufferHeight); in iterate()
957 const int kWidth = static_cast<int>(kFramebufferWidth); in iterate()
DvktPipelineExtendedDynamicStateTests.cpp74 constexpr deUint32 kFramebufferWidth = 64u; variable
665 constexpr auto kWidth = static_cast<int>(kFramebufferWidth); in operator ()()
694 constexpr auto kWidth = static_cast<int>(kFramebufferWidth); in operator ()()
881 , viewportConfig (ViewportVec(1u, vk::makeViewport(kFramebufferWidth, kFramebufferHeight))) in TestConfig()
882 , scissorConfig (ScissorVec(1u, vk::makeRect2D(kFramebufferWidth, kFramebufferHeight))) in TestConfig()
1688 const auto kFramebufferExtent = vk::makeExtent3D(kFramebufferWidth, kFramebufferHeight, 1u); in iterate()
1997 kFramebufferWidth, // deUint32 width; in iterate()
2343 …er, renderPass.get(), framebuffers[iteration].get(), vk::makeRect2D(kFramebufferWidth, kFramebuffe… in iterate()
2451 const tcu::UVec2 renderSize (kFramebufferWidth, kFramebufferHeight); in iterate()
2459 const int kWidth = static_cast<int>(kFramebufferWidth); in iterate()
[all …]