/external/deqp/framework/referencerenderer/ |
D | rrMultisamplePixelBufferAccess.cpp | 188 effectiveDst.setPixStencil(effectiveSrc.getPixStencil(0, x, y), x, y); in resolveMultisampleStencilBuffer()
|
D | rrFragmentOperations.cpp | 141 …stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (SFAIL_EXPRESSION), stencilState.… in executeStencilSFail() 331 …stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (EXPRESSION), stencilState.writeM… in executeStencilDpFailAndPass()
|
/external/deqp/modules/internal/ |
D | ditTextureFormatTests.cpp | 1303 dst.setPixStencil(src.getPixStencil(ndx, 0, 0), ndx, 0, 0); in copyGetSetStencil() 1657 tmpAccess.setPixStencil(0, ndx, 0, 0); in iterate()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilClearTests.cpp | 478 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilClearTests.cpp | 481 rowAccess.setPixStencil(newVal, x, 0); in renderReference()
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 193 dst.setPixStencil(newVal, x, y); in renderTestPatternReference()
|
/external/deqp/framework/common/ |
D | tcuTexture.hpp | 414 void setPixStencil (int stencil, int x, int y, int z = 0) const;
|
D | tcuTextureUtil.cpp | 1077 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z); in copy()
|
D | tcuTexture.cpp | 1538 void PixelBufferAccess::setPixStencil (int stencil, int x, int y, int z) const in setPixStencil() function in tcu::PixelBufferAccess
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.cpp | 318 pixels.setPixStencil(clearValue.depthStencil.stencil, x, y, z); in clearPixelBuffer() 327 pixels.setPixStencil(clearValue.depthStencil.stencil, x, y, z); in clearPixelBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 3441 stencilAccess.setPixStencil(0xFFu, x, y); in renderReferenceImagesFromValues() 3443 stencilAccess.setPixStencil(0x0u, x, y); in renderReferenceImagesFromValues() 3446 stencilAccess.setPixStencil(((x / 3) % 2) == ((y / 3) % 2) ? 85 : 170, x, y); in renderReferenceImagesFromValues()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 416 buffer.setPixStencil(255, x, y, z); in generateBuffer() 427 buffer.setPixStencil((int)redColor[3], x, y, z); in generateBuffer()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 984 dst.setPixStencil(src.getPixStencil(x, y, z), x, y, z); in depthValueFloatClampCopy()
|