Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c135 unsigned first_sample, unsigned last_sample) in r600_blit_decompress_depth() argument
168 rctx->db_misc_state.copy_sample = first_sample; in r600_blit_decompress_depth()
182 for (sample = first_sample; sample <= last_sample; sample++) { in r600_blit_decompress_depth()
220 first_sample == 0 && last_sample == max_sample) { in r600_blit_decompress_depth()
Dr600_pipe.h521 unsigned first_sample, unsigned last_sample);