Lines Matching defs:height
225 dest->sample_location.grid_size.height != src->sample_location.grid_size.height ||
1037 uint32_t y_offset = y % state->grid_size.height;
1697 S_028214_BR_Y(rect.offset.y + rect.extent.height));
1868 uint32_t rate_y = MIN2(2, d->fragment_shading_rate.size.height) - 1;
2873 S_028208_BR_X(framebuffer->width) | S_028208_BR_Y(framebuffer->height));
6416 .height = radv_minify(ds_image->info.height, level),
6444 .height = MIN2(fb->height, ds_image->info.height),
7636 d->fragment_shading_rate.size.height == 1 &&
8748 info.blocks[1] = tables->height;
8776 uint32_t width, uint32_t height, uint32_t depth)
8793 .height = height,
9153 unsigned h = pRenderingInfo->renderArea.offset.y + pRenderingInfo->renderArea.extent.height;
9161 h = MIN2(h, iview->extent.height);
9169 .height = h,