Searched refs:file_count (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.h58 uint file_count[TGSI_FILE_COUNT]; /**< number of declared registers */ member in struct:tgsi_shader_info
H A Dtgsi_scan.c155 info->file_count[file]++;
222 info->file_count[file]++;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_vdecl.c54 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
/external/squashfs-tools/squashfs-tools/
H A Dread_fs.c125 unsigned int *uncompressed_directory, int *file_count, int *sym_count,
276 (*file_count) ++;
332 (*file_count) ++;
861 int *file_count, int *sym_count, int *dev_count, int *dir_count,
900 uncompressed_directory, file_count, sym_count, dev_count,
120 scan_inode_table(int fd, long long start, long long end, long long root_inode_start, int root_inode_offset, struct squashfs_super_block *sBlk, union squashfs_inode_header *dir_inode, unsigned char **inode_table, unsigned int *root_inode_block, unsigned int *root_inode_size, long long *uncompressed_file, unsigned int *uncompressed_directory, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, unsigned int *id_table) argument
856 read_filesystem(char *root_name, int fd, struct squashfs_super_block *sBlk, char **cinode_table, char **data_cache, char **cdirectory_table, char **directory_data_cache, unsigned int *last_directory_block, unsigned int *inode_dir_offset, unsigned int *inode_dir_file_size, unsigned int *root_inode_size, unsigned int *inode_dir_start_block, int *file_count, int *sym_count, int *dev_count, int *dir_count, int *fifo_count, int *sock_count, long long *uncompressed_file, unsigned int *uncompressed_inode, unsigned int *uncompressed_directory, unsigned int *inode_dir_inode_number, unsigned int *inode_dir_parent_inode, void (push_directory_entry)(char *, squashfs_inode, int, int), struct squashfs_fragment_entry **fragment_table, squashfs_inode **inode_lookup_table) argument
H A Dmksquashfs.c117 int file_count = 0, sym_count = 0, dev_count = 0, dir_count = 0, fifo_count = 0, variable
395 file_count = sfile_count;
2460 file_count ++;
2491 file_count ++;
2558 file_count ++;
2688 file_count ++;
2795 file_count ++;
4877 printf("Number of duplicate files found %d\n", file_count -
4882 printf("Number of files %d\n", file_count);
5954 &file_count,
[all...]
H A Dunsquashfs.c53 int bytes = 0, swap, file_count = 0, dir_count = 0, sym_count = 0, variable
1087 file_count ++;
2806 printf("created %d files\n", file_count);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h530 __u32 file_count; member in struct:hfs_mdb
590 __u32 file_count; member in struct:hfsplus_vol_header
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c243 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 &&
471 boolean simple_shader = (shader->info.base.file_count[TGSI_FILE_SAMPLER] == 0 &&

Completed in 2328 milliseconds