Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp165 effectiveDst.setPixDepth(sum*numSamplesInv, x, y); in resolveMultisampleDepthBuffer()
DrrFragmentOperations.cpp202 access.setPixDepth(sampleDepthFloat, 0, 0, 0); \ in executeDepthCompare()
261 depthBuffer.setPixDepth(clampedDepth, fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); in executeDepthWrite()
/external/deqp/modules/internal/
DditTextureFormatTests.cpp1297 dst.setPixDepth(src.getPixDepth(ndx, 0, 0), ndx, 0, 0); in copyGetSetDepth()
1649 tmpAccess.setPixDepth(0.0f, ndx, 0, 0); in iterate()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp431 rowAccess.setPixDepth(de::clamp(clear->clearDepth, 0.0f, 1.0f), x, 0); in renderReference()
/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/texture/
DvktTextureShadowTests.cpp98 access.setPixDepth(de::clamp(access.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in clampFloatingPointTexture()
/external/deqp/framework/common/
DtcuTexture.hpp397 void setPixDepth (float depth, int x, int y, int z = 0) const;
DtcuTextureUtil.cpp1064 dst.setPixDepth(src.getPixDepth(x, y, z), x, y, z); in copy()
DtcuTexture.cpp1501 void PixelBufferAccess::setPixDepth (float depth, int x, int y, int z) const in setPixDepth() function in tcu::PixelBufferAccess
/external/deqp/modules/gles31/functional/
Des31fOpaqueTypeIndexingTests.cpp474 access.setPixDepth(rnd.choose<float>(DE_ARRAY_BEGIN(values), DE_ARRAY_END(values)), ndx, 0); in fillTextureData()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.cpp308 pixels.setPixDepth(clearValue.depthStencil.depth, x, y, z); in clearPixelBuffer()
323 pixels.setPixDepth(clearValue.depthStencil.depth, x, y, z); in clearPixelBuffer()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp426 access.setPixDepth(rnd.choose<float>(DE_ARRAY_BEGIN(values), DE_ARRAY_END(values)), ndx, 0); in fillTextureData()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp983 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in depthValueFloatClampCopy()
993 dst.setPixDepth(de::clamp(src.getPixDepth(x, y, z), 0.0f, 1.0f), x, y, z); in depthValueFloatClampCopy()
3021 access.raw().setPixDepth(depth, s, x, y); in writeDepthOnly()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3329 depthAccess.setPixDepth(1.0f, x, y); in renderReferenceImagesFromValues()
3331 depthAccess.setPixDepth(0.0f, x, y); in renderReferenceImagesFromValues()
3334 depthAccess.setPixDepth(((x / 3) % 2) == ((y / 3) % 2) ? 0.33f : 0.66f, x, y); in renderReferenceImagesFromValues()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp381 buffer.setPixDepth(1.0f, x, y, z); in generateBuffer()
392 buffer.setPixDepth(redColor[0], x, y, z); in generateBuffer()