Home
last modified time | relevance | path

Searched refs:max_location (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_l_o_c_a.py35 max_location = max(self.locations)
38 max_location = 0
39 if max_location < 0x20000 and all(l % 2 == 0 for l in self.locations):
/external/vixl/test/
Dtest-pool-manager.cc601 int max_location = 500; in TEST() local
606 max_location); in TEST()
631 int max_location = 500; in TEST() local
636 max_location); in TEST()
663 int32_t max_location = pc + branch_range; in AddNBranches() local
668 max_location); in AddNBranches()
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py644 max_location = max(self.locations)
647 max_location = 0
652 if max_location >= 0x20000:
/external/mesa3d/src/compiler/nir/
Dnir_linking_helpers.c664 unsigned max_location) in assign_remap_locations() argument
669 for (; tmp_cursor < max_location; tmp_cursor++) { in assign_remap_locations()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c564 int max_location = -1; in handle_graphics_pipeline() local
572 if ((int)location > max_location) in handle_graphics_pipeline()
573 max_location = location; in handle_graphics_pipeline()
575 state->num_ve = max_location + 1; in handle_graphics_pipeline()