Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c97 uint32_t packed_locations[4] = {}; in gm200_validate_sample_locations() local
154 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()