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

  /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 66 char *fs_options; member in struct:fstab_rec

Completed in 57 milliseconds