Home
last modified time | relevance | path

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

1234

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c46 double depth, unsigned stencil, in i915_clear_emit()
222 double depth, unsigned stencil) in i915_clear_blitter()
231 double depth, unsigned stencil) in i915_clear_render()
Di915_surface.c128 unsigned stencil, in i915_clear_depth_stencil_render()
239 unsigned stencil, in i915_clear_depth_stencil_blitter()
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c128 GLuint n, GLubyte stencil[], const GLubyte mask[], in apply_stencil_op()
211 GLubyte stencil[], GLubyte mask[], GLint stride) in do_stencil_test()
294 GLubyte stencil[]) in get_s8_values()
328 const GLubyte stencil[]) in put_s8_values()
454 GLint n, GLint x, GLint y, GLubyte stencil[]) in _swrast_read_stencil_span()
494 const GLubyte stencil[] ) in _swrast_write_stencil_span()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c42 unsigned stencil) in try_clear()
109 double depth, unsigned stencil) in svga_clear()
/external/mesa3d/src/gallium/drivers/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()
157 unsigned buffers, double depth, unsigned stencil, in nv30_clear_depth_stencil()
/external/skia/src/gpu/batches/
DGrStencilPathBatch.h24 const GrStencilSettings& stencil, in Create()
45 const GrStencilSettings& stencil, in GrStencilPathBatch()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.cpp257 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in getAttachmentsDescriptor() local
367 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilImageResource() local
377 const GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in stencilAttachmentView() local
DGrVkStencilAttachment.cpp61 GrVkStencilAttachment* stencil = new GrVkStencilAttachment(gpu, lifeCycle, format, imageDesc, in Create() local
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp22 GrGLStencilAttachment* stencil) in GrGLRenderTarget()
78 GrStencilAttachment* stencil = this->renderTargetPriv().getStencilAttachment(); in completeStencilAttachment() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_clear.c52 unsigned stencil) in llvmpipe_clear()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c150 double depth, unsigned stencil) in r300_depth_clear_value()
178 unsigned stencil) in r300_clear()
368 unsigned stencil, in r300_clear_depth_stencil()
/external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
DViEAndroidGLES20.java54 int depth, int stencil) { in ViEAndroidGLES20()
59 private void init(boolean translucent, int depth, int stencil) { in init()
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
/external/mesa3d/src/gallium/auxiliary/util/
Du_clear.h43 const union pipe_color_union *color, double depth, unsigned stencil) in util_clear()
Du_simple_shaders.c230 struct ureg_dst out, depth, stencil; in util_make_fragment_tex_shader_writedepthstencil() local
284 struct ureg_dst out, stencil; in util_make_fragment_tex_shader_writestencil() local
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp629 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
866 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1128 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1285 bool stencil = (m_config.buffers & GL_STENCIL_BUFFER_BIT) != 0; in render() local
1524 bool stencil; in init() member
1606 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
1640 bool stencil = depthStencilFormats[depthStencilFmtNdx].stencil; in init() local
1682 bool stencil = depthStencilFormats[fmtNdx].stencil; in init() local
Des3fFboInvalidateTests.cpp466 …bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == … in render() local
579 …bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == … in render() local
713 …bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == … in render() local
833 …bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == … in render() local
935 …bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == … in render() local
1092 …bool stencil = depthStencilFmt.order == tcu::TextureFormat::S || depthStencilFmt.order == … in render() local
Des3fStencilTests.cpp129 int stencil; //!< Ref for quad op, clear value for clears member in deqp::gles3::Functional::StencilOp
150 static StencilOp clearStencil (int stencil) in clearStencil()
164 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_clear.c50 double depth, unsigned stencil) in softpipe_clear()
/external/skia/src/gpu/
DGrRenderTarget.cpp95 bool GrRenderTargetPriv::attachStencilAttachment(GrStencilAttachment* stencil) { in attachStencilAttachment()
/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp126 int stencil; //!< Ref for quad op, clear value for clears member in deqp::gles2::Functional::StencilOp
147 static StencilOp clearStencil (int stencil) in clearStencil()
161 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad()
Des2fDepthStencilClearTests.cpp145 …me, const char* description, int numIters, int numClears, bool depth, bool stencil, bool scissor, … in DepthStencilClearCase()
485 deUint32 stencil = rowAccess.getPixStencil(x, 0); in renderReference() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkTypeUtil.hpp64 inline VkClearValue makeClearValueDepthStencil (float depth, deUint32 stencil) in makeClearValueDepthStencil()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpostprocess.h55 struct pipe_resource *stencil; /* stencil shared by inner_tmps */ member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_blit.c196 double depth, unsigned stencil) in r600_clear()
226 unsigned stencil, in r600_clear_depth_stencil()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c554 const struct gl_renderbuffer_attachment *stencil) in st_is_depth_stencil_combined()
585 const struct gl_renderbuffer_attachment *stencil = in st_validate_framebuffer() local

1234