HomeSort by relevance Sort by last modified time
    Searched defs:fs_options (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.c 272 struct gl_shader_compiler_options *const fs_options = local
274 fs_options->MaxIfDepth = 0;
275 fs_options->EmitNoNoise = true;
276 fs_options->EmitNoPow = true;
277 fs_options->EmitNoMainReturn = true;
278 fs_options->EmitNoIndirectInput = true;
279 fs_options->EmitNoIndirectOutput = true;
280 fs_options->EmitNoIndirectUniform = true;
281 fs_options->EmitNoIndirectTemp = true;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 272 struct gl_shader_compiler_options *const fs_options = local
274 fs_options->MaxIfDepth = 0;
275 fs_options->EmitNoNoise = true;
276 fs_options->EmitNoPow = true;
277 fs_options->EmitNoMainReturn = true;
278 fs_options->EmitNoIndirectInput = true;
279 fs_options->EmitNoIndirectOutput = true;
280 fs_options->EmitNoIndirectUniform = true;
281 fs_options->EmitNoIndirectTemp = true;
  /system/core/fs_mgr/include/
fs_mgr.h 38 char *fs_options; member in struct:fstab_rec
  /system/vold/
cryptfs.c 1074 char fs_options[256]; local
    [all...]

Completed in 549 milliseconds