Home
last modified time | relevance | path

Searched refs:setPixDepth (Results 1 – 24 of 24) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cClipControlTests.cpp720 importanceMaskFrame.getAccess().setPixDepth(0.0f, x, y); in ValidateFramebuffer()
724 importanceMaskFrame.getAccess().setPixDepth(1.0f, x, y); in ValidateFramebuffer()
730 referenceDepthFrame.getAccess().setPixDepth(0.5f, x, y); in ValidateFramebuffer()
736 referenceDepthFrame.getAccess().setPixDepth(-1.0f + xCoord + yCoord, x, y); in ValidateFramebuffer()
903 referenceDepthFrame.getAccess().setPixDepth((xCoord + yCoord) * 0.5f, x, y); in ValidateFramebuffer()
/external/deqp/modules/gles2/functional/
Des2fClipControlTests.cpp1257 importanceMaskFrame.getAccess().setPixDepth(0.0f, x, y); in ValidateFramebuffer()
1261 importanceMaskFrame.getAccess().setPixDepth(1.0f, x, y); in ValidateFramebuffer()
1267 referenceDepthFrame.getAccess().setPixDepth(0.5f, x, y); in ValidateFramebuffer()
1273 referenceDepthFrame.getAccess().setPixDepth(-1.0f + xCoord + yCoord, x, y); in ValidateFramebuffer()
1439 referenceDepthFrame.getAccess().setPixDepth((xCoord + yCoord) * 0.5f, x, y); in ValidateFramebuffer()
Des2fDepthStencilClearTests.cpp431 rowAccess.setPixDepth(de::clamp(clear->clearDepth, 0.0f, 1.0f), x, 0); in renderReference()
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp165 effectiveDst.setPixDepth(sum*numSamplesInv, x, y); in resolveMultisampleDepthBuffer()
DrrFragmentOperations.cpp193 access.setPixDepth(minDepthBound, 0, 0, 0); in executeDepthBoundsTest()
200 access.setPixDepth(maxDepthBound, 0, 0, 0); in executeDepthBoundsTest()
256 access.setPixDepth(sampleDepthFloat, 0, 0, 0); \ in executeDepthCompare()
315 depthBuffer.setPixDepth(clampedDepth, fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); in executeDepthWrite()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp454 colorPixel.setPixDepth(depth, 0, 0); in fillBuffer()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1343 dst.setPixDepth(src.getPixDepth(ndx, 0, 0), ndx, 0, 0); in copyGetSetDepth()
1695 tmpAccess.setPixDepth(0.0f, ndx, 0, 0); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/conditional_rendering/
DvktConditionalDrawAndClearTests.cpp459 reference.setPixDepth(clearValue.depth, w, h); in prepareReferenceImageOneDepth()
468 (w >= (WIDTH / 2) && h >= (HEIGHT / 2)) reference.setPixDepth(clearValueFinal.depth, w, h); in prepareReferenceImageDepthClearPartial()
470 reference.setPixDepth(clearValueInitial.depth, w, h); in prepareReferenceImageDepthClearPartial()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp434 rowAccess.setPixDepth(de::clamp(clear->clearDepth, 0.0f, 1.0f), x, 0); in renderReference()
Des3fTextureShadowTests.cpp73 access.setPixDepth( de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInvertedDepthRangesTests.cpp468 access.setPixDepth(storedDepth, x, y); in generateReferenceImage()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureShadowTests.cpp100 access.setPixDepth(de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateDSTests.cpp645 depthData.getLevel(0).setPixDepth((float)(y * depthDataWidth + x % 11) / 10, x, y); in iterate()
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp478 access.setPixDepth(rnd.choose<float>(DE_ARRAY_BEGIN(values), DE_ARRAY_END(values)), ndx, 0); in fillTextureData()
/external/deqp/framework/common/
DtcuTexture.hpp430 void setPixDepth (float depth, int x, int y, int z = 0) const;
DtcuTextureUtil.cpp1176 dst.setPixDepth(src.getPixDepth(x, y, z), x, y, z); in copy()
DtcuTexture.cpp1595 void PixelBufferAccess::setPixDepth (float depth, int x, int y, int z) const in setPixDepth() function in tcu::PixelBufferAccess
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSubpassDependencyTests.cpp1788 reference.getAccess().setPixDepth(reference.getAccess().getPixDepth(x, y) - 0.02f, x, y); in iterateInternal()
2806 referenceDepthAccess.setPixDepth(depthValue, x, y, 0); in iterateInternal()
DvktRenderPassTests.cpp3488 depthAccess.setPixDepth(float(depthValues[1]) / 255.0f, x, y); in renderReferenceImagesFromValues()
3490 depthAccess.setPixDepth(float(depthValues[0]) / 255.0f, x, y); in renderReferenceImagesFromValues()
3493 depthAccess.setPixDepth(((x / 3) % 2) == ((y / 3) % 2) ? 0.33f : 0.66f, x, y); in renderReferenceImagesFromValues()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp449 access.setPixDepth(rnd.choose<float>(DE_ARRAY_BEGIN(values), DE_ARRAY_END(values)), ndx, 0); in fillTextureData()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp1001 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in depthValueFloatClampCopy()
1011 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in depthValueFloatClampCopy()
3039 access.raw().setPixDepth(depth, s, x, y); in writeDepthOnly()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp359 pixels.setPixDepth(clearValue.depthStencil.depth, x, y, z); in clearPixelBuffer()
374 pixels.setPixDepth(clearValue.depthStencil.depth, x, y, z); in clearPixelBuffer()
/external/deqp/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4806 access.setPixDepth(depthValues[bufferIdx], x, y, 0); in initDepthStencilImageChessboardPattern()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp541 buffer.setPixDepth(1.0f, x, y, z); in generateBuffer()
552 buffer.setPixDepth(redColor[0], x, y, z); in generateBuffer()
573 buffer.setPixDepth((useBlue ? blueColor[0] : redColor[0]), x, y, z); in generateBuffer()