Home
last modified time | relevance | path

Searched defs:stencil (Results 1 – 25 of 257) sorted by relevance

1234567891011

/third_party/skia/src/gpu/
DGrRenderTarget.cpp21 sk_sp<GrAttachment> stencil) in GrRenderTarget()
47 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
DGrProgramInfo.cpp14 GrStencilSettings stencil; in nonGLStencilSettings() local
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_clear.c44 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/
DGrGLRenderTarget.cpp30 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/
DPathInnerTriangulateOp.cpp195 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
DAtlasRenderTask.cpp112 const GrUserStencilSettings* stencil; in onMakeClosed() local
152 const GrUserStencilSettings* stencil) { in stencilAtlasRect()
DFillRectOp.cpp83 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/
Dsvga_pipe_clear.c75 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/
Dnv30_clear.c44 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/
DClearMultiviewGL.cpp40 GLint stencil) in clearMultiviewFBO()
56 GLint stencil) in clearLayeredFBO()
86 GLint stencil) in genericClear()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_clear.c54 unsigned stencil) in llvmpipe_clear()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c656 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/
Dclear.c694 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/
Dsp_clear.c53 double depth, unsigned stencil) in softpipe_clear()
/third_party/skia/src/gpu/d3d/
DGrD3DRenderTarget.cpp186 if (auto stencil = this->getStencilAttachment()) { in stencilDxgiFormat() local
198 if (const GrAttachment* stencil = this->getStencilAttachment()) { in genKey() local
DGrD3DRenderTarget.h110 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_clear.c519 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/
DGrVkRenderTarget.cpp267 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/
Des3fFboRenderTest.cpp631 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/
DGrDawnRenderTarget.cpp38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_blt.c266 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/
Dgm.js15 'stencil': 0, // can be 0 because off-screen. property
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_draw.c416 unsigned stencil) assert_dt in fd2_clear_fast()
532 unsigned stencil) assert_dt in fd2_clear()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c547 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/
Dgpu.js10 stencil: 0, property

1234567891011