Searched refs:grid_width (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atom_msaa.c | 53 unsigned grid_width, grid_height, size, pixel, sample_index; in update_sample_locations() local 61 &grid_width, &grid_height); in update_sample_locations() 62 size = grid_width * grid_height * samples; in update_sample_locations() 68 if (grid_width > MAX_SAMPLE_LOCATION_GRID_SIZE || in update_sample_locations() 72 for (pixel = 0; pixel < grid_width * grid_height; pixel++) { in update_sample_locations()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_framebuffer.c | 258 unsigned row, i, shift, grid_width, grid_height; in util_sample_locations_flip_y() local 263 screen->get_sample_pixel_grid(screen, samples, &grid_width, &grid_height); in util_sample_locations_flip_y() 268 unsigned row_size = grid_width * samples; in util_sample_locations_flip_y() 277 memcpy(locations, new_locations, grid_width * grid_height * samples); in util_sample_locations_flip_y()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_state_validate.c | 93 unsigned grid_width, grid_height, hw_grid_width; in gm200_validate_sample_locations() local 100 &screen->base.base, ms, &grid_width, &grid_height); in gm200_validate_sample_locations() 102 hw_grid_width = grid_width; in gm200_validate_sample_locations() 117 unsigned ri = (pixel_y * grid_width + pixel_x % grid_width); in gm200_validate_sample_locations() 143 read_index += pixel_x % grid_width; in gm200_validate_sample_locations()
|