Searched refs:packed_locations (Results 1 – 1 of 1) sorted by relevance
97 uint32_t packed_locations[4] = {}; in gm200_validate_sample_locations() local154 packed_locations[i / 4] |= sample_locations[i][0] << ((i % 4) * 8); in gm200_validate_sample_locations()155 packed_locations[i / 4] |= sample_locations[i][1] << ((i % 4) * 8 + 4); in gm200_validate_sample_locations()159 PUSH_DATAp(push, packed_locations, 4); in gm200_validate_sample_locations()