Searched refs:si_can_fast_clear_depth (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_clear.c | 647 static bool si_can_fast_clear_depth(struct si_texture *zstex, unsigned level, float depth, in si_can_fast_clear_depth() function 940 if (si_can_fast_clear_depth(zstex, level, depth, *buffers)) { in si_fast_clear() 949 if (si_can_fast_clear_depth(zstex, level, depth, *buffers) && in si_fast_clear() 1014 si_can_fast_clear_depth(zstex, level, depth, *buffers)) { in si_fast_clear() 1027 si_can_fast_clear_depth(zstex, level, depth, *buffers) && in si_fast_clear() 1053 si_can_fast_clear_depth(zstex, level, depth, *buffers)) { in si_fast_clear() 1141 if (si_can_fast_clear_depth(zstex, level, depth, buffers)) { in si_clear()
|
Completed in 3 milliseconds