Home
last modified time | relevance | path

Searched refs:fbExtent (Results 1 - 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateMiscTests.cpp218 const tcu::IVec3 fbExtent (static_cast<int>(vkExtent.width), static_cast<int>(vkExtent.height), static_cast<int>(vkExtent.depth)); in testEnableDisable()
346 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in testEnableDisable()
347 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in testEnableDisable()
477 tcu::TextureLevel referenceLevel (tcuFormat, fbExtent.x(), fbExtent.y()); in testEnableDisable()
480 const auto& xSize = fbExtent.x(); in testEnableDisable()
481 const auto& ySize = fbExtent.y(); in testEnableDisable()
487 for (int y = 0; y < fbExtent.y(); ++y) in testEnableDisable()
488 for (int x = 0; x < fbExtent.x(); ++x) in testEnableDisable()
498 const tcu::ConstPixelBufferAccess resultAccess (tcuFormat, fbExtent, colorBuffe in testEnableDisable()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp697 const auto fbExtent = makeExtent3D(8u, 8u, 1u); in iterate() local
698 const tcu::IVec3 iExtent3D (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(numViews)); in iterate()
709 fbExtent, // VkExtent3D extent; in iterate()
726 DE_ASSERT(fbExtent.depth == 1u); in iterate()
728 const auto verificationBufferSize = static_cast<VkDeviceSize>(pixelSize * fbExtent.width * fbExtent.height * numViews); in iterate()
738 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttachmentView.get(), fbExtent.width, fbExtent.height, 1u); in iterate()
744 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in iterate()
913 const auto fbExtent = makeExtent3D(1u, 1u, 1u); iterate() local
1208 const auto fbExtent = makeExtent2D(m_fbWidth, 1u); iterate() local
1435 const auto fbExtent = makeExtent3D(1u, 1u, 1u); iterate() local
2229 const auto fbExtent = makeExtent3D(MaxMeshOutputSizeCase::kMaxPoints, 1u, 1u); iterate() local
[all...]
H A DvktMeshShaderSmokeTestsEXT.cpp1226 const auto fbExtent = makeExtent3D(PartialUsageCase::kWidth, PartialUsageCase::kHeight, 1u); in iterate() local
1227 const tcu::IVec3 iExtent (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(fbExtent.depth)); in iterate()
1233 const auto pixelCount = fbExtent.width * fbExtent.height * fbExtent.depth; in iterate()
1242 const float pixelWidth4 = 2.0f / (static_cast<float>(fbExtent.width) * 4.0f); in iterate()
1243 const float pixelHeight4 = 2.0f / (static_cast<float>(fbExtent.height) * 4.0f); in iterate()
1324 const int xCoord = static_cast<int>(indexAndColor.index % fbExtent in iterate()
1715 const auto fbExtent = makeExtent3D(1u, 1u, 1u); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderPropertyTestsEXT.cpp697 const auto fbExtent = makeExtent3D(8u, 8u, 1u); in iterate() local
698 const tcu::IVec3 iExtent3D (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(numViews)); in iterate()
709 fbExtent, // VkExtent3D extent; in iterate()
726 DE_ASSERT(fbExtent.depth == 1u); in iterate()
728 const auto verificationBufferSize = static_cast<VkDeviceSize>(pixelSize * fbExtent.width * fbExtent.height * numViews); in iterate()
738 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttachmentView.get(), fbExtent.width, fbExtent.height, 1u); in iterate()
744 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in iterate()
913 const auto fbExtent = makeExtent3D(1u, 1u, 1u); iterate() local
1208 const auto fbExtent = makeExtent2D(m_fbWidth, 1u); iterate() local
1435 const auto fbExtent = makeExtent3D(1u, 1u, 1u); iterate() local
2229 const auto fbExtent = makeExtent3D(MaxMeshOutputSizeCase::kMaxPoints, 1u, 1u); iterate() local
[all...]
H A DvktMeshShaderSmokeTestsEXT.cpp1218 const auto fbExtent = makeExtent3D(PartialUsageCase::kWidth, PartialUsageCase::kHeight, 1u); in iterate() local
1219 const tcu::IVec3 iExtent (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(fbExtent.depth)); in iterate()
1225 const auto pixelCount = fbExtent.width * fbExtent.height * fbExtent.depth; in iterate()
1234 const float pixelWidth4 = 2.0f / (static_cast<float>(fbExtent.width) * 4.0f); in iterate()
1235 const float pixelHeight4 = 2.0f / (static_cast<float>(fbExtent.height) * 4.0f); in iterate()
1316 const int xCoord = static_cast<int>(indexAndColor.index % fbExtent in iterate()
1706 const auto fbExtent = makeExtent3D(1u, 1u, 1u); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingUnusedAttachmentsTests.cpp478 const auto fbExtent = makeExtent3D(fbDim); in iterate() local
494 colorImages[i].reset(new ImageWithBuffer(ctx.vkd, ctx.device, ctx.allocator, fbExtent, kColorFormat, colorUsage, VK_IMAGE_TYPE_2D, colorSRR, m_params.layerCount)); in iterate()
516 fbExtent, // VkExtent3D extent; in iterate()
534 const auto depthVerificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(depthCopyFormat) * fbExtent.width * fbExtent.height * fbExtent.depth * m_params.layerCount); in iterate()
538 const auto stencilVerificationBufferSize = static_cast<VkDeviceSize>(tcu::getPixelSize(stencilCopyFormat) * fbExtent.width * fbExtent.height * fbExtent.depth * m_params.layerCount); in iterate()
543 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp136 const tcu::IVec3 fbExtent (2, 2, 1); in sampleShadingWithDynamicSampleCount()
137 const auto vkExtent = makeExtent3D(fbExtent); in sampleShadingWithDynamicSampleCount()
288 const auto renderArea = makeRect2D(fbExtent); in sampleShadingWithDynamicSampleCount()
289 const int halfWidth = fbExtent.x() / 2; in sampleShadingWithDynamicSampleCount()
377 fbExtent.swizzle(0, 1), in sampleShadingWithDynamicSampleCount()
396 const tcu::ConstPixelBufferAccess resultAccess(tcuFormat, fbExtent, resolveBufferData); in sampleShadingWithDynamicSampleCount()
H A DvktPipelineInputAttributeOffsetTests.cpp345 const auto fbExtent = getDefaultExtent(); in iterate() local
346 const auto vkExtent = makeExtent3D(fbExtent); in iterate()
467 tcu::IVec2(fbExtent.x(), fbExtent.y()), in iterate()
482 const tcu::ConstPixelBufferAccess resultAccess (tcuFormat, fbExtent, colorBuffer.getBufferAllocation().getHostPtr()); in iterate()
H A DvktPipelineShaderModuleIdentifierTests.cpp1852 const auto fbExtent = makeExtent3D(1u, 1u, 1u); in iterate() local
1853 const tcu::IVec3 iExtent (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(fbExtent.depth)); in iterate()
2003 fbExtent, // VkExtent3D extent; in iterate()
2020 renderPass.createFramebuffer(vkd, device, **colorAtt, colorAttView.get(), fbExtent.width, fbExtent.height); in iterate()
2022 DE_ASSERT(fbExtent.width == 1u && fbExtent.height == 1u && fbExtent in iterate()
3167 const auto fbExtent = makeExtent3D(2u, 2u, 1u); iterate() local
[all...]
H A DvktPipelineMultisampleTests.cpp4659 const auto fbExtent = makeExtent3D(scissor.extent.width, scissor.extent.height, 1u);
4665 ImageWithBuffer secondColorBuffer (ctx.vkd, ctx.device, ctx.allocator, fbExtent, m_colorFormat, colorUsage, VK_IMAGE_TYPE_2D, makeDefaultImageSubresourceRange(), 1u, sampleCount);
4666 ImageWithBuffer secondResolveBuffer (ctx.vkd, ctx.device, ctx.allocator, fbExtent, m_colorFormat, colorUsage, VK_IMAGE_TYPE_2D, makeDefaultImageSubresourceRange(), 1u, singleSample);
4748 const auto framebuffer = makeFramebuffer(ctx.vkd, ctx.device, renderPass.get(), de::sizeU32(fbImageViews), de::dataOrNull(fbImageViews), fbExtent.width, fbExtent.height);
4750 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent));
5652 const auto fbExtent = makeExtent3D(ZExportParams::kWidth, ZExportParams::kHeight, 1u);
5673 fbExtent, // VkExtent3D extent;
5695 fbExtent, // VkExtent3D extent;
5876 renderPass.createFramebuffer(ctx.vkd, ctx.device, de::sizeU32(attachmentViews), de::dataOrNull(images), de::dataOrNull(attachmentViews), fbExtent
[all...]
H A DvktPipelineSamplerTests.cpp2013 const auto fbExtent = tcu::IVec3(1, 1, 1); in iterate() local
2014 const auto vkExtent = makeExtent3D(fbExtent); in iterate()
2220 fbExtent.swizzle(0, 1), in iterate()
2235 const tcu::ConstPixelBufferAccess resultAccess (tcuFormat, fbExtent, colorBufferAlloc.getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolFragInvocationTests.cpp123 const tcu::IVec3 fbExtent (64, 64, 1); in testInvocations()
124 const auto vkExtent = makeExtent3D(fbExtent); in testInvocations()
159 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in testInvocations()
265 tcu::ConstPixelBufferAccess resultAccess (tcuFormat, fbExtent, resultAllocation.getHostPtr()); in testInvocations()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktRasterizationDepthBiasControlTests.cpp347 const tcu::IVec3 fbExtent (1, 1, 1); in iterate()
348 const auto vkExtent = makeExtent3D(fbExtent); in iterate()
431 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in iterate()
432 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in iterate()
612 tcu::TextureLevel depthReferenceLevel (tcuDepthFormat, fbExtent.x(), fbExtent.y()); in iterate()
640 const tcu::ConstPixelBufferAccess depthResultAccess (tcuDepthFormat, fbExtent, depthBuffer.getBufferAllocation().getHostPtr()); in iterate()
641 const tcu::ConstPixelBufferAccess colorResultAccess (tcuColorFormat, fbExtent, colorBuffer.getBufferAllocation().getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineShaderModuleIdentifierTests.cpp1840 const auto fbExtent = makeExtent3D(1u, 1u, 1u); in iterate() local
1841 const tcu::IVec3 iExtent (static_cast<int>(fbExtent.width), static_cast<int>(fbExtent.height), static_cast<int>(fbExtent.depth)); in iterate()
1992 fbExtent, // VkExtent3D extent; in iterate()
2009 framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorAttView.get(), fbExtent.width, fbExtent.height); in iterate()
2011 DE_ASSERT(fbExtent.width == 1u && fbExtent.height == 1u && fbExtent in iterate()
3151 const auto fbExtent = makeExtent3D(2u, 2u, 1u); iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp775 const tcu::IVec3 fbExtent (128, 128, 1); in iterate()
776 const auto vkExtent = makeExtent3D(fbExtent); in iterate()
821 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in iterate()
822 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in iterate()
925 copyImageToBuffer(ctx.vkd, *cmdBufferRef, referenceBuffer.getImage(), referenceBuffer.getBuffer(), fbExtent.swizzle(0, 1), in iterate()
944 copyImageToBuffer(ctx.vkd, *cmdBufferRes, resultBuffer.getImage(), resultBuffer.getBuffer(), fbExtent.swizzle(0, 1), in iterate()
953 tcu::ConstPixelBufferAccess referenceAccess (tcuFormat, fbExtent, referenceBuffer.getBufferAllocation().getHostPtr()); in iterate()
954 tcu::ConstPixelBufferAccess resultAccess (tcuFormat, fbExtent, resultBuffer.getBufferAllocation().getHostPtr()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp3392 const auto fbExtent = makeExtent3D(fbDim); in iterate() local
3404 ImageWithBuffer colorBuffer(vkd, device, allocator, fbExtent, colorFormat, colorUsage, VK_IMAGE_TYPE_2D); in iterate()
3410 const auto pointCount = fbExtent.width * fbExtent.height * fbExtent.depth; in iterate()
3414 for (uint32_t y = 0u; y < fbExtent.height; ++y) in iterate()
3415 for (uint32_t x = 0u; x < fbExtent.width; ++x) in iterate()
3417 const auto xCoord = ((static_cast<float>(x) + 0.5f) / static_cast<float>(fbExtent.width)) * 2.0f - 1.0f; in iterate()
3418 const auto yCoord = ((static_cast<float>(y) + 0.5f) / static_cast<float>(fbExtent.height)) * 2.0f - 1.0f; in iterate()
3451 const auto framebuffer = makeFramebuffer(vkd, device, renderPass.get(), colorBuffer.getImageView(), fbExtent in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawNegativeViewportHeightTests.cpp868 const auto fbExtent = makeExtent3D(fbSize, fbSize, 1u); in iterate() local
874 ImageWithBuffer colorRes (ctx.vkd, ctx.device, ctx.allocator, fbExtent, fbFormat, fbUsage, VK_IMAGE_TYPE_2D); in iterate()
882 const auto framebuffer = makeFramebuffer(ctx.vkd, ctx.device, renderPass.get(), colorRes.getImageView(), fbExtent.width, fbExtent.height); in iterate()
888 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp2061 const tcu::IVec3 fbExtent (static_cast<int>(numPoints), 1, 1);
2062 const auto vkExtent = makeExtent3D(fbExtent);
2201 copyImageToBuffer(vk, *cmdBuffer, colorBuffer.getImage(), colorBuffer.getBuffer(), fbExtent.swizzle(0, 1));
2209 tcu::TextureLevel refLevel (tcuFormat, fbExtent.x(), fbExtent.y());
2212 tcu::ConstPixelBufferAccess resAccess (tcuFormat, fbExtent, resAlloc.getHostPtr());
3018 const tcu::IVec3 fbExtent (1, 1, 1); in iterate()
3019 const auto vkExtent = makeExtent3D(fbExtent); in iterate()
3114 fbExtent.swizzle(0, 1), VK_ACCESS_COLOR_ATTACHMENT_WRITE_BIT, VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, 1u, in iterate()
3121 tcu::PixelBufferAccess resultAccess (tcuFormat, fbExtent, colorBuffe in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3011 const auto fbExtent = makeExtent2D(1u, 1u); in execute() local
3013 const auto framebuffer = makeFramebuffer(vk, vkDevice, renderPass.get(), 0u, nullptr, fbExtent.width, fbExtent.height); in execute()
3015 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in execute()
3016 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.cpp3011 const auto fbExtent = makeExtent2D(1u, 1u); in execute() local
3013 const auto framebuffer = makeFramebuffer(vk, vkDevice, renderPass.get(), 0u, nullptr, fbExtent.width, fbExtent.height); in execute()
3015 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in execute()
3016 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in execute()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4191 const auto fbExtent = makeExtent3D(m_dim); in iterate() local
4200 const std::vector<VkViewport> viewports (1u, makeViewport(fbExtent)); in iterate()
4201 const std::vector<VkRect2D> scissors (1u, makeRect2D(fbExtent)); in iterate()
4235 frameBuffer = makeFramebuffer(*m_device, *m_logicalDevice, *renderPass, m_colorImage->getImageView(), fbExtent.width, fbExtent.height); in iterate()
4283 const VkRect2D renderArea = { { 0, 0 }, { fbExtent.width, fbExtent.height } }; in iterate()
4332 const auto copyRegion = makeBufferImageCopy(fbExtent, colorSRL); in iterate()

Completed in 72 milliseconds