Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/softpipe/
H A 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()
H A Dsp_tile_cache.h96 bool depth_stencil; /**< Is the surface a depth/stencil format? */ member
H A Dsp_context.h60 struct pipe_depth_stencil_alpha_state *depth_stencil; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A 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()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A 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()
H A Dlp_context.h67 const struct pipe_depth_stencil_alpha_state *depth_stencil; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/i915/
H A 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()
H A Di915_context.h267 const struct i915_depth_stencil_state *depth_stencil; member
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c258 struct pipe_depth_stencil_alpha_state depth_stencil; in clear_with_quad() local
H A Dst_context.h223 struct pipe_depth_stencil_alpha_state depth_stencil; member
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.h176 mali_ptr depth_stencil; member
H A Dpan_context.h222 struct panfrost_zsa_state *depth_stencil; member
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_meta_clear.c597 const VkClearDepthStencilValue *depth_stencil, in vk_meta_clear_depth_stencil_image()
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Dangle_cl_format_map.json224 "depth_stencil": [ array
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4350 bool GetAttachmentParametersTest::TestRenderbufferFramebuffer(bool depth_stencil) in TestRenderbufferFramebuffer()
4496 bool GetAttachmentParametersTest::TestTextureFramebuffer(bool depth_stencil) in TestTextureFramebuffer()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.c103 void *depth_stencil, *depth_stencil_saved; member
/aosp_15_r20/cts/tests/tests/nativehardware/jni/
H A DAHardwareBufferGLTest.cpp1594 AttachmentType depth_stencil, in SetUpFramebuffer()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Dpanfrost-job.h1443 mali_ptr depth_stencil; member
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_descriptor_renderpass_framebuffer.cpp4656 … const VkImageAspectFlags depth_stencil = VK_IMAGE_ASPECT_DEPTH_BIT | VK_IMAGE_ASPECT_STENCIL_BIT; in TEST_F() local