Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_varyings.c982 unsigned generic_location; member
1427 unsigned generic_location = 0; in varying_matches_assign_locations() local
1449 unsigned *location = &generic_location; in varying_matches_assign_locations()
1551 vm->matches[i].generic_location = *location; in varying_matches_assign_locations()
1556 return (generic_location + 3) / 4; in varying_matches_assign_locations()
1606 unsigned generic_location = vm->matches[i].generic_location; in varying_matches_store_locations() local
1607 unsigned slot = generic_location / 4; in varying_matches_store_locations()
1608 unsigned offset = generic_location % 4; in varying_matches_store_locations()
1663 unsigned generic_location = vm->matches[i].generic_location; in varying_matches_store_locations() local
1664 unsigned slot = generic_location / 4; in varying_matches_store_locations()