Home
last modified time | relevance | path

Searched defs:depth_stencil (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c205 svga_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in svga_bind_depth_stencil_state()
220 svga_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in svga_delete_depth_stencil_state()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_blend.c90 const struct pipe_depth_stencil_alpha_state *depth_stencil) in softpipe_create_depth_stencil_state()
98 void *depth_stencil) in softpipe_bind_depth_stencil_state()
Dsp_tile_cache.h96 bool depth_stencil; /**< Is the surface a depth/stencil format? */ member
Dsp_context.h60 struct pipe_depth_stencil_alpha_state *depth_stencil; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c110 const struct pipe_depth_stencil_alpha_state *depth_stencil) in llvmpipe_create_depth_stencil_state()
133 void *depth_stencil) in llvmpipe_bind_depth_stencil_state()
Dlp_context.h67 const struct pipe_depth_stencil_alpha_state *depth_stencil; member
/external/rust/android-crates-io/crates/vulkano/src/render_pass/
Dcreate.rs1112 let depth_stencil = if subpass.depth_stencil_attachment.is_some() { in create_v2() localVariable
1317 let depth_stencil = if subpass.depth_stencil_attachment.is_some() { in create_v1() localVariable
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c443 const struct pipe_depth_stencil_alpha_state *depth_stencil) in i915_create_depth_stencil_state()
502 i915_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in i915_bind_depth_stencil_state()
515 i915_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in i915_delete_depth_stencil_state()
Di915_context.h267 const struct i915_depth_stencil_state *depth_stencil; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c257 struct pipe_depth_stencil_alpha_state depth_stencil; in clear_with_quad() local
Dst_context.h223 struct pipe_depth_stencil_alpha_state depth_stencil; member
/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dmod.rs85 pub mod depth_stencil; module
Dbuilder.rs4387 pub fn depth_stencil(self, depth_stencil_state: DepthStencilState) -> Self { in depth_stencil() method
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.h131 uint64_t depth_stencil; member
Dpan_context.h225 struct panfrost_zsa_state *depth_stencil; member
/external/mesa3d/src/vulkan/runtime/
Dvk_meta_clear.c597 const VkClearDepthStencilValue *depth_stencil, in vk_meta_clear_depth_stencil_image()
/external/angle/src/libANGLE/renderer/
Dangle_cl_format_map.json224 "depth_stencil": [ array
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c105 void *depth_stencil, *depth_stencil_saved; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4350 bool GetAttachmentParametersTest::TestRenderbufferFramebuffer(bool depth_stencil) in TestRenderbufferFramebuffer()
4496 bool GetAttachmentParametersTest::TestTextureFramebuffer(bool depth_stencil) in TestTextureFramebuffer()
/external/igt-gpu-tools/lib/
Dpanfrost-job.h1443 mali_ptr depth_stencil; member
/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp4656 … const VkImageAspectFlags depth_stencil = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT; in TEST_F() local