Home
last modified time | relevance | path

Searched refs:stencilValue (Results 1 – 25 of 30) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp116 uint stencilValue = TEXEL_FETCH(stencil, srcImageCoords, 0).x;
119 outStencils |= (stencilValue & 0xFF) << ((3 - i) * 8);
121 outStencils |= (stencilValue & 0xFF) << (i * 8);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp113 uint stencilValue = TEXEL_FETCH(stencil, srcImageCoords, 0).x;
116 outStencils |= (stencilValue & 0xFF) << ((3 - i) * 8);
118 outStencils |= (stencilValue & 0xFF) << (i * 8);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsEarlyFragmentTests.cpp755 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
781 if (m_useEarlyTests && ((x < 16 && stencilValue != 2u) || (x >= 16 && stencilValue != 4u))) in iterate()
784 … stencil value [ "<< x << ", " << y << ", " << z << "] is not correct: " << stencilValue << " != "; in iterate()
789 if (!m_useEarlyTests && ((x < 16 && stencilValue != 1u) || (x >= 16 && stencilValue != 3u))) in iterate()
792 … stencil value [ "<< x << ", " << y << ", " << z << "] is not correct: " << stencilValue << " != "; in iterate()
1472 int stencilValue = (m_testMode == MODE_STENCIL) ? dsPixelAccess.getPixStencil(x, y, z) : 0; in iterate() local
1496 if (m_useEarlyTests && ((x < 16 && stencilValue != 2u) || (x >= 16 && stencilValue != 4u))) in iterate()
1499 … stencil value [ "<< x << ", " << y << ", " << z << "] is not correct: " << stencilValue << " != "; in iterate()
1504 if (!m_useEarlyTests && ((x < 16 && stencilValue != 1u) || (x >= 16 && stencilValue != 3u))) in iterate()
1507 … stencil value [ "<< x << ", " << y << ", " << z << "] is not correct: " << stencilValue << " != "; in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp52 clearParams.stencilValue = state.getStencilClearValue(); in GetClearParameters()
172 clearParams.stencilValue = values[0]; in clearBufferiv()
189 clearParams.stencilValue = stencil; in clearBufferfi()
DFramebufferD3D.h52 GLint stencilValue; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DFramebufferD3D.cpp43 clearParams.stencilValue = state.getStencilClearValue(); in GetClearParameters()
178 clearParams.stencilValue = values[0]; in clearBufferiv()
195 clearParams.stencilValue = stencil; in clearBufferfi()
DFramebufferD3D.h49 GLint stencilValue; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp592 const UINT8 stencilClear = clearParams.stencilValue & 0xFF; in clearFramebuffer()
711 const UINT stencilValue = clearParams.stencilValue & 0xFF; in clearFramebuffer() local
712 stateManager->setDepthStencilState(dsState, stencilValue); in clearFramebuffer()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DClear11.cpp596 const UINT8 stencilClear = clearParams.stencilValue & 0xFF; in clearFramebuffer()
713 const UINT stencilValue = clearParams.stencilValue & 0xFF; in clearFramebuffer() local
714 stateManager->setDepthStencilState(dsState, stencilValue); in clearFramebuffer()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/
DBlitResolveStencilNoExport.comp.00000003.inc195 // uint stencilValue = texelFetch(stencil, ivec3(srcImageCoords, params . srcLayer), 0)…
197 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
DBlitResolveStencilNoExport.comp.00000002.inc191 // uint stencilValue = texelFetch(stencil, srcImageCoords, 0). x;
193 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
DBlitResolveStencilNoExport.comp.00000000.inc202 // uint stencilValue = texture(usampler2D(stencil, blitSampler), srcImageCoords * param…
204 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
DBlitResolveStencilNoExport.comp.00000001.inc207 // uint stencilValue = texture(usampler2DArray(stencil, blitSampler), vec3(srcImageCoor…
209 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/
DBlitResolveStencilNoExport.comp.00000002.inc146 // uint stencilValue = texelFetch(stencil, srcImageCoords, 0). x;
148 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
DBlitResolveStencilNoExport.comp.00000000.inc155 // uint stencilValue = texture(usampler2D(stencil, blitSampler), srcImageCoords * param…
157 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
DBlitResolveStencilNoExport.comp.00000003.inc148 // uint stencilValue = texelFetch(stencil, ivec3(srcImageCoords, params . srcLayer), 0)…
150 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
DBlitResolveStencilNoExport.comp.00000001.inc158 // uint stencilValue = texture(usampler2DArray(stencil, blitSampler), vec3(srcImageCoor…
160 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilSamplingTests.cpp264 uint8_t stencilValue) { in UpdateInputStencil() argument
266 passDescriptor.cDepthStencilAttachmentInfo.clearStencil = stencilValue; in UpdateInputStencil()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp333 deUint32 stencilValue,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp1212 deUint32 stencilValue; in verifyResultImage() local
1218 stencilValue = m_params.clearValue[0].depthStencil.stencil; in verifyResultImage()
1222 stencilValue = m_params.initValue.depthStencil.stencil; in verifyResultImage()
1227 if (!comparePixelToStencilClearValue(image->getLevel(0), x, y, stencilValue, message)) in verifyResultImage()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DClearTest.cpp104 void verifyStencil(uint32_t stencilValue, uint32_t size) in verifyStencil() argument
110 glStencilFunc(GL_EQUAL, stencilValue, 0xFF); in verifyStencil()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthStencilTests.cpp284 int stencilValue = stencilValues[y0*numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
294 … clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue)); in generateBaseClearAndDepthCommands()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fDepthStencilTests.cpp284 int stencilValue = stencilValues[y0*numL0CellsX + x0]; in generateBaseClearAndDepthCommands() local
294 … clearCommands.push_back(ClearCommand(cellL1Rect, GL_STENCIL_BUFFER_BIT, Vec4(0), stencilValue)); in generateBaseClearAndDepthCommands()
/third_party/mesa3d/src/mesa/drivers/common/
Dmeta.c3481 GLint stencilValue = 0; in cleartexsubimage_depth_stencil() local
3513 stencilValue = depthStencilValue[1] & 0xff; in cleartexsubimage_depth_stencil()
3521 _mesa_ClearBufferfi(GL_DEPTH_STENCIL, 0, depthValue, stencilValue); in cleartexsubimage_depth_stencil()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
DvktGeometryLayeredRenderingTests.cpp1433 const deUint8 stencilValue = 0; in testLayeredReadBack() local
1441 deMemset(bufferLayerStart, stencilValue, bufferSliceSize); in testLayeredReadBack()

12