Searched refs:resultPixel (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp960 const tcu::Vec4 resultPixel = result.getPixel(x, y); local
961 const tcu::Vec4 resultColor = (resultPixel - lookupBias) / lookupScale;
/external/deqp/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp1133 const tcu::Vec4 resultPixel = renderedFrame.getPixel(px, py);
1134 const tcu::Vec4 resultValue = (resultPixel - samplerParams.colorBias) / samplerParams.colorScale;
1139 tcu::greaterThan(tcu::absDiff(resultPixel, referencePixel),

Completed in 147 milliseconds