Home
last modified time | relevance | path

Searched refs:pan_pipe_to_stencil_op (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c4280 pan_pipe_to_stencil_op(enum pipe_stencil_op in) in pan_pipe_to_stencil_op() function
4303 s.stencil_fail = pan_pipe_to_stencil_op(in->fail_op); in pan_pipe_to_stencil()
4304 s.depth_fail = pan_pipe_to_stencil_op(in->zfail_op); in pan_pipe_to_stencil()
4305 s.depth_pass = pan_pipe_to_stencil_op(in->zpass_op); in pan_pipe_to_stencil()
4368 cfg.front_stencil_fail = pan_pipe_to_stencil_op(front.fail_op); in panfrost_create_depth_stencil_state()
4369 cfg.front_depth_fail = pan_pipe_to_stencil_op(front.zfail_op); in panfrost_create_depth_stencil_state()
4370 cfg.front_depth_pass = pan_pipe_to_stencil_op(front.zpass_op); in panfrost_create_depth_stencil_state()
4373 cfg.back_stencil_fail = pan_pipe_to_stencil_op(back.fail_op); in panfrost_create_depth_stencil_state()
4374 cfg.back_depth_fail = pan_pipe_to_stencil_op(back.zfail_op); in panfrost_create_depth_stencil_state()
4375 cfg.back_depth_pass = pan_pipe_to_stencil_op(bac in panfrost_create_depth_stencil_state()
[all...]

Completed in 8 milliseconds