• Home
  • Raw
  • Download

Lines Matching refs:IVec3

63 using tcu::IVec3;
77 IVec3 renderSize;
78 IVec3 attachmentSize;
195 const IVec3 renderSize, in makeGraphicsPipeline()
273 const IVec3& size, in makeImage()
779 const IVec3 renderSize (32, 32, 1); in testNoAtt()
794 const IVec3 imageDim = IVec3(imageWidth, imageHeight, imageDepth); in testNoAtt()
901 …makeExtent3D(IVec3(imageWidth, imageHeight, imageDepth)), // VkExtent3D imageEx… in testNoAtt()
1030 const IVec3 attachmentSizes[] = in testDifferentAttachmentSizes()
1033 caseDef.attachmentSize + IVec3(10, caseDef.attachmentSize.y() == 1 ? 0 : 15, 0), in testDifferentAttachmentSizes()
1034 caseDef.attachmentSize + IVec3(27, caseDef.attachmentSize.y() == 1 ? 0 : 4, 0) in testDifferentAttachmentSizes()
1287 const IVec3 size = attachmentSizes[renderTargetIdx]; in testDifferentAttachmentSizes()
1488 const IVec3 attachmentSize = caseDef.attachmentSize; in testInputResolveSameAttachment()
1862 { VK_IMAGE_VIEW_TYPE_1D, IVec3(32, 1, 1), IVec3(64, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1863 { VK_IMAGE_VIEW_TYPE_1D, IVec3(32, 1, 1), IVec3(48, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1864 { VK_IMAGE_VIEW_TYPE_1D, IVec3(32, 1, 1), IVec3(39, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1865 { VK_IMAGE_VIEW_TYPE_1D, IVec3(19, 1, 1), IVec3(32, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1867 { VK_IMAGE_VIEW_TYPE_1D_ARRAY, IVec3(32, 1, 1), IVec3(64, 1, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1868 { VK_IMAGE_VIEW_TYPE_1D_ARRAY, IVec3(32, 1, 1), IVec3(48, 1, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1869 { VK_IMAGE_VIEW_TYPE_1D_ARRAY, IVec3(32, 1, 1), IVec3(39, 1, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1870 { VK_IMAGE_VIEW_TYPE_1D_ARRAY, IVec3(19, 1, 1), IVec3(32, 1, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1872 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(64, 64, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1873 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(48, 48, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1874 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(39, 41, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1875 { VK_IMAGE_VIEW_TYPE_2D, IVec3(19, 27, 1), IVec3(32, 32, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1877 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(32, 32, 1), IVec3(64, 64, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1878 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(32, 32, 1), IVec3(48, 48, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1879 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(32, 32, 1), IVec3(39, 41, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1880 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(19, 27, 1), IVec3(32, 32, 1), 4, false }, in addAttachmentTestCasesWithFunctions()
1882 { VK_IMAGE_VIEW_TYPE_CUBE, IVec3(32, 32, 1), IVec3(64, 64, 1), 6, false }, in addAttachmentTestCasesWithFunctions()
1883 { VK_IMAGE_VIEW_TYPE_CUBE, IVec3(32, 32, 1), IVec3(48, 48, 1), 6, false }, in addAttachmentTestCasesWithFunctions()
1884 { VK_IMAGE_VIEW_TYPE_CUBE, IVec3(32, 32, 1), IVec3(39, 41, 1), 6, false }, in addAttachmentTestCasesWithFunctions()
1885 { VK_IMAGE_VIEW_TYPE_CUBE, IVec3(19, 27, 1), IVec3(32, 32, 1), 6, false }, in addAttachmentTestCasesWithFunctions()
1887 { VK_IMAGE_VIEW_TYPE_CUBE_ARRAY, IVec3(32, 32, 1), IVec3(64, 64, 1), 6*2, false }, in addAttachmentTestCasesWithFunctions()
1888 { VK_IMAGE_VIEW_TYPE_CUBE_ARRAY, IVec3(32, 32, 1), IVec3(48, 48, 1), 6*2, false }, in addAttachmentTestCasesWithFunctions()
1889 { VK_IMAGE_VIEW_TYPE_CUBE_ARRAY, IVec3(32, 32, 1), IVec3(39, 41, 1), 6*2, false }, in addAttachmentTestCasesWithFunctions()
1890 { VK_IMAGE_VIEW_TYPE_CUBE_ARRAY, IVec3(19, 27, 1), IVec3(32, 32, 1), 6*2, false }, in addAttachmentTestCasesWithFunctions()
1893 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(64, 64, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1894 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(48, 48, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1895 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(39, 41, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1896 { VK_IMAGE_VIEW_TYPE_2D, IVec3(19, 27, 1), IVec3(32, 32, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1898 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(32, 32, 1), IVec3(64, 64, 1), 4, true }, in addAttachmentTestCasesWithFunctions()
1899 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(32, 32, 1), IVec3(48, 48, 1), 4, true }, in addAttachmentTestCasesWithFunctions()
1900 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(32, 32, 1), IVec3(39, 41, 1), 4, true }, in addAttachmentTestCasesWithFunctions()
1901 { VK_IMAGE_VIEW_TYPE_2D_ARRAY, IVec3(19, 27, 1), IVec3(32, 32, 1), 4, true }, in addAttachmentTestCasesWithFunctions()
1918 { VK_IMAGE_VIEW_TYPE_1D, IVec3(32, 1, 1), IVec3(64, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1919 { VK_IMAGE_VIEW_TYPE_1D, IVec3(32, 1, 1), IVec3(48, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1920 { VK_IMAGE_VIEW_TYPE_1D, IVec3(32, 1, 1), IVec3(39, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1921 { VK_IMAGE_VIEW_TYPE_1D, IVec3(19, 1, 1), IVec3(32, 1, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1923 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(64, 64, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1924 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(48, 48, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1925 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(39, 41, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1926 { VK_IMAGE_VIEW_TYPE_2D, IVec3(19, 27, 1), IVec3(32, 32, 1), 1, false }, in addAttachmentTestCasesWithFunctions()
1929 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(64, 64, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1930 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(48, 48, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1931 { VK_IMAGE_VIEW_TYPE_2D, IVec3(32, 32, 1), IVec3(39, 41, 1), 1, true }, in addAttachmentTestCasesWithFunctions()
1932 { VK_IMAGE_VIEW_TYPE_2D, IVec3(19, 27, 1), IVec3(32, 32, 1), 1, true } in addAttachmentTestCasesWithFunctions()
1938 …const CaseDef resolveInputSameAttachmentCaseDef = { VK_IMAGE_VIEW_TYPE_2D, IVec3(64, 64, 1), IVec3 in addAttachmentTestCasesWithFunctions()