/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | BlitResolveStencilNoExport.comp | 116 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/ |
D | BlitResolveStencilNoExport.comp | 113 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/ |
D | vktFragmentOperationsEarlyFragmentTests.cpp | 755 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/ |
D | FramebufferD3D.cpp | 52 clearParams.stencilValue = state.getStencilClearValue(); in GetClearParameters() 172 clearParams.stencilValue = values[0]; in clearBufferiv() 189 clearParams.stencilValue = stencil; in clearBufferfi()
|
D | FramebufferD3D.h | 52 GLint stencilValue; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | FramebufferD3D.cpp | 43 clearParams.stencilValue = state.getStencilClearValue(); in GetClearParameters() 178 clearParams.stencilValue = values[0]; in clearBufferiv() 195 clearParams.stencilValue = stencil; in clearBufferfi()
|
D | FramebufferD3D.h | 49 GLint stencilValue; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | Clear11.cpp | 592 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/ |
D | Clear11.cpp | 596 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/ |
D | BlitResolveStencilNoExport.comp.00000003.inc | 195 // uint stencilValue = texelFetch(stencil, ivec3(srcImageCoords, params . srcLayer), 0)… 197 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
D | BlitResolveStencilNoExport.comp.00000002.inc | 191 // uint stencilValue = texelFetch(stencil, srcImageCoords, 0). x; 193 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
D | BlitResolveStencilNoExport.comp.00000000.inc | 202 // uint stencilValue = texture(usampler2D(stencil, blitSampler), srcImageCoords * param… 204 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
D | BlitResolveStencilNoExport.comp.00000001.inc | 207 // 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/ |
D | BlitResolveStencilNoExport.comp.00000002.inc | 146 // uint stencilValue = texelFetch(stencil, srcImageCoords, 0). x; 148 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
D | BlitResolveStencilNoExport.comp.00000000.inc | 155 // uint stencilValue = texture(usampler2D(stencil, blitSampler), srcImageCoords * param… 157 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
D | BlitResolveStencilNoExport.comp.00000003.inc | 148 // uint stencilValue = texelFetch(stencil, ivec3(srcImageCoords, params . srcLayer), 0)… 150 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
D | BlitResolveStencilNoExport.comp.00000001.inc | 158 // uint stencilValue = texture(usampler2DArray(stencil, blitSampler), vec3(srcImageCoor… 160 // outStencils |=(stencilValue & 0xFF)<<(i * 8);
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilSamplingTests.cpp | 264 uint8_t stencilValue) { in UpdateInputStencil() argument 266 passDescriptor.cDepthStencilAttachmentInfo.clearStencil = stencilValue; in UpdateInputStencil()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkImageUtil.hpp | 333 deUint32 stencilValue,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 1212 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/ |
D | ClearTest.cpp | 104 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/ |
D | es2fDepthStencilTests.cpp | 284 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/ |
D | es3fDepthStencilTests.cpp | 284 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/ |
D | meta.c | 3481 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/ |
D | vktGeometryLayeredRenderingTests.cpp | 1433 const deUint8 stencilValue = 0; in testLayeredReadBack() local 1441 deMemset(bufferLayerStart, stencilValue, bufferSliceSize); in testLayeredReadBack()
|