/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_depthstencil.c | 223 svga_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in svga_bind_depth_stencil_state() 238 svga_delete_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in svga_delete_depth_stencil_state()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_blend.c | 90 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()
|
D | sp_tile_cache.h | 96 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member
|
D | sp_context.h | 66 struct pipe_depth_stencil_alpha_state *depth_stencil; member
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_blend.c | 111 const struct pipe_depth_stencil_alpha_state *depth_stencil) in llvmpipe_create_depth_stencil_state() 134 void *depth_stencil) in llvmpipe_bind_depth_stencil_state()
|
D | lp_context.h | 65 const struct pipe_depth_stencil_alpha_state *depth_stencil; member
|
/external/rust/crates/vulkano/src/pipeline/ |
D | mod.rs | 91 pub mod depth_stencil; module
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state.c | 463 const struct pipe_depth_stencil_alpha_state *depth_stencil) in i915_create_depth_stencil_state() 551 void *depth_stencil) in i915_bind_depth_stencil_state() 564 void *depth_stencil) in i915_delete_depth_stencil_state()
|
D | i915_context.h | 231 const struct i915_depth_stencil_state *depth_stencil; member
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_clear.c | 300 struct pipe_depth_stencil_alpha_state depth_stencil; in clear_with_quad() local
|
D | st_context.h | 194 struct pipe_depth_stencil_alpha_state depth_stencil; member
|
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/ |
D | builder.rs | 76 depth_stencil: DepthStencil, field 924 let depth_stencil = { in with_pipeline_layout() localVariable 1799 pub fn depth_stencil(mut self, depth_stencil: DepthStencil) -> Self { in depth_stencil() method
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_state.cpp | 179 const struct pipe_depth_stencil_alpha_state *depth_stencil) in swr_create_depth_stencil_state() 190 swr_bind_depth_stencil_state(struct pipe_context *pipe, void *depth_stencil) in swr_bind_depth_stencil_state() 1179 struct pipe_depth_stencil_alpha_state depth_stencil; in swr_update_derived() member
|
/external/rust/crates/vulkano/src/render_pass/ |
D | desc.rs | 241 pub depth_stencil: Option<(usize, ImageLayout)>, field
|
D | render_pass.rs | 303 let depth_stencil = if pass.depth_stencil.is_some() { in new() localVariable
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_context.h | 173 struct panfrost_zsa_state *depth_stencil; member
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_context.c | 112 void *depth_stencil, *depth_stencil_saved; member
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp | 4355 bool GetAttachmentParametersTest::TestRenderbufferFramebuffer(bool depth_stencil) in TestRenderbufferFramebuffer() 4502 bool GetAttachmentParametersTest::TestTextureFramebuffer(bool depth_stencil) in TestTextureFramebuffer()
|
/external/igt-gpu-tools/lib/ |
D | panfrost-job.h | 1443 mali_ptr depth_stencil; member
|
/external/vulkan-validation-layers/tests/ |
D | vklayertests_descriptor_renderpass_framebuffer.cpp | 4656 … const VkImageAspectFlags depth_stencil = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT; in TEST_F() local
|