Home
last modified time | relevance | path

Searched refs:maxOutput (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTapLatencyAnalyser.java91 float maxOutput = 0.0f; in fillPeakBuffer()
103 if (output > maxOutput) { in fillPeakBuffer()
104 maxOutput = output; in fillPeakBuffer()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp996 deInt32 maxOutput = getMaxIOComponents(false, param.outputStage, properties); in test() local
999 data = deMin32(maxOutput, maxInput); in test()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMaxVaryingsTests.cpp999 deInt32 maxOutput = getMaxIOComponents(false, param.outputStage, properties); in test() local
1002 data = deMin32(maxOutput, maxInput); in test()

Completed in 4 milliseconds