Home
last modified time | relevance | path

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

123456789

/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
/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
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.hpp87 StencilState stencil[rr::FACETYPE_LAST]; member
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp32 clearMultiviewFBO(const gl::FramebufferState &state, const gl::Rectangle &scissorBase, ClearCommandType clearCommandType, GLbitfield mask, GLenum buffer, GLint drawbuffer, const uint8_t *values, GLfloat depth, GLint stencil) clearMultiviewFBO() argument
49 clearLayeredFBO(const gl::FramebufferState &state, ClearCommandType clearCommandType, GLbitfield mask, GLenum buffer, GLint drawbuffer, const uint8_t *values, GLfloat depth, GLint stencil) clearLayeredFBO() argument
80 genericClear(ClearCommandType clearCommandType, GLbitfield mask, GLenum buffer, GLint drawbuffer, const uint8_t *values, GLfloat depth, GLint stencil) genericClear() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_clear.c72 clear_buffers_with_quad(struct svga_context *svga, unsigned clear_buffers, const union pipe_color_union *color, double depth, unsigned stencil) clear_buffers_with_quad() argument
125 try_clear(struct svga_context *svga, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) try_clear() argument
251 svga_clear(struct pipe_context *pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) svga_clear() argument
312 uint8_t stencil; svga_clear_texture() local
[all...]

Completed in 10 milliseconds

123456789