Searched refs:getPixDepth (Results 1 - 17 of 17) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp163 sum += effectiveSrc.getPixDepth(s, x, y);
H A DrrFragmentOperations.cpp174 float depthBufferValue = depthBuffer.getPixDepth(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cClipControlTests.cpp156 float ref = reference.getAccess().getPixDepth(x, y);
157 float res = result.getAccess().getPixDepth(x, y);
161 difference *= importanceMask->getAccess().getPixDepth(x, y);
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp437 float depth = rowAccess.getPixDepth(x, 0);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp440 float depth = rowAccess.getPixDepth(x, 0);
H A Des3fTextureShadowTests.cpp73 access.setPixDepth( de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp271 const float depth = access.getPixDepth(x, y);
287 const float depth = access.getPixDepth(x, y);
/external/deqp/modules/internal/
H A DditFrameworkTests.cpp828 const float depth = dsAccess.getPixDepth(sampleNdx, x, y);
H A DditTextureFormatTests.cpp1297 dst.setPixDepth(src.getPixDepth(ndx, 0, 0), ndx, 0, 0);
1430 << TestLog::Message << "Verifying getPixDepth()" << TestLog::EndMessage;
1435 const float res = combinedAccess.getPixDepth(pixelNdx, 0, 0);
1547 m_testCtx.getLog() << TestLog::Message << "Copying both depth getPixDepth() -> setPixDepth()" << TestLog::EndMessage;
/external/deqp/framework/common/
H A DtcuTexCompareVerifier.cpp137 return access.getPixDepth(i, j, k);
147 return access.getPixDepth(i, j, k);
H A DtcuTexture.hpp350 float getPixDepth (int x, int y, int z = 0) const;
H A DtcuTextureUtil.cpp222 // Instead either getPixDepth() or getPixStencil(), or effective depth- or stencil-
1064 dst.setPixDepth(src.getPixDepth(x, y, z), x, y, z);
H A DtcuTexture.cpp1180 float ConstPixelBufferAccess::getPixDepth (int x, int y, int z) const function in class:tcu::ConstPixelBufferAccess
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureShadowTests.cpp98 access.setPixDepth(de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z);
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp562 if ((float)(level + 1) * 0.1f < refAccess.getPixDepth(x, y))
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp983 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z);
993 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z);
3252 writeDepthOnly(dst, sampleNdx, xo, yo, src.raw().getPixDepth(sampleNdx, deFloorFloatToInt32(sX), deFloorFloatToInt32(sY)));
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp3445 const float resultDepth = result.getPixDepth(x, y);

Completed in 229 milliseconds