Searched defs:first_sample (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_blit.c135 unsigned first_sample, unsigned last_sample)
168 rctx->db_misc_state.copy_sample = first_sample;
182 for (sample = first_sample; sample <= last_sample; sample++) {
220 first_sample == 0 && last_sample == max_sample) {
130 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c135 unsigned first_sample, unsigned last_sample)
168 rctx->db_misc_state.copy_sample = first_sample;
182 for (sample = first_sample; sample <= last_sample; sample++) {
220 first_sample == 0 && last_sample == max_sample) {
130 r600_blit_decompress_depth(struct pipe_context *ctx, struct r600_texture *texture, struct r600_texture *staging, unsigned first_level, unsigned last_level, unsigned first_layer, unsigned last_layer, unsigned first_sample, unsigned last_sample) argument

Completed in 128 milliseconds