HomeSort by relevance Sort by last modified time
    Searched refs:fs (Results 476 - 500 of 1406) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_wide_point.c 229 const struct draw_fragment_shader *fs = draw->fs.fragment_shader; local
232 assert(fs);
239 for (i = 0; i < fs->info.num_inputs; i++) {
240 if (fs->info.input_semantic_name[i] == TGSI_SEMANTIC_GENERIC) {
241 const int generic_index = fs->info.input_semantic_index[i];
draw_pipe_aaline.c 107 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->sampler_unit + 1)
    [all...]
draw_pipe_clip.c 575 const struct draw_fragment_shader *fs = stage->draw->fs.fragment_shader; local
582 * outputs and the FS inputs to get to the interpolation mode.
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];
630 /* Otherwise, search in the FS inputs, with a decent defaul
    [all...]
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 113 ProgramFragment.Builder fs; local
115 fs = new ProgramFragment.Builder(mRS);
116 fs.setShader(mRes, R.raw.vignette_fs);
117 fs.addConstant(mFSVignetteConst.getAllocation().getType());
118 fs.addTexture(Program.TextureType.TEXTURE_2D);
119 mPFVignette = fs.create();
  /frameworks/compile/mclinker/lib/Support/
CommandLine.cpp 61 // parser<mcld::sys::fs::Path>
63 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O,
66 mcld::sys::fs::Path &Val)
72 void parser<mcld::sys::fs::Path>::printOptionDiff(const llvm::cl::Option &O,
73 const mcld::sys::fs::Path &V,
74 parser<mcld::sys::fs::Path>::OptVal Default,
89 void parser<mcld::sys::fs::Path>::anchor()
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
SuperFloppyFormatter.java 19 package de.waldheinz.fs.fat;
21 import de.waldheinz.fs.BlockDevice;
37 * FatFileSystem fs = SuperFloppyFormatter.get(dev).
210 /* create FS info sector */
259 FatFileSystem fs = FatFileSystem.read(device, false); local
262 fs.setVolumeLabel(label);
265 fs.flush();
266 return fs;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_fs.c 43 /* Convert info about FS input semantics to r300_shader_semantics. */
583 struct r300_fragment_shader* fs = r300_fs(r300); local
589 if (!fs->first) {
591 fs->first = fs->shader = CALLOC_STRUCT(r300_fragment_shader_code);
593 memcpy(&fs->shader->compare_state, &state,
595 r300_translate_fragment_shader(r300, fs->shader, fs->state.tokens);
601 if (memcmp(&fs->shader->compare_state, &state, sizeof(state)) != 0) {
603 ptr = fs->first
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 43 /* Convert info about FS input semantics to r300_shader_semantics. */
583 struct r300_fragment_shader* fs = r300_fs(r300); local
589 if (!fs->first) {
591 fs->first = fs->shader = CALLOC_STRUCT(r300_fragment_shader_code);
593 memcpy(&fs->shader->compare_state, &state,
595 r300_translate_fragment_shader(r300, fs->shader, fs->state.tokens);
601 if (memcmp(&fs->shader->compare_state, &state, sizeof(state)) != 0) {
603 ptr = fs->first
    [all...]
  /frameworks/base/services/java/com/android/server/
AlarmManagerService.java 421 FilterStats fs = mBroadcastStats.filterStats.get(mTarget); local
422 if (fs == null) {
423 fs = new FilterStats(mBroadcastStats, mTarget);
424 mBroadcastStats.filterStats.put(mTarget, fs);
426 mFilterStats = fs;
886 FilterStats fs = fe.getValue(); local
907 FilterStats fs = topFilters[i]; local
944 FilterStats fs = tmpFilters.get(i); local
1232 final FilterStats fs = inflight.mFilterStats; local
1464 FilterStats fs = inflight.mFilterStats; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_aaline.c 107 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->sampler_unit + 1)
    [all...]
draw_pipe_clip.c 575 const struct draw_fragment_shader *fs = stage->draw->fs.fragment_shader; local
582 * outputs and the FS inputs to get to the interpolation mode.
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];
630 /* Otherwise, search in the FS inputs, with a decent defaul
    [all...]
  /external/valgrind/main/tests/
vg_regtest.in 200 my @fs;
216 push(@fs, $arg);
222 @fs = ();
224 push(@fs, $f) if (-d $f);
228 (0 != @fs) or die "No test files or directories specified\n";
230 return @fs;
543 my @fs = glob "*";
544 my $found_tests = (0 != (grep { $_ =~ /\.vgtest$/ } @fs));
549 foreach my $f (@fs) {
610 my @fs = process_command_line()
    [all...]
  /external/e2fsprogs/lib/ext2fs/
extent.c 53 ext2_filsys fs; member in struct:ext2_extent_handle
180 extern errcode_t ext2fs_extent_open(ext2_filsys fs, ext2_ino_t ino,
183 return ext2fs_extent_open2(fs, ino, NULL, ret_handle);
186 extern errcode_t ext2fs_extent_open2(ext2_filsys fs, ext2_ino_t ino,
195 EXT2_CHECK_MAGIC(fs, EXT2_ET_MAGIC_EXT2FS_FILSYS);
198 if ((ino == 0) || (ino > fs->super->s_inodes_count))
211 handle->fs = fs;
217 retval = ext2fs_read_inode(fs, ino, handle->inode);
262 handle->inode->i_size + (fs->blocksize - 1)
    [all...]
icount.c 94 static errcode_t alloc_icount(ext2_filsys fs, int flags, ext2_icount_t *ret)
106 retval = ext2fs_allocate_inode_bitmap(fs, 0, &icount->single);
111 retval = ext2fs_allocate_inode_bitmap(fs, 0,
119 icount->num_inodes = fs->super->s_inodes_count;
176 errcode_t ext2fs_create_icount_tdb(ext2_filsys fs, char *tdb_dir,
184 retval = alloc_icount(fs, flags, &icount);
191 uuid_unparse(fs->super->s_uuid, uuid);
212 errcode_t ext2fs_create_icount2(ext2_filsys fs, int flags, unsigned int size,
226 retval = alloc_icount(fs, flags, &icount);
238 retval = ext2fs_get_num_dirs(fs, &icount->size)
    [all...]
  /external/qemu/target-mips/
translate.c     [all...]
  /external/opencv/ml/include/
ml.h 538 virtual void write_params( CvFileStorage* fs );
539 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
761 virtual void write_params( CvFileStorage* fs );
762 virtual void read_params( CvFileStorage* fs, CvFileNode* node );
850 virtual void read( CvFileStorage* fs, CvFileNode* node );
851 virtual void write( CvFileStorage* fs, const char* name );
854 virtual void read( CvFileStorage* fs, CvFileNode* node,
856 virtual void write( CvFileStorage* fs );
888 virtual void write_node( CvFileStorage* fs, CvDTreeNode* node );
889 virtual void write_split( CvFileStorage* fs, CvDTreeSplit* split )
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h 275 void AddS(FRegister fd, FRegister fs, FRegister ft);
276 void SubS(FRegister fd, FRegister fs, FRegister ft);
277 void MulS(FRegister fd, FRegister fs, FRegister ft);
278 void DivS(FRegister fd, FRegister fs, FRegister ft);
279 void AddD(DRegister fd, DRegister fs, DRegister ft);
280 void SubD(DRegister fd, DRegister fs, DRegister ft);
281 void MulD(DRegister fd, DRegister fs, DRegister ft);
282 void DivD(DRegister fd, DRegister fs, DRegister ft);
283 void MovS(FRegister fd, FRegister fs);
284 void MovD(DRegister fd, DRegister fs);
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
shaders.cc 248 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/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 459 Stack fs = (Stack) m_namespaces.get(prefix); local
460 return fs;
469 Stack fs = new Stack(); local
470 m_namespaces.put(prefix, fs);
471 return fs;
  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 267 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc);
279 fs << "EXAMPLE";
280 fs.seekg(0);
283 if (!(fs >> dest)) {
296 fs.close();
  /external/icu4c/test/iotest/
stream.cpp 252 fstream fs(STANDARD_TEST_FILE, fstream::in | fstream::out | fstream::trunc);
259 fs << "EXAMPLE";
260 fs.seekg(0);
263 if (!(fs >> dest)) {
276 fs.close();
  /external/llvm/tools/llvm-config/
llvm-config.cpp 168 return llvm::sys::fs::getMainExecutable(Argv0, P);
188 sys::fs::make_absolute(CurrentPath);
194 if (sys::fs::equivalent(CurrentExecPrefix,
207 } else if (sys::fs::equivalent(CurrentExecPrefix, LLVM_OBJ_ROOT)) {
211 } else if (sys::fs::equivalent(CurrentExecPrefix,
  /external/clang/lib/Frontend/
CompilerInstance.cpp 115 llvm::sys::fs::F_Append));
141 llvm::sys::fs::F_Binary));
431 llvm::sys::fs::remove(it->TempFilename, existed);
438 if (llvm::error_code ec = llvm::sys::fs::rename(it->TempFilename,
444 llvm::sys::fs::remove(it->TempFilename, existed);
448 llvm::sys::fs::remove(it->Filename);
526 llvm::sys::fs::file_status Status;
527 llvm::sys::fs::status(OutputPath, Status);
528 if (llvm::sys::fs::exists(Status)) {
530 if (!llvm::sys::fs::can_write(OutputPath)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
single_test_runner.py 178 fs = self._filesystem
180 output_dir = fs.dirname(port.abspath_for_test(self._test_name))
182 output_dir = fs.join(port.baseline_version_dir(), fs.dirname(self._test_name))
184 output_dir = fs.join(port.baseline_platform_dir(), fs.dirname(self._test_name))
186 output_dir = fs.dirname(port.expected_filename(self._test_name, extension))
190 fs.maybe_make_directory(output_dir)
191 output_basename = fs.basename(fs.splitext(self._test_name)[0] + "-expected" + extension
    [all...]
  /external/fsck_msdos/
fat.c 74 checkdirty(int fs, struct bootblock *boot)
92 if (lseek(fs, off, SEEK_SET) != off) {
97 if (read(fs, buffer, boot->BytesPerSec) != boot->BytesPerSec) {
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer)
185 if (lseek(fs, off, SEEK_SET) != off) {
190 if (read(fs, *buffer, boot->FATsecs * boot->BytesPerSec)
207 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp)
216 if (!_readfat(fs, boot, no, &buffer))
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat)
603 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0
    [all...]

Completed in 350 milliseconds

<<11121314151617181920>>