Home
last modified time | relevance | path

Searched defs:stencil (Results 1 - 25 of 238) sorted by relevance

12345678910

/third_party/skia/src/gpu/
H A DGrProgramInfo.cpp14 GrStencilSettings stencil; in nonGLStencilSettings() local
H A DGrRenderTarget.cpp47 void GrRenderTarget::attachStencilAttachment(sk_sp<GrAttachment> stencil, bool useMSAASurface) { in attachStencilAttachment() argument
17 GrRenderTarget(GrGpu* gpu, const SkISize& dimensions, int sampleCount, GrProtected isProtected, sk_sp<GrAttachment> stencil) GrRenderTarget() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c25 gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *ltc, int i, const u32 stencil) in gp102_ltc_zbc_clear_stencil() argument
H A Dbase.c59 nvkm_ltc_zbc_stencil_get(struct nvkm_ltc *ltc, int index, const u32 stencil) in nvkm_ltc_zbc_stencil_get() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/
H A Dgp102.c25 gp102_ltc_zbc_clear_stencil(struct nvkm_ltc *ltc, int i, const u32 stencil) in gp102_ltc_zbc_clear_stencil() argument
H A Dbase.c59 nvkm_ltc_zbc_stencil_get(struct nvkm_ltc *ltc, int index, const u32 stencil) in nvkm_ltc_zbc_stencil_get() argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_clear.c49 llvmpipe_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) llvmpipe_clear() argument
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_clear.c50 softpipe_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) softpipe_clear() argument
H A Dsp_surface.c114 softpipe_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) softpipe_clear_depth_stencil() argument
H A Dsp_quad.h90 uint8_t stencil[TGSI_QUAD_SIZE]; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_clear.h40 unsigned stencil; member
/third_party/skia/src/gpu/dawn/
H A DGrDawnRenderTarget.cpp38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() argument
/third_party/skia/experimental/wasm-skp-debugger/
H A Dgpu.js9 stencil: 0, global() property
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_image.h29 VkImageStencilUsageCreateInfo stencil; member
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_draw.c510 fd_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) fd_clear_depth_stencil() argument
[all...]
H A Dfreedreno_blitter.c188 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) fd_blitter_clear() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A DColor.h85 uint32_t stencil; member
/third_party/skia/src/gpu/ops/
H A DPathTessellateOp.h26 PathTessellateOp(SkArenaAlloc* arena, GrAAType aaType, const GrUserStencilSettings* stencil, const SkMatrix& viewMatrix, const SkPath& path, GrPaint&& paint, const SkRect& drawBounds) PathTessellateOp() argument
H A DAtlasRenderTask.cpp112 const GrUserStencilSettings* stencil; in onMakeClosed() local
150 stencilAtlasRect(GrRecordingContext* rContext, const SkRect& rect, const SkPMColor4f& color, const GrUserStencilSettings* stencil) stencilAtlasRect() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_clear.c44 pack_zeta(enum pipe_format format, double depth, unsigned stencil) in pack_zeta() argument
53 nv30_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) nv30_clear() argument
183 nv30_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *ps, unsigned buffers, double depth, unsigned stencil, unsigned x, unsigned y, unsigned w, unsigned h, bool render_condition_enabled) nv30_clear_depth_stencil() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c42 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) i915_clear_emit() argument
220 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) i915_clear_blitter() argument
249 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) i915_clear_render() argument
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.h50 uint32_t stencil; member
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_private.h80 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ member
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferMultiviewTest.cpp73 initializeFBOs(int width, int height, int numLayers, int baseViewIndex, int numViews, int numColorAttachments, bool stencil, bool depth) initializeFBOs() argument
/third_party/skia/src/gpu/tessellate/shaders/
H A DGrTessellationShader.h70 MakeProgram(const ProgramArgs& args, const GrTessellationShader* shader, const GrPipeline* pipeline, const GrUserStencilSettings* stencil) MakeProgram() argument

Completed in 9 milliseconds

12345678910