Lines Matching defs:clear
207 // Only layers in range passed to clear command are cleared
234 // intial clear is done using FB bound to level 0 only
1629 // Test clear color in all ranges
1681 // Different clear color per range
2026 void makeClearColorValue64 (uint32_t level, ClearColor64BitCase case64, VkClearValue* clear, VkClearValue* expected = nullptr)
2042 deMemcpy(&(clear->color.uint32[0]), &(colors[0]), sizeof(uint64_t));
2043 deMemcpy(&(clear->color.uint32[2]), &(colors[1]), sizeof(uint64_t));
2047 *expected = *clear;
2052 deMemset(clear, 0, sizeof(*clear));
2054 *expected = *clear;
2459 // CUBE images are not tested in clear image tests (they are tested in clear attachment tests)
2663 // CUBE images are not tested in clear image tests (they are tested in clear attachment tests)