HomeSort by: relevance | last modified time | path
    Searched defs:fs_options (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
i915_context.c 268 struct gl_shader_compiler_options *const fs_options = local
270 fs_options->MaxIfDepth = 0;
271 fs_options->EmitNoPow = true;
272 fs_options->EmitNoMainReturn = true;
273 fs_options->EmitNoIndirectInput = true;
274 fs_options->EmitNoIndirectOutput = true;
275 fs_options->EmitNoIndirectUniform = true;
276 fs_options->EmitNoIndirectTemp = true;
277 fs_options->EmitNoIndirectSampler = true;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
i915_context.c 266 struct gl_shader_compiler_options *const fs_options = local
268 fs_options->MaxIfDepth = 0;
269 fs_options->EmitNoPow = true;
270 fs_options->EmitNoMainReturn = true;
271 fs_options->EmitNoIndirectInput = true;
272 fs_options->EmitNoIndirectOutput = true;
273 fs_options->EmitNoIndirectUniform = true;
274 fs_options->EmitNoIndirectTemp = true;
275 fs_options->EmitNoIndirectSampler = true;
  /src/usr.sbin/makefs/
makefs.h 182 option_t *fs_options; /* File system specific options */ member in struct:makefs_fsinfo

Completed in 21 milliseconds