Home
last modified time | relevance | path

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

1234567891011

/external/skia/src/gpu/ganesh/
DGrRenderTarget.cpp22 sk_sp<GrAttachment> stencil) in GrRenderTarget()
48 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment()
DGrProgramInfo.cpp58 GrStencilSettings stencil; in nonGLStencilSettings() local
/external/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()
/external/skia/src/gpu/ganesh/gl/
DGrGLRenderTarget.cpp45 sk_sp<GrGLAttachment> stencil, in GrGLRenderTarget()
137 if (GrAttachment* stencil = this->getStencilAttachment(useMultisampleFBO)) { in getBackendRenderTarget() local
163 bool GrGLRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMultisampleFBO) { in completeStencilAttachment()
252 if (auto stencil = this->getStencilAttachment(useMultisampleFBO)) { in bindInternal() local
/external/skia/src/gpu/ganesh/ops/
DPathInnerTriangulateOp.cpp229 const GrUserStencilSettings* stencil) { in pushFanStencilProgram()
237 const GrUserStencilSettings* stencil) { in pushFanFillProgram()
345 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local
389 auto* stencil = (fPath.getFillType() == SkPathFillType::kWinding) in prePreparePrograms() local
DAtlasRenderTask.cpp131 const GrUserStencilSettings* stencil; in onMakeClosed() local
171 const GrUserStencilSettings* stencil) { in stencilAtlasRect()
DFillRectOp.cpp111 DrawQuad* quad, const GrUserStencilSettings* stencil, in FillRectOpImpl()
502 const GrUserStencilSettings* stencil, in Make()
512 const GrUserStencilSettings* stencil) { in MakeNonAARect()
599 const GrUserStencilSettings* stencil = random->nextBool() ? nullptr in GR_DRAW_OP_TEST_DEFINE() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c58 double depth, unsigned stencil) in clear_buffers_with_quad()
112 unsigned stencil) in try_clear()
236 double depth, unsigned stencil) in svga_clear()
295 uint8_t stencil; in svga_clear_texture() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_clear.c45 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta()
55 const union pipe_color_union *color, double depth, unsigned stencil) in nv30_clear()
182 unsigned buffers, double depth, unsigned stencil, in nv30_clear_depth_stencil()
/external/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.cpp40 GLint stencil) in clearMultiviewFBO()
56 GLint stencil) in clearLayeredFBO()
86 GLint stencil) in genericClear()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_clear.c54 unsigned stencil) in llvmpipe_clear()
/external/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()
/external/mesa3d/src/gallium/drivers/iris/
Diris_clear.c623 uint8_t stencil) in clear_depth_stencil()
723 unsigned stencil) in iris_clear()
790 uint8_t stencil = 0; in iris_clear_texture() local
873 unsigned stencil, in iris_clear_depth_stencil()
/external/angle/src/libANGLE/renderer/
DFramebufferImpl.cpp36 bool stencil) in ensureAttachmentsInitialized()
/external/angle/src/compiler/translator/spirv/
DTranslatorSPIRV.h31 const TVariable *stencil = nullptr; member
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c53 double depth, unsigned stencil) in softpipe_clear()
/external/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c119 struct pipe_resource *stencil; in u_transfer_helper_resource_create() local
167 struct pipe_resource *stencil = helper->vtbl->get_stencil(prsc); in u_transfer_helper_resource_destroy() local
306 struct pipe_resource *stencil; in u_transfer_helper_transfer_map() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c632 static bool si_can_fast_clear_stencil(struct si_texture *zstex, unsigned level, uint8_t stencil, in si_can_fast_clear_stencil()
642 const union pipe_color_union *color, float depth, uint8_t stencil) in si_fast_clear()
1095 const union pipe_color_union *color, double depth, unsigned stencil) in gfx6_clear()
1218 const union pipe_color_union *color, double depth, unsigned stencil) in gfx12_clear()
1258 float depth, unsigned stencil) in si_try_normal_clear()
1416 unsigned clear_flags, double depth, unsigned stencil, in si_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_clear.c522 uint8_t stencil) in clear_depth_stencil()
619 unsigned stencil) in crocus_clear()
703 uint8_t stencil = 0; in crocus_clear_texture() local
788 unsigned stencil, in crocus_clear_depth_stencil()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DRenderTarget.cpp193 if (auto stencil = this->getStencilAttachment()) { in stencilDxgiFormat() local
205 if (const GrAttachment* stencil = this->getStencilAttachment()) { in genKey() local
DGrD3DRenderTarget.h116 bool completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) override { in completeStencilAttachment()
/external/skia/src/gpu/ganesh/vk/
DGrVkRenderTarget.cpp305 bool GrVkRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment()
405 GrVkImage* stencil = withStencil ? static_cast<GrVkImage*>(this->getStencilAttachment(useMSAA)) in createFramebuffer() local
439 const GrAttachment* stencil = this->getStencilAttachment(useMSAA); in getAttachmentsDescriptor() local
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp669 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
911 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1180 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1341 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1570 bool stencil; in init() member
1652 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
1689 bool stencil = depthStencilFormats[depthStencilFmtNdx].stencil; in init() local
1735 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
/external/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c52 double depth, unsigned stencil) in clear_in_rp()
152 double depth, unsigned stencil) in zink_clear()
462 uint8_t stencil = 0; in zink_clear_texture_dynamic() local
540 uint8_t stencil = 0; in zink_clear_texture() local
639 unsigned clear_flags, double depth, unsigned stencil, in zink_clear_depth_stencil()
/external/skia/modules/canvaskit/
Dgm.js15 'stencil': 0, // can be 0 because off-screen. property

1234567891011