/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 323 const deUint32 stencil = access.getPixStencil(x, y, z); in comparePixelToStencilClearValue() local 329 s << "Ref:" << ref << " Threshold:0" << " Stencil:" << stencil; in comparePixelToStencilClearValue() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | FramebufferVk.cpp | 695 clearBufferfi(const gl::Context *context, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) clearBufferfi() argument 1304 const vk::ImageView *stencil = blit() local [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 338 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument
|
H A D | entry_points_gl_4_autogen.cpp | 6161 GL_ClearNamedFramebufferfi(GLuint framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) GL_ClearNamedFramebufferfi() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 709 const vk::VkStencilOpState stencil = in iterate() local
|
H A D | vktPipelineMultisampleMixedAttachmentSamplesTests.cpp | 94 deUint32 stencil; member [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 1823 void PixelBufferAccess::setPixStencil (int stencil, int x, int y, int z) const in setPixStencil() argument
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_private.h | 494 struct dzn_rendering_attachment depth, stencil; member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 1927 DWORD stencil = clearParams.stencilValue & 0x000000FF; in clear() local 3156 DWORD stencil = clearStencilValue & 0x000000FF; in clearRenderTarget() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationES3.cpp | 2428 ValidateClearBufferfi(const Context *context, angle::EntryPoint entryPoint, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) ValidateClearBufferfi() argument
|
H A D | validationGL4.cpp | 1050 ValidateClearNamedFramebufferfi(const Context *context, angle::EntryPoint entryPoint, FramebufferID framebuffer, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) ValidateClearNamedFramebufferfi() argument
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLGpu.cpp | 1781 auto stencil = GrGLAttachment::MakeStencil(this, dimensions, numStencilSamples, sFmt); in makeStencilAttachment() local 1900 GrStencilSettings stencil; in flushGLState() local [all...] |
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 323 onGetOpsRenderPass( GrRenderTarget* rt, bool useMSAASurface, GrAttachment* stencil, GrSurfaceOrigin origin, const SkIRect& bounds, const GrOpsRenderPass::LoadAndStoreInfo& colorInfo, const GrOpsRenderPass::StencilLoadAndStoreInfo& stencilInfo, const SkTArray<GrSurfaceProxy*, true>& sampledProxies, GrXferBarrierFlags renderPassXferBarriers) onGetOpsRenderPass() argument
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 1310 GL_APICALL void GL_APIENTRY glClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in glClearBufferfi() argument
|
H A D | Context.cpp | 356 void Context::setClearStencil(int stencil) in setClearStencil() argument 3468 int stencil = mState.stencilClearValue & 0x000000FF; in clear() local 3558 unsigned char stencil = value < 0 ? 0 : static_cast<unsigned char>(value & 0x000000FF); in clearStencilBuffer() local [all...] |
/third_party/mesa3d/src/amd/addrlib/inc/ |
H A D | addrinterface.h | 492 UINT_32 stencil : 1; ///< Flag indicates this is a stencil buffer member 2397 UINT_32 stencil : 1; ///< Thie resource is a stencil buffer, can be used with DSV global() member [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 4308 void ac_export_mrt_z(struct ac_llvm_context *ctx, LLVMValueRef depth, LLVMValueRef stencil, in ac_export_mrt_z() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 6139 si_tile_mode_index(const struct radv_image_plane *plane, unsigned level, bool stencil) in si_tile_mode_index() argument
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 472 uint32 stencil; member
|
H A D | svga3d_dx.h | 743 uint16 stencil; member
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_threaded_context.c | 3924 uint8_t stencil; member 4005 unsigned stencil; member 3941 tc_clear(struct pipe_context *_pipe, unsigned buffers, const struct pipe_scissor_state *scissor_state, const union pipe_color_union *color, double depth, unsigned stencil) tc_clear() argument 4027 tc_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) tc_clear_depth_stencil() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_context.h | 167 } stencil[2]; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1683 DepthStencilClear(const UVec2& offset, const UVec2& size, float depth, deUint32 stencil) DepthStencilClear() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTests.cpp | 1671 DepthStencilClear(const UVec2& offset, const UVec2& size, float depth, deUint32 stencil) DepthStencilClear() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 3861 resolveMultisampledTexture(const gl::Context *context, RenderTarget11 *renderTarget, bool depth, bool stencil, TextureHelper11 *textureOut) resolveMultisampledTexture() argument
|