Home
last modified time | relevance | path

Searched refs:textureHeight (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/tests/
DDisplayVk_unittest.cpp218 uint32_t textureHeight = 40; in TEST_F() local
223 m_vkCommandPool, textureWidth, textureHeight); in TEST_F()
224 std::vector<uint32_t> pixels(textureWidth * textureHeight, 0); in TEST_F()
232 uint32_t textureHeight = 40; in TEST_F() local
234 m_vkCommandPool, textureWidth, textureHeight); in TEST_F()
235 std::vector<uint32_t> pixels(textureWidth * textureHeight); in TEST_F()
236 for (int i = 0; i < textureHeight; i++) { in TEST_F()
239 pixel[0] = static_cast<uint8_t>((i * 0xff / textureHeight) & 0xff); in TEST_F()
260 uint32_t textureHeight = 40; in TEST_F() local
263 m_vkCommandPool, textureWidth, textureHeight); in TEST_F()
[all …]
/hardware/google/gfxstream/common/detector/
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp51 uint32_t textureHeight = 32; in CanHandlePrecisionQualifierWithYuvSampler() local
53 textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
67 textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
76 textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
85 textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
317 .height = textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
336 .height = static_cast<float>(textureHeight), in CanHandlePrecisionQualifierWithYuvSampler()
349 .height = textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
362 textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
369 textureHeight, in CanHandlePrecisionQualifierWithYuvSampler()
[all …]