/third_party/skia/src/gpu/ |
H A D | GrProgramInfo.cpp | 14 GrStencilSettings stencil; in nonGLStencilSettings() local
|
H A D | GrRenderTarget.cpp | 47 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 D | lp_clear.c | 49 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 D | sp_clear.c | 50 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 D | sp_surface.c | 114 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 D | sp_quad.h | 90 uint8_t stencil[TGSI_QUAD_SIZE]; member
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_clear.h | 40 unsigned stencil; member
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnRenderTarget.cpp | 38 bool GrDawnRenderTarget::completeStencilAttachment(GrAttachment* stencil, bool useMSAASurface) { in completeStencilAttachment() argument
|
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | gpu.js | 9 stencil: 0, global() property
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_image.h | 29 VkImageStencilUsageCreateInfo stencil; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_draw.c | 510 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 D | freedreno_blitter.c | 188 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 D | Color.h | 85 uint32_t stencil; member
|
/third_party/skia/src/gpu/ops/ |
H A D | PathTessellateOp.h | 26 PathTessellateOp(SkArenaAlloc* arena, GrAAType aaType, const GrUserStencilSettings* stencil, const SkMatrix& viewMatrix, const SkPath& path, GrPaint&& paint, const SkRect& drawBounds) PathTessellateOp() argument
|
H A D | AtlasRenderTask.cpp | 112 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 D | nv30_clear.c | 44 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 D | i915_clear.c | 42 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 D | lima_job.h | 50 uint32_t stencil; member
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_private.h | 80 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ member
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | FramebufferMultiviewTest.cpp | 73 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 D | GrTessellationShader.h | 70 MakeProgram(const ProgramArgs& args, const GrTessellationShader* shader, const GrPipeline* pipeline, const GrUserStencilSettings* stencil) MakeProgram() argument
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsInteractionTestUtil.hpp | 87 StencilState stencil[rr::FACETYPE_LAST]; member
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrMultisamplePixelBufferAccess.cpp | 239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | ClearMultiviewGL.cpp | 32 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 D | svga_pipe_clear.c | 72 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...] |