Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c223 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/
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 boolean depth_stencil; /**< Is the surface a depth/stencil format? */ member
Dsp_context.h66 struct pipe_depth_stencil_alpha_state *depth_stencil; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_blend.c111 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()
Dlp_context.h65 const struct pipe_depth_stencil_alpha_state *depth_stencil; member
/external/mesa3d/src/gallium/drivers/i915/
Di915_state.c463 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()
Di915_context.h231 const struct i915_depth_stencil_state *depth_stencil; member
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c300 struct pipe_depth_stencil_alpha_state depth_stencil; in clear_with_quad() local
Dst_context.h194 struct pipe_depth_stencil_alpha_state depth_stencil; member
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp179 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/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.h173 struct panfrost_zsa_state *depth_stencil; member
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c112 void *depth_stencil, *depth_stencil_saved; member
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4355 bool GetAttachmentParametersTest::TestRenderbufferFramebuffer(bool depth_stencil) in TestRenderbufferFramebuffer()
4502 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