Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderApiTests.cpp408 const float colorThres = 0.005f; // 1/255 < 0.005 < 2/255 in iterate() local
409 const tcu::Vec4 threshold (colorThres, colorThres, 0.0f, 0.0f); in iterate()