Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state_validate.c93 unsigned grid_width, grid_height, hw_grid_width; in gm200_validate_sample_locations() local
102 hw_grid_width = grid_width; in gm200_validate_sample_locations()
104 hw_grid_width = 4; in gm200_validate_sample_locations()
112 for (pixel = 0; pixel < hw_grid_width*grid_height; pixel++) { in gm200_validate_sample_locations()
114 unsigned pixel_x = pixel % hw_grid_width; in gm200_validate_sample_locations()
115 unsigned pixel_y = pixel / hw_grid_width; in gm200_validate_sample_locations()
141 unsigned read_index = pixel_y % grid_height * hw_grid_width; in gm200_validate_sample_locations()