Searched refs:defaultSize (Results 1 – 5 of 5) sorted by relevance
5388 const deInt32 defaultSize = 64; variable5389 const deInt32 defaultHalfSize = defaultSize / 2;5390 const deInt32 defaultFourthSize = defaultSize / 4;5391 const deInt32 defaultSixteenthSize = defaultSize / 16;5392 const VkExtent3D defaultExtent = {defaultSize, defaultSize, 1};5394 const VkExtent3D default1dExtent = {defaultSize, 1, 1};6021 for (deInt32 i = 0; i < defaultSize; i += defaultFourthSize) in addImageToImageAllFormatsColorTests()6028 {i, defaultSize - i - defaultFourthSize, 0}, // VkOffset3D dstOffset; in addImageToImageAllFormatsColorTests()6075 for (deInt32 i = defaultFourthSize; i < defaultSize; i += defaultSize / 2) in addImageToImageAllFormatsColorTests()6442 for (deInt32 i = 0; i < defaultSize; i += defaultFourthSize) in addImageToImageAllFormatsDepthStencilTests()[all …]
157 Camera.Size defaultSize = parameters.getPreviewSize(); in findBestPreviewSizeValue() local158 bestSize = new Point(defaultSize.width, defaultSize.height); in findBestPreviewSizeValue()
133 private int defaultSize = 0; field in ICUService873 return factories.size() == defaultSize; in isDefault()881 defaultSize = factories.size(); in markDefault()
131 private int defaultSize = 0; field in ICUService868 return factories.size() == defaultSize; in isDefault()876 defaultSize = factories.size(); in markDefault()
2317 …SwapchainSizeSequence (const VkSurfaceCapabilitiesKHR& capabilities, const tcu::UVec2& defaultSize) in getSwapchainSizeSequence() argument2320 sizes[0] = defaultSize / 2u; in getSwapchainSizeSequence()2321 sizes[1] = defaultSize; in getSwapchainSizeSequence()2322 sizes[2] = defaultSize * 2u; in getSwapchainSizeSequence()