Searched defs:dst_sample (Results 1 – 4 of 4) sorted by relevance
53 … unsigned dst_level, unsigned dst_sample, unsigned dstx, unsigned dsty, in si_copy_region_with_blit()115 unsigned dst_sample = dst->nr_samples > 1 ? transfer->level : 0; in si_copy_from_staging_texture() local
1858 unsigned dst_sample) in do_blits()2015 unsigned dst_sample) in util_blitter_blit_generic()
906 uint8_t dst_sample; /**< if non-zero, set sample_mask to (1 << (dst_sample - 1)) */ member
4832 for (GLuint dst_sample = 0; dst_sample < 2; ++dst_sample) in SamplesMismatchTest() local