Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp75 GLint prevSampleCount = 0; in test() local
77 for (size_t ndx = 0; ndx < samples.size(); ++ndx, prevSampleCount = sampleCount) in test()
90 if (ndx != 0 && !(sampleCount < prevSampleCount)) in test()
94 …<< "got " << prevSampleCount << " at index " << (ndx - 1) << ", and " << sampleCount << " at index… in test()
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp5033 uint32_t prevSampleCount = mGraphicsPipelineDesc->getRasterizationSamples(); in updateRasterizationSamples() local
5034 updateFrameBufferFetchSamples(prevSampleCount, rasterizationSamples); in updateRasterizationSamples()