| /third_party/skia/src/gpu/ |
| D | GrRenderTarget.cpp | 21 sk_sp<GrAttachment> stencil) in GrRenderTarget() 47 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
|
| D | GrProgramInfo.cpp | 14 GrStencilSettings stencil; in nonGLStencilSettings() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_clear.c | 44 unsigned stencil, unsigned destx, unsigned desty, in i915_clear_emit() 223 unsigned stencil) in i915_clear_blitter() 252 unsigned stencil) in i915_clear_render()
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLRenderTarget.cpp | 30 sk_sp<GrGLAttachment> stencil) in GrGLRenderTarget() 115 if (GrAttachment* stencil = this->getStencilAttachment(useMultisampleFBO)) { in getBackendRenderTarget() local 134 bool GrGLRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) { in completeStencilAttachment() 222 if (auto stencil = this->getStencilAttachment(useMultisampleFBO)) { in bindInternal() local
|
| /third_party/skia/src/gpu/ops/ |
| D | PathInnerTriangulateOp.cpp | 195 const GrUserStencilSettings* stencil) { in pushFanStencilProgram() 203 const GrUserStencilSettings* stencil) { in pushFanFillProgram() 313 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local 357 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local
|
| D | AtlasRenderTask.cpp | 112 const GrUserStencilSettings* stencil; in onMakeClosed() local 152 const GrUserStencilSettings* stencil) { in stencilAtlasRect()
|
| D | FillRectOp.cpp | 83 DrawQuad* quad, const GrUserStencilSettings* stencil, in FillRectOpImpl() 470 const GrUserStencilSettings* stencil, in Make() 480 const GrUserStencilSettings* stencil) { in MakeNonAARect() 573 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| D | svga_pipe_clear.c | 75 double depth, unsigned stencil) in clear_buffers_with_quad() 129 unsigned stencil) in try_clear() 253 double depth, unsigned stencil) in svga_clear() 312 uint8_t stencil; in svga_clear_texture() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_clear.c | 44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta() 54 const union pipe_color_union *color, double depth, unsigned stencil) in nv30_clear() 184 unsigned buffers, double depth, unsigned stencil, in nv30_clear_depth_stencil()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | ClearMultiviewGL.cpp | 40 GLint stencil) in clearMultiviewFBO() 56 GLint stencil) in clearLayeredFBO() 86 GLint stencil) in genericClear()
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| D | lp_clear.c | 54 unsigned stencil) in llvmpipe_clear()
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| D | si_clear.c | 656 static bool si_can_fast_clear_stencil(struct si_texture *zstex, unsigned level, uint8_t stencil, in si_can_fast_clear_stencil() 666 const union pipe_color_union *color, float depth, uint8_t stencil) in si_fast_clear() 1104 const union pipe_color_union *color, double depth, unsigned stencil) in si_clear() 1220 float depth, unsigned stencil) in si_try_normal_clear() 1285 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil() 1323 uint8_t stencil = 0; in si_clear_texture() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | clear.c | 694 GLfloat depth, GLint stencil, bool no_error) in clear_bufferfi() 772 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi_no_error() 781 GLfloat depth, GLint stencil) in _mesa_ClearBufferfi() 795 GLint drawbuffer, GLfloat depth, GLint stencil) in _mesa_ClearNamedFramebufferfi()
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| D | sp_clear.c | 53 double depth, unsigned stencil) in softpipe_clear()
|
| /third_party/skia/src/gpu/d3d/ |
| D | GrD3DRenderTarget.cpp | 186 if (auto stencil = this->getStencilAttachment()) { in stencilDxgiFormat() local 198 if (const GrAttachment* stencil = this->getStencilAttachment()) { in genKey() local
|
| D | GrD3DRenderTarget.h | 110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
|
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| D | iris_clear.c | 519 uint8_t stencil) in clear_depth_stencil() 620 unsigned stencil) in iris_clear() 687 uint8_t stencil = 0; in iris_clear_texture() local 770 unsigned stencil, in iris_clear_depth_stencil()
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkRenderTarget.cpp | 267 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() 367 GrVkImage* stencil = withStencil ? static_cast<GrVkImage*>(this->getStencilAttachment(useMSAA)) in createFramebuffer() local 397 const GrAttachment* stencil = this->getStencilAttachment(useMSAA); in getAttachmentsDescriptor() local
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFboRenderTest.cpp | 631 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 868 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 1130 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 1287 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local 1526 bool stencil; in init() member 1608 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local 1642 bool stencil = depthStencilFormats[depthStencilFmtNdx].stencil; in init() local 1684 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnRenderTarget.cpp | 38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_blt.c | 266 unsigned buffers, double depth, unsigned stencil) in etna_blit_clear_zs_blt() 343 const union pipe_color_union *color, double depth, unsigned stencil) in etna_clear_blt()
|
| /third_party/skia/modules/canvaskit/ |
| D | gm.js | 15 'stencil': 0, // can be 0 because off-screen. property
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | fd2_draw.c | 416 unsigned stencil) assert_dt in fd2_clear_fast() 532 unsigned stencil) assert_dt in fd2_clear()
|
| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| D | crocus_clear.c | 547 uint8_t stencil) in clear_depth_stencil() 644 unsigned stencil) in crocus_clear() 733 uint8_t stencil = 0; in crocus_clear_texture() local 818 unsigned stencil, in crocus_clear_depth_stencil()
|
| /third_party/skia/experimental/wasm-skp-debugger/ |
| D | gpu.js | 10 stencil: 0, property
|