Searched defs:fs (Results 276 - 300 of 458) sorted by relevance

<<111213141516171819

/external/chromium_org/gpu/tools/compositor_model_bench/
H A Dshaders.cc248 GLenum fs = glCreateShaderObjectARB(GL_FRAGMENT_SHADER); local
252 glShaderSourceARB(fs, 1, &fs_source, 0);
255 glCompileShaderARB(fs);
256 ReportAnyShaderCompilationErrors(fs, f);
258 glAttachObjectARB(g_program_objects[program_index], fs);
278 ShaderID fs = n->fragment_shader(); local
280 int program = ActivateShader(vs, fs, transform);
291 if (fs == FRAGMENT_SHADER_RGBA_TEX_FLIP_ALPHA) {
299 if (fs == FRAGMENT_SHADER_YUV_VIDEO) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_proxy_test.cc45 ScopedFilesystem fs; local
48 AcquireFsAndRelPath("/", &fs, &path);
49 return fs.get();
637 snprintf(path, 100, "dev/fs/%d", g_fs_dev);
811 ScopedRef<MockFs> fs() { return fs_; } function in class:__anon8967::KernelProxyErrorTest_KernelProxy
831 ScopedRef<MockFs> fs() { return kp_.fs(); } function in class:__anon8967::KernelProxyErrorTest
840 ScopedRef<MockFs> mock_fs(fs());
862 ScopedRef<MockFs> mock_fs(fs());
/external/chromium_org/third_party/icu/source/i18n/
H A Dregion.cpp458 UErrorCode fs = U_ZERO_ERROR; local
460 DecimalFormat *df = new DecimalFormat(pat,fs);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aaline.c107 struct aaline_fragment_shader *fs; member in struct:aaline_stage
353 const struct pipe_shader_state *orig_fs = &aaline->fs->state;
384 aaline->fs->sampler_unit = transform.freeSampler;
386 aaline->fs->aaline_fs = aaline->driver_create_fs_state(pipe, &aaline_fs);
387 if (aaline->fs->aaline_fs == NULL)
390 aaline->fs->generic_attrib = transform.maxGeneric + 1;
531 if (!aaline->fs->aaline_fs &&
536 aaline->driver_bind_fs_state(pipe, aaline->fs->aaline_fs);
703 aaline->fs->generic_attrib);
708 num_samplers = MAX2(num_samplers, aaline->fs
845 aaline_create_fs_state(struct pipe_context *pipe, const struct pipe_shader_state *fs) argument
864 aaline_bind_fs_state(struct pipe_context *pipe, void *fs) argument
877 aaline_delete_fs_state(struct pipe_context *pipe, void *fs) argument
[all...]
H A Ddraw_pipe_clip.c575 const struct draw_fragment_shader *fs = stage->draw->fs.fragment_shader; local
601 if (fs) {
602 for (i = 0; i < fs->info.num_inputs; i++) {
603 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_COLOR) {
604 if (fs->info.input_interpolate[i] != TGSI_INTERPOLATE_COLOR)
605 indexed_interp[fs->info.input_semantic_index[i]] = fs->info.input_interpolate[i];
635 if (fs) {
636 for (j = 0; j < fs
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blit.c71 void *fs[PIPE_MAX_TEXTURE_TYPES][TGSI_WRITEMASK_XYZW + 1]; member in struct:blit_state
173 for (i = 0; i < Elements(ctx->fs); i++) {
174 for (j = 0; j < Elements(ctx->fs[i]); j++) {
175 if (ctx->fs[i][j])
176 pipe->delete_fs_state(pipe, ctx->fs[i][j]);
205 if (!ctx->fs[pipe_tex][writemask]) {
208 ctx->fs[pipe_tex][writemask] =
214 cso_set_fragment_shader_handle(ctx->cso, ctx->fs[pipe_tex][writemask]);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dmask.c247 void *fs; local
258 fs = shaders_cache_fill(ctx->sc, VEGA_SOLID_FILL_SHADER);
261 NULL, NULL, 0, fs, (const void *) fs_consts, sizeof(fs_consts))) {
287 void *fs; local
311 fs = setup_mask_operation(operation);
314 ~0, samplers, views, 2, fs, (const void *) ones, sizeof(ones))) {
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_priv.h151 void *fs; member in struct:xa_shader
H A Dxa_tgsi.c644 void *vs, *fs; local
648 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
651 debug_assert(vs && fs);
652 if (!vs || !fs)
656 shader.fs = fs;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_exa_tgsi.c675 void *vs, *fs; local
679 fs = shader_from_cache(sc->r->pipe, PIPE_SHADER_FRAGMENT,
682 debug_assert(vs && fs);
683 if (!vs || !fs)
687 shader.fs = fs;
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_context.h173 void *fs; member in struct:st_context::__anon14577
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp586 FcFontSet* fs = FcFontList(NULL, pat, os); local
587 SkAutoTCallVProc<FcFontSet, FcFontSetDestroy> autoDestroyFs(fs);
588 if (NULL == fs) {
594 for (int i = 0; i < fs->nfont; ++i) {
595 FcPattern* match = fs->fonts[i];
/external/chromium_org/third_party/webrtc/base/
H A Dnetwork.cc484 FileStream fs; local
485 if (!fs.Open("/proc/net/route", "r", NULL)) {
491 while (fs.ReadLine(&line) == SR_SUCCESS) {
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/cng/
H A Dwebrtc_cng.c135 * - fs : 8000 for narrowband and 16000 for wideband
145 int16_t WebRtcCng_InitEnc(CNG_enc_inst* cng_inst, uint16_t fs, int16_t interval, argument
157 inst->enc_sampfreq = fs;
/external/chromium_org/third_party/webrtc/modules/audio_processing/agc/
H A Danalog_agc.c128 if (stt->fs == 8000)
149 } else if (stt->fs == 16000)
170 } else if (stt->fs == 32000)
190 if ((stt->fs == 32000) && (in_mic_H == NULL))
245 if (stt->fs == 32000)
301 if (stt->fs == 16000)
342 if (stt->fs == 8000)
354 } else if (stt->fs == 16000)
366 } else if (stt->fs == 32000)
420 if (stt->fs !
1562 WebRtcAgc_Init(void *agcInst, int32_t minLevel, int32_t maxLevel, int16_t agcMode, uint32_t fs) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Djournal.c7 * Parts of the code are based on fs/jfs/journal.c by Stephen C. Tweedie
61 retval= ext2fs_bmap2(inode->i_ctx->fs, inode->i_ino,
71 int bufsize = sizeof(*bh) + kdev->k_ctx->fs->blocksize -
87 bh->b_io = kdev->k_ctx->fs->io;
101 io = kdev->k_ctx->fs->io;
191 ctx->fs->super->s_feature_incompat &= ~EXT3_FEATURE_INCOMPAT_RECOVER;
195 ctx->fs->super->s_state &= ~EXT2_VALID_FS;
196 ext2fs_mark_super_dirty(ctx->fs);
206 static int process_journal_block(ext2_filsys fs, argument
218 if (!blk || blk < fs
943 ext2_filsys fs = ctx->fs; local
[all...]
H A Dpass1b.c85 static int process_pass1b_block(ext2_filsys fs, blk64_t *blocknr,
212 ext2_filsys fs = ctx->fs; local
220 pctx.errcode = e2fsck_allocate_inode_bitmap(fs,
235 init_resource_track(&rtrack, ctx->fs->io);
237 print_resource_track(ctx, "Pass 1b", &rtrack, ctx->fs->io);
239 init_resource_track(&rtrack, ctx->fs->io);
241 print_resource_track(ctx, "Pass 1c", &rtrack, ctx->fs->io);
243 init_resource_track(&rtrack, ctx->fs->io);
245 print_resource_track(ctx, "Pass 1d", &rtrack, ctx->fs
270 ext2_filsys fs = ctx->fs; local
426 ext2_filsys fs = ctx->fs; local
448 ext2_filsys fs = ctx->fs; local
580 delete_file_block(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt, blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
624 ext2_filsys fs = ctx->fs; local
694 clone_file_block(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt, blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
784 ext2_filsys fs = ctx->fs; local
882 ext2_filsys fs = ctx->fs; local
919 ext2_filsys fs = ctx->fs; local
[all...]
H A Dpass2.c63 static int check_dir_block(ext2_filsys fs,
83 struct ext2_super_block *sb = ctx->fs->super;
85 ext2_filsys fs = ctx->fs; local
99 init_resource_track(&rtrack, ctx->fs->io);
114 e2fsck_set_bitmap_type(fs, EXT2FS_BMAP64_RBTREE,
116 cd.pctx.errcode = ext2fs_create_icount2(fs,
120 fs->default_bitmap_type = save_type;
127 buf = (char *) e2fsck_allocate_memory(ctx, 2*fs->blocksize,
140 cd.max = ext2fs_dblist_count2(fs
525 parse_int_node(ext2_filsys fs, struct ext2_db_entry2 *db, struct check_dir_struct *cd, struct dx_dir_info *dx_dir, char *block_buf) argument
641 salvage_directory(ext2_filsys fs, struct ext2_dir_entry *dirent, struct ext2_dir_entry *prev, unsigned int *offset) argument
708 check_dir_block(ext2_filsys fs, struct ext2_db_entry2 *db, void *priv_data) argument
1159 deallocate_inode_block(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt EXT2FS_ATTR((unused)), blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
1184 ext2_filsys fs = ctx->fs; local
1265 ext2_filsys fs = ctx->fs; local
1416 ext2_filsys fs = ctx->fs; local
[all...]
H A Drehash.c80 static int fill_dir_block(ext2_filsys fs, argument
97 offset = blockcnt * fs->blocksize;
98 if (offset + fs->blocksize > fd->inode->i_size) {
104 memset(dir, 0, fs->blocksize);
106 (void) ext2fs_set_rec_len(fs, fs->blocksize, dirent);
108 fd->err = ext2fs_read_dir_block3(fs, *block_nr, dir, 0);
112 hash_alg = fs->super->s_def_hash_version;
114 (fs->super->s_flags & EXT2_FLAGS_UNSIGNED_HASH))
118 while (dir_offset < fs
223 alloc_size_dir(ext2_filsys fs, struct out_dir *outdir, int blocks) argument
255 get_next_block(ext2_filsys fs, struct out_dir *outdir, char ** ret) argument
330 duplicate_search_and_fix(e2fsck_t ctx, ext2_filsys fs, ext2_ino_t ino, struct fill_dir_struct *fd) argument
401 ext2_filsys fs = ctx->fs; local
489 set_root_node(ext2_filsys fs, char *buf, ext2_ino_t ino, ext2_ino_t parent) argument
528 set_int_node(ext2_filsys fs, char *buf) argument
549 calculate_tree(ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, ext2_ino_t parent) argument
634 write_dir_block(ext2_filsys fs, blk64_t *block_nr, e2_blkcnt_t blockcnt, blk64_t ref_block EXT2FS_ATTR((unused)), int ref_offset EXT2FS_ATTR((unused)), void *priv_data) argument
674 write_directory(e2fsck_t ctx, ext2_filsys fs, struct out_dir *outdir, ext2_ino_t ino, int compress) argument
712 ext2_filsys fs = ctx->fs; local
[all...]
H A Dutil.c50 ext2_filsys fs = ctx->fs; local
55 if (!fs)
57 if (fs->io && fs->super) {
58 ext2fs_mmp_stop(ctx->fs);
59 if (ctx->fs->io->magic == EXT2_ET_MAGIC_IO_CHANNEL)
60 io_channel_flush(ctx->fs->io);
64 if (ext2fs_test_changed(fs)) {
71 if (!ext2fs_test_valid(fs)) {
265 ext2_filsys fs = ctx->fs; local
293 ext2_filsys fs = ctx->fs; local
310 ext2_filsys fs = ctx->fs; local
503 get_backup_sb(e2fsck_t ctx, ext2_filsys fs, const char *name, io_manager manager) argument
616 e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num, blk_t *ret_blk, int *ret_count) argument
777 e2fsck_mmp_update(ext2_filsys fs) argument
790 e2fsck_set_bitmap_type(ext2_filsys fs, unsigned int default_type, const char *profile_name, unsigned int *old_type) argument
808 e2fsck_allocate_inode_bitmap(ext2_filsys fs, const char *descr, int deftype, const char *name, ext2fs_inode_bitmap *ret) argument
822 e2fsck_allocate_block_bitmap(ext2_filsys fs, const char *descr, int deftype, const char *name, ext2fs_block_bitmap *ret) argument
836 e2fsck_allocate_subcluster_bitmap(ext2_filsys fs, const char *descr, int deftype, const char *name, ext2fs_block_bitmap *ret) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dextent.c53 ext2_filsys fs; member in struct:ext2_extent_handle
179 errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino, argument
182 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
185 errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino, argument
194 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
197 if ((ino == 0) || (ino > fs->super->s_inodes_count))
206 handle->fs = fs;
212 retval = ext2fs_read_inode(fs, ino, handle->inode);
256 (EXT2_I_SIZE(handle->inode) + fs
[all...]
H A Dicount.c94 static errcode_t alloc_icount(ext2_filsys fs, int flags, ext2_icount_t *ret) argument
106 retval = ext2fs_allocate_inode_bitmap(fs, "icount", &icount->single);
111 retval = ext2fs_allocate_inode_bitmap(fs, "icount_inc",
119 icount->num_inodes = fs->super->s_inodes_count;
176 errcode_t ext2fs_create_icount_tdb(ext2_filsys fs, char *tdb_dir, argument
185 retval = alloc_icount(fs, flags, &icount);
192 uuid_unparse(fs->super->s_uuid, uuid);
206 num_inodes = fs->super->s_inodes_count - fs->super->s_free_inodes_count;
225 errcode_t ext2fs_create_icount2(ext2_filsys fs, in argument
290 ext2fs_create_icount(ext2_filsys fs, int flags, unsigned int size, ext2_icount_t *ret) argument
[all...]
/external/e2fsprogs/misc/
H A Ddumpe2fs.c119 static void print_bg_opts(ext2_filsys fs, dgrp_t i) argument
123 if (fs->super->s_feature_ro_compat & EXT4_FEATURE_RO_COMPAT_GDT_CSUM)
124 bg_flags = ext2fs_bg_flags(fs, i);
137 static void print_bg_rel_offset(ext2_filsys fs, blk64_t block, int itable, argument
144 } else if (fs->super->s_feature_incompat &
146 dgrp_t flex_grp = ext2fs_group_of_blk2(fs, block);
148 (unsigned)(block-ext2fs_group_first_block2(fs,flex_grp)));
152 static void list_desc (ext2_filsys fs) argument
162 blk64_t blk_itr = EXT2FS_B2C(fs, fs
293 list_bad_blocks(ext2_filsys fs, int dump) argument
328 print_inline_journal_information(ext2_filsys fs) argument
401 print_journal_information(ext2_filsys fs) argument
524 ext2_filsys fs; local
[all...]
/external/icu/icu4c/source/i18n/
H A Dregion.cpp458 UErrorCode fs = U_ZERO_ERROR; local
460 DecimalFormat *df = new DecimalFormat(pat,fs);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dsigcontext.h107 unsigned short fs, __fsh; member in struct:sigcontext
181 __u16 fs; member in struct:sigcontext

Completed in 502 milliseconds

<<111213141516171819