Home
last modified time | relevance | path

Searched refs:read_but_not_cleared (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_rcl.c199 uint32_t read_but_not_cleared = job->resolve & ~job->cleared; in vc5_rcl_emit_loads() local
203 if (!(read_but_not_cleared & bit)) in vc5_rcl_emit_loads()
213 read_but_not_cleared &= ~bit; in vc5_rcl_emit_loads()
215 if (read_but_not_cleared) in vc5_rcl_emit_loads()
219 if (read_but_not_cleared & PIPE_CLEAR_DEPTHSTENCIL && in vc5_rcl_emit_loads()
223 zs_buffer_from_pipe_bits(read_but_not_cleared)); in vc5_rcl_emit_loads()
224 read_but_not_cleared &= ~PIPE_CLEAR_DEPTHSTENCIL; in vc5_rcl_emit_loads()
225 if (read_but_not_cleared) in vc5_rcl_emit_loads()
233 if (read_but_not_cleared) { in vc5_rcl_emit_loads()
236 (~read_but_not_cleared & in vc5_rcl_emit_loads()
[all …]