Searched refs:location_limit (Results 1 - 2 of 2) sorted by relevance
/third_party/tzdata/ |
H A D | tzselect.ksh | 65 location_limit=10 82 Display at most LIMIT locations when -c is used (default $location_limit). 159 location_limit=$OPTARG;; 515 $AWK "{print} NR == $location_limit { exit }"
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | link_varyings.cpp | 333 unsigned location_limit, in check_location_aliasing() 362 while (location < location_limit) { in check_location_aliasing() 329 check_location_aliasing(struct explicit_location_info explicit_locations[][4], ir_variable *var, unsigned location, unsigned component, unsigned location_limit, const glsl_type *type, unsigned interpolation, bool centroid, bool sample, bool patch, gl_shader_program *prog, gl_shader_stage stage) check_location_aliasing() argument
|
Completed in 3 milliseconds