Searched refs:pixelCoord (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrFragmentOperations.cpp | 86 if (!isInsideRect(inputFragments[fragNdx].pixelCoord, scissorRect)) in executeScissorTest() 101 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeStencilCompare() 139 int stencilBufferValue = stencilBuffer.getPixStencil(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeStencilSFail() 141 stencilBuffer.setPixStencil(maskedBitReplace(stencilBufferValue, (SFAIL_EXPRESSION), stencilState.writeMask), fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); \ in executeStencilSFail() 176 const float depthBufferValue = depthBuffer.getPixDepth(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y()); in executeDepthBoundsTest() 210 const deUint32 depthBufferValue = depthBuffer.getPixelUint(fragSampleNdx, frag.pixelCoord in executeDepthBoundsTest() [all...] |
H A D | rrFragmentOperations.hpp | 48 tcu::IVec2 pixelCoord; member 55 : pixelCoord (pixelCoord_) in Fragment() 64 : pixelCoord (pixelCoord_) in Fragment() 73 : pixelCoord (0) in Fragment()
|
H A D | rrRenderer.cpp | 1061 fragment.pixelCoord = packet.position + tcu::IVec2(xo, yo); in writeFragmentPackets()
|
Completed in 5 milliseconds