Home
last modified time | relevance | path

Searched defs:depth_func (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Ddepth.c65 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() function
Dstate.c109 GLenum16 depth_func = ctx->Depth.Func; in _mesa_update_allow_draw_out_of_order() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp60 void depth_func (NegativeTestContext& ctx) in depth_func() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h343 unsigned depth_func:3; /**< depth test func (PIPE_FUNC_x) */ member
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4336 enum mali_func depth_func = zsa->depth_enabled ? in panfrost_create_depth_stencil_state() local