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

  /xsrc/external/mit/MesaLib/dist/bin/
gen_release_notes.py 50 Mesa ${this_version} is a new development release. People who are concerned
52 wait for Mesa ${this_version[:-1]}1.
54 Mesa ${this_version} is a bug fix release which fixes bugs found since the ${previous_version} release.
57 Mesa ${this_version} implements the OpenGL ${gl_version} API, but the version reported by
64 Mesa ${this_version} implements the Vulkan ${vk_version} API, but the version reported by
306 this_version = calculate_next_version(version, is_point_release)
308 header = f'Mesa {this_version} Release Notes / {today}'
316 final = pathlib.Path(__file__).parent.parent / 'docs' / 'relnotes' / f'{this_version}.rst'
325 this_version=this_version,
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
glsl_parser_extras.h 114 unsigned this_version = this->forced_language_version local
117 && this_version >= required_version;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
glsl_parser_extras.h 112 unsigned this_version = this->forced_language_version local
115 && this_version >= required_version;

Completed in 14 milliseconds