Home
last modified time | relevance | path

Searched refs:stencilOp (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/flutter/skia/src/gpu/vk/
DGrVkRenderPass.cpp54 const LoadStoreOps& stencilOp) { in init() argument
102 fAttachmentsDescriptor.fStencil.fLoadStoreOps = stencilOp; in init()
109 if (VK_ATTACHMENT_LOAD_OP_CLEAR == stencilOp.fLoadOp) { in init()
150 const LoadStoreOps& stencilOp) { in init() argument
153 this->init(gpu, colorOp, stencilOp); in init()
159 const LoadStoreOps& stencilOp) { in init() argument
163 this->init(gpu, colorOp, stencilOp); in init()
DGrVkRenderPass.h53 const LoadStoreOps& stencilOp);
58 const LoadStoreOps& stencilOp);
/third_party/skia/src/gpu/dawn/
DGrDawnOpsRenderPass.cpp51 wgpu::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnOpsRenderPass() local
52 fPassEncoder = beginRenderPass(colorOp, stencilOp); in GrDawnOpsRenderPass()
56 wgpu::LoadOp stencilOp) { in beginRenderPass() argument
77 depthStencilAttachment.depthLoadOp = stencilOp; in beginRenderPass()
78 depthStencilAttachment.stencilLoadOp = stencilOp; in beginRenderPass()
DGrDawnOpsRenderPass.h28 wgpu::RenderPassEncoder beginRenderPass(wgpu::LoadOp colorOp, wgpu::LoadOp stencilOp);
/third_party/skia/src/gpu/vk/
DGrVkRenderPass.cpp73 const LoadStoreOps& stencilOp) { in Create() argument
78 return Create(gpu, attachmentFlags, &attachmentsDescriptor, colorOp, resolveOp, stencilOp, in Create()
87 const LoadStoreOps& stencilOp, in Create() argument
262 attachmentsDescriptor->fStencil.fLoadStoreOps = stencilOp; in Create()
270 if (VK_ATTACHMENT_LOAD_OP_CLEAR == stencilOp.fLoadOp) { in Create()
DGrVkRenderPass.h114 const LoadStoreOps& stencilOp);
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpuCommandBuffer.cpp114 dawn::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnGpuRTCommandBuffer() local
115 fPassEncoder = beginRenderPass(colorOp, stencilOp); in GrDawnGpuRTCommandBuffer()
119 dawn::LoadOp stencilOp) { in beginRenderPass() argument
139 depthStencilAttachment.depthLoadOp = stencilOp; in beginRenderPass()
140 depthStencilAttachment.stencilLoadOp = stencilOp; in beginRenderPass()
DGrDawnGpuCommandBuffer.h52 dawn::RenderPassEncoder beginRenderPass(dawn::LoadOp colorOp, dawn::LoadOp stencilOp);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp268 …const VkStencilOpState stencilOp = makeStencilOpState(VK_STENCIL_OP_KEEP, VK_STENCIL_OP_RE… in iterate() local
281 stencilOp, // VkStencilOpState front in iterate()
282 stencilOp, // VkStencilOpState back in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp268 …const VkStencilOpState stencilOp = makeStencilOpState(VK_STENCIL_OP_KEEP, VK_STENCIL_OP_RE… in iterate() local
281 stencilOp, // VkStencilOpState front in iterate()
282 stencilOp, // VkStencilOpState back in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h34 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
Drenderer9_utils.cpp158 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp() argument
162 switch (stencilOp) in ConvertStencilOp()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h34 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
Drenderer9_utils.cpp158 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp() argument
162 switch (stencilOp) in ConvertStencilOp()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedDepthStencilTests.cpp791 gl.stencilOp(GL_ZERO, GL_INCR, GL_INCR); in renderToTextures()
832 gl.stencilOp(GL_ZERO, GL_INCR, GL_INCR); in renderToTextures()
1216 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in doReadPixels()
1747 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate()
1881 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate()
2064 gl.stencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); in iterate()
2072 gl.stencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); in iterate()
2417 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate()
2549 gl.stencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); in iterate()
2570 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderPrimitiveCoverage.cpp630 gl.stencilOp(GL_REPLACE /* sfail */, GL_KEEP /* dpfail */, GL_KEEP /* dppass */); in drawPatch()
657 gl.stencilOp(GL_KEEP /* sfail */, GL_KEEP /* dpfail */, GL_KEEP /* dppass */); in drawPatch()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp() argument
129 switch (stencilOp) in mapVkStencilOp()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp() argument
129 switch (stencilOp) in mapVkStencilOp()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pStateChangeTests.cpp265 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
989 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1042 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1105 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1107 gl.stencilOp(GL_REPLACE, GL_KEEP, GL_KEEP); in init()
Des2pRedundantStateChangeTests.cpp246 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
890 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
938 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
995 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.h101 sw::StencilOperation ConvertStencilOp(GLenum stencilOp);
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pStateChangeTests.cpp265 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1073 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1126 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1189 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
1191 gl.stencilOp(GL_REPLACE, GL_KEEP, GL_KEEP); in init()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fStencilTests.cpp242 context.stencilOp(op.sFail, op.dFail, op.dPass); in executeOps()
260 context.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in visualizeStencil()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fStencilTests.cpp245 context.stencilOp(op.sFail, op.dFail, op.dPass); in executeOps()
263 context.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in visualizeStencil()
/third_party/vk-gl-cts/framework/opengl/
DgluES3PlusWrapperFuncs.inl246 dst->stencilOp = src.stencilOp;

12345