Home
last modified time | relevance | path

Searched defs:readRatio (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgExpression.cpp1052 float readRatio = (readRangeLen > 0.0f) ? (intersectionLen / readRangeLen) : 1.0f; in computeEntryReadWeight() local
1080 float readRatio = (readRangeLen > 0) ? ((float)intersectionLen / (float)readRangeLen) : 1.0f; in computeEntryReadWeight() local

Completed in 5 milliseconds