/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrCopyTests.cpp | 48 using tcu::UVec2; 68 const UVec2& size_) in ImageConfig() 79 UVec2 size; 142 const UVec2& size, in createImage() 439 UVec2 randomUVec2 (de::Random& rng, in randomUVec2() 440 const UVec2& min, in randomUVec2() 441 const UVec2& max) in randomUVec2() 443 UVec2 result; in randomUVec2() 454 const UVec2& srcSize, in genCopies() 456 const UVec2& dstSize, in genCopies() [all …]
|
D | vktYCbCrImageQueryTests.cpp | 61 using tcu::UVec2; 142 const UVec2& size, in createTestImage() 208 const UVec2& size, 212 const UVec2& getSize (void) const { return m_size; } in getSize() 216 const UVec2 m_size; 227 const UVec2& size, in TestImage() 348 UVec2 getMaxPlaneDivisor (const PlanarFormatDescription& formatDesc) in getMaxPlaneDivisor() 350 UVec2 maxDivisor (formatDesc.blockWidth, formatDesc.blockHeight); in getMaxPlaneDivisor() 457 const UVec2 maxDivisor = getMaxPlaneDivisor(formatDesc); in testImageQuery() 458 vector<UVec2> testSizes; in testImageQuery() [all …]
|
D | vktYCbCrUtil.hpp | 60 MultiPlaneImageData (vk::VkFormat format, const tcu::UVec2& size); 66 const tcu::UVec2& getSize (void) const { return m_size; } in getSize() 80 const tcu::UVec2 m_size; 171 const tcu::UVec2& size,
|
D | vktYCbCrFormatTests.cpp | 60 using tcu::UVec2; 72 const UVec2& size, in createTestImage() 225 UVec2 size; 233 const UVec2& size_, in TestParameters() 301 void generateLookupCoordinates (const UVec2& imageSize, vector<Vec2>* dst) in generateLookupCoordinates() 322 const UVec2 size = params.size; in testFormat() 577 const UVec2 size (66, 32); in populatePerFormatGroup()
|
D | vktYCbCrViewTests.cpp | 58 using tcu::UVec2; 103 const UVec2& size, in createTestImage() 322 UVec2 size; 329 …TestParameters (ViewType viewType_, VkFormat format_, const UVec2& size_, VkImageCreateFlags creat… in TestParameters() 380 void generateLookupCoordinates (const UVec2& imageSize, size_t numCoords, de::Random* rnd, vector<V… in generateLookupCoordinates() 436 const UVec2 size = params.size; in testPlaneView() 437 const UVec2 planeExtent = getPlaneExtent(formatInfo, size, params.planeNdx, 0); in testPlaneView() 738 const UVec2 size (32, 58); in populateViewTypeGroup()
|
D | vktYCbCrConversionTests.cpp | 63 using tcu::UVec2; 120 const UVec2& srcSize, in genTexCoords() 121 const UVec2& dstSize) in genTexCoords() 140 const UVec2& size) in genOneToOneTexCoords() 170 const UVec2 srcSize_, in TestConfig() 171 const UVec2 dstSize_, in TestConfig() 211 const UVec2 srcSize; 212 const UVec2 dstSize; 374 const UVec2& size, in createImage() 474 const UVec2& size, in evalShader() [all …]
|
/third_party/vk-gl-cts/framework/platform/lnx/ |
D | tcuLnxVulkanPlatform.cpp | 72 void resize (const UVec2& newSize) in resize() 90 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow() 120 void resize (const UVec2& newSize) in resize() 138 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow() 166 void resize (const UVec2& newSize) in resize() 184 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow() 201 void resize (const UVec2&) in resize() 213 vk::wsi::Window* createWindow (const Maybe<UVec2>&) const in createWindow()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSampleLocationsUtil.cpp | 34 using tcu::UVec2; 70 std::set<UVec2, LessThan<UVec2> > takenLocationIndices; in fillSampleLocationsRandom() 73 const UVec2 locationNdx (rng.getUint32() % (maxLocationIndex + 1 - guardOffset), in fillSampleLocationsRandom()
|
D | vktPipelineSampleLocationsUtil.hpp | 43 MultisamplePixelGrid (const tcu::UVec2& gridSize, const vk::VkSampleCountFlagBits numSamples) in MultisamplePixelGrid() 66 const tcu::UVec2& size (void) const { return m_gridSize; } in size() 80 tcu::UVec2 m_gridSize;
|
D | vktPipelineImageSamplingInstance.hpp | 50 ImageSamplingInstanceParams (const tcu::UVec2& renderSize_, in ImageSamplingInstanceParams() 80 const tcu::UVec2 renderSize; 139 const tcu::UVec2 m_renderSize;
|
D | vktPipelineStencilExportTests.cpp | 65 using tcu::UVec2; 135 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags … in makeImageCreateInfo() 263 const UVec2 renderSize, in makeGraphicsPipeline() 428 const UVec2& renderSize, in generateReferenceImage() 460 const UVec2 renderSize (128, 128); in testStencilExportReplace()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkWsiUtil.hpp | 128 tcu::UVec2 getFullScreenSize (const vk::wsi::Type wsiType, 130 const tcu::UVec2& fallbackSize); 143 const tcu::UVec2& renderSize); 176 const tcu::UVec2& renderSize); 187 const tcu::UVec2& renderSize); 199 tcu::UVec2 m_renderSize;
|
D | vkImageUtil.hpp | 152 const tcu::UVec2& baseExtents, 160 tcu::UVec2 getPlaneExtent (const PlanarFormatDescription& formatInfo, 161 const tcu::UVec2& baseExtents, 166 tcu::UVec2 getBlockExtent (VkFormat format); 167 tcu::UVec2 getBlockExtent (const PlanarFormatDescription& formatInfo); 180 const tcu::UVec2& size, 185 const tcu::UVec2& size,
|
D | vkWsiPlatform.hpp | 42 virtual void resize (const tcu::UVec2& newSize); 57 virtual Window* createWindow (const tcu::Maybe<tcu::UVec2>& initialSize = tcu::Nothing) const = 0;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 83 using tcu::UVec2; 753 const UVec2& targetSize_, in TestConfig() 754 const UVec2& renderPos_, in TestConfig() 755 const UVec2& renderSize_, in TestConfig() 789 UVec2 targetSize; 790 UVec2 renderPos; 791 UVec2 renderSize; 1300 const UVec2& size, in createFramebuffer() 1309 const UVec2& size, in createAttachmentImage() 1421 const UVec2& size, in AttachmentResources() [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderPrecisionTests.cpp | 630 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang… 646 tcu::UVec2 m_rangeA; 647 tcu::UVec2 m_rangeB; 661 …unc evalFunc, glu::Precision precision, int bits, const tcu::UVec2& rangeA, const tcu::UVec2& rang… in ShaderUintPrecisionCase() 835 using tcu::UVec2; in init() 847 tcu::UVec2 fullRange32U (0u, 0xffffffffu); in init() 848 tcu::UVec2 fullRange16U (0u, 0xffffu); in init() 849 tcu::UVec2 fullRange8U (0u, 0xffu); in init() 908 tcu::UVec2 rangeA; in init() 909 tcu::UVec2 rangeB; in init() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawShaderLayerTests.cpp | 62 using tcu::UVec2; 86 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, const deUint32 num… in makeImageCreateInfo() 117 const UVec2 renderSize) in makeGraphicsPipeline() 351 const UVec2& renderSize, in generateReferenceImage() 498 std::vector<UVec4> generateGrid (const int numCells, const UVec2& renderSize) in generateGrid() 561 …Vertices (const std::vector<UVec4>& grid, const std::vector<Vec4>& colors, const UVec2& renderSize) in generateVertices() 612 const UVec2& renderSize, in Renderer() 724 const UVec2 m_renderSize; 774 const UVec2 renderSize (256, 256); in testVertexShader() 834 const UVec2 renderSize (256, 256); in testTessellationShader()
|
D | vktDrawShaderViewportIndexTests.cpp | 65 using tcu::UVec2; 90 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags … in makeImageCreateInfo() 121 const UVec2 renderSize, in makeGraphicsPipeline() 366 std::vector<UVec4> generateGrid (const int numCells, const UVec2& renderSize) in generateGrid() 425 const UVec2& renderSize, in generateReferenceImage() 659 const UVec2& renderSize, in Renderer() 799 const UVec2 m_renderSize; 835 const UVec2 renderSize (128, 128); in testVertexFragmentShader() 896 const UVec2 renderSize (128, 128); in testTessellationShader()
|
D | vktDrawDiscardRectanglesTests.cpp | 63 using tcu::UVec2; 99 VkImageCreateInfo makeImageCreateInfo (const VkFormat format, const UVec2& size, VkImageUsageFlags … in makeImageCreateInfo() 145 const UVec2 renderSize, in makeGraphicsPipeline() 369 void generateDiscardRectangles(const UVec2& renderSize, deUint32 numRect, std::vector<VkRect2D>& re… in generateDiscardRectangles() 389 const UVec2& renderSize, in generateReferenceImage() 454 const UVec2 m_renderSize; 478 , m_renderSize (UVec2(340, 100)) in DiscardRectanglesTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
D | vktNativeObjectsUtil.hpp | 49 const tcu::Maybe<tcu::UVec2>& initialWindowSize = tcu::Nothing); 57 …indow> createWindow (const vk::wsi::Display& display, const tcu::Maybe<tcu::UVec2>& initialSize);
|
D | vktWsiColorSpaceTests.cpp | 76 using tcu::UVec2; 281 const tcu::UVec2& desiredSize, in getBasicSwapchainParameters() 380 const tcu::UVec2 size, in getPixel() 417 const tcu::UVec2 desiredSize (256, 256); in basicExtensionTest() 458 const tcu::UVec2 desiredSize (256, 256); in colorspaceCompareTest() 519 tcu::UVec2(swapchainInfo.imageExtent.width, swapchainInfo.imageExtent.height)); in colorspaceCompareTest() 628 const tcu::UVec2 desiredSize (256, 256); in surfaceFormatRenderTest() 649 tcu::UVec2(swapchainInfo.imageExtent.width, swapchainInfo.imageExtent.height)); in surfaceFormatRenderTest() 767 const tcu::UVec2 desiredSize (256, 256); in surfaceFormatRenderTests() 788 const tcu::UVec2 desiredSize (256, 256); in surfaceFormatRenderWithHdrTests()
|
D | vktNativeObjectsUtil.cpp | 60 …eObjects::createWindow (const vk::wsi::Display& display, const tcu::Maybe<tcu::UVec2>& initialSize) in createWindow() 78 const tcu::Maybe<tcu::UVec2>& initialWindowSize) in NativeObjects()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/ |
D | vktModifiersTests.cpp | 58 using tcu::UVec2; 303 const UVec2& size) in createImageNoModifiers() 333 const UVec2& size, in createImageWithDrmFormatModifiers() 426 0, formats, UVec2(64, 64), creationModifiers); in createImageListModifiersCase() 472 const UVec2 imageSize (64, 64); in exportImportMemoryExplicitModifiersCase() 493 format, UVec2(64, 64))); in exportImportMemoryExplicitModifiersCase() 532 {format}, UVec2(64, 64), modifiers)); in exportImportMemoryExplicitModifiersCase() 604 {format}, UVec2(64, 64), modifiers)); in exportImportMemoryExplicitModifiersCase() 617 format, UVec2(64, 64))); in exportImportMemoryExplicitModifiersCase()
|
/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXVulkanPlatform.cpp | 56 void resize (const UVec2& newSize) { in resize() 71 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow()
|
/third_party/vk-gl-cts/framework/platform/ohos/ |
D | tcuOhosPlatform.cpp | 82 void resize(const UVec2& newSize) in resize() 102 vk::wsi::Window* createWindow (const Maybe<UVec2>& initialSize) const in createWindow()
|