Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4434 const auto alphaValue = std::numeric_limits<deUint8>::max(); in iterate() local
4454 colors.push_back(ManyDrawsVertex::Color(red, green, blue, alphaValue)); in iterate()
4456 …lors.push_back(ManyDrawsVertex::Color(rnd.getUint8(), rnd.getUint8(), rnd.getUint8(), alphaValue)); in iterate()