Searched refs:defaultSize (Results 1 – 5 of 5) sorted by relevance
4045 const deInt32 defaultSize = 64; variable4046 const deInt32 defaultHalfSize = defaultSize / 2;4047 const deInt32 defaultFourthSize = defaultSize / 4;4048 const VkExtent3D defaultExtent = {defaultSize, defaultSize, 1};4620 for (deInt32 i = 0; i < defaultSize; i += defaultFourthSize) in addImageToImageAllFormatsColorTests()4627 {i, defaultSize - i - defaultFourthSize, 0}, // VkOffset3D dstOffset; in addImageToImageAllFormatsColorTests()4722 for (deInt32 i = 0; i < defaultSize; i += defaultFourthSize) in addImageToImageAllFormatsDepthStencilTests()4726 const VkOffset3D dstOffset = {i, defaultSize - i - defaultFourthSize, 0}; in addImageToImageAllFormatsDepthStencilTests()5121 params.dst.buffer.size = defaultSize * defaultSize; in addImageToBufferTests()5148 params.dst.buffer.size = defaultSize * defaultSize; in addImageToBufferTests()[all …]
157 Camera.Size defaultSize = parameters.getPreviewSize(); in findBestPreviewSizeValue() local158 bestSize = new Point(defaultSize.width, defaultSize.height); in findBestPreviewSizeValue()
131 private int defaultSize = 0; field in ICUService868 return factories.size() == defaultSize; in isDefault()876 defaultSize = factories.size(); in markDefault()
133 private int defaultSize = 0; field in ICUService873 return factories.size() == defaultSize; in isDefault()881 defaultSize = factories.size(); in markDefault()
1299 …SwapchainSizeSequence (const VkSurfaceCapabilitiesKHR& capabilities, const tcu::UVec2& defaultSize) in getSwapchainSizeSequence() argument1302 sizes[0] = defaultSize / 2u; in getSwapchainSizeSequence()1303 sizes[1] = defaultSize; in getSwapchainSizeSequence()1304 sizes[2] = defaultSize * 2u; in getSwapchainSizeSequence()