Lines Matching defs:height
601 float half_height = 0.5f * viewport->height;
957 state->scissors[i].maxy = ss->offset.y + ss->extent.height;
1519 int height,
1529 template.height = height;
1543 int height,
1551 width, height, base_layer, layer_count, 0);
1555 struct lvp_image_view *imgv, int width, int height,
1560 imgv->surface->height != height ||
1567 width, height,
1598 state->framebuffer.height,
1608 rect->extent.width, rect->extent.height,
1614 rect->extent.width, rect->extent.height,
1647 state->render_area.extent.height,
1678 state->render_area.extent.height,
1695 state->render_area.extent.height != state->framebuffer.height)
1814 info.src.box.height = state->render_area.extent.height;
1851 info.src.box.height = state->render_area.extent.height;
1926 state->render_area.extent.height < imgv->image->vk.extent.height)
1977 state->framebuffer.height = info->renderArea.offset.y +
1978 info->renderArea.extent.height;
1989 state->framebuffer.width, state->framebuffer.height,
2010 state->framebuffer.width, state->framebuffer.height,
2145 state->scissors[idx].maxy = ss->offset.y + ss->extent.height;
2237 unsigned height,
2259 height = (height + src_blockheight - 1)/src_blockheight;
2272 width, height);
2276 width, height);
2282 width, height);
2287 width, height);
2293 width, height);
2297 width, height);
2302 width, height);
2306 width, height);
2315 unsigned width, unsigned height, unsigned depth,
2329 width, height,
2356 box.height = copycmd->pRegions[i].imageExtent.height;
2370 dbox.height = 1;
2397 copycmd->pRegions[i].imageExtent.height,
2406 copycmd->pRegions[i].imageExtent.height,
2431 sbox.height = 1;
2445 box.height = copycmd->pRegions[i].imageExtent.height;
2472 copycmd->pRegions[i].imageExtent.height,
2483 copycmd->pRegions[i].imageExtent.height,
2508 src_box.height = copycmd->pRegions[i].extent.height;
2596 info.dst.box.height = dstY1 - dstY0;
2597 info.src.box.height = srcY1 - srcY0;
2601 info.dst.box.height = dstY0 - dstY1;
2602 info.src.box.height = srcY0 - srcY1;
3044 box.height = 1;
3074 box.height = u_minify(image->bo->height0, j);
3080 box.height = vk_image_subresource_layer_count(&image->vk, range);
3108 unsigned width, height, depth;
3110 height = u_minify(image->bo->height0, range->baseMipLevel + j);
3120 width, height,
3129 width, height, true);
3174 rect->rect.extent.height = MIN2(rect->rect.extent.height, state->framebuffer.height - rect->rect.offset.y);
3224 info.dst.box.height = resolvecmd->pRegions[i].extent.height;
3225 info.src.box.height = resolvecmd->pRegions[i].extent.height;