Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dsyncobj.c420 const GLsizei copy_count = MIN2(size, bufSize); in _mesa_GetSynciv() local
422 memcpy(values, v, sizeof(GLint) * copy_count); in _mesa_GetSynciv()
/external/e2fsprogs/lib/ext2fs/
Dbmap64.h17 unsigned long copy_count; member
Dgen_bitmap64.c220 stats->copy_count, stats->resize_count); in ext2fs_print_bmap_statistics()
297 src->stats.copy_count++; in ext2fs_copy_generic_bmap()
/external/vulkan-validation-layers/loader/
Dloader.c3923 uint32_t copy_count = 0; local
3925 copy_count = (inst->total_gpu_count < *pPhysicalDeviceCount)
3933 inst, sizeof(struct loader_physical_device) * copy_count,
3938 for (i = 0; idx < copy_count && i < inst->total_icd_count; i++) {
3947 for (j = 0; j < phys_devs[i].count && idx < copy_count; j++) {
3957 *pPhysicalDeviceCount = copy_count;
3959 if (copy_count < inst->total_gpu_count) {
3960 inst->total_gpu_count = copy_count;