Lines Matching defs:width

307          box.width = cbuf->buffer_size - cbuf->buffer_offset;
600 float half_width = 0.5f * viewport->width;
724 state->rs_state.line_width = ps->rs->line.width;
956 state->scissors[i].maxx = ss->offset.x + ss->extent.width;
1518 int width,
1528 template.width = width;
1542 VkFormat format, int width,
1551 width, height, base_layer, layer_count, 0);
1555 struct lvp_image_view *imgv, int width, int height,
1559 if (imgv->surface->width != width ||
1567 width, height,
1597 state->framebuffer.width,
1608 rect->extent.width, rect->extent.height,
1614 rect->extent.width, rect->extent.height,
1646 state->render_area.extent.width,
1677 state->render_area.extent.width,
1694 if (state->render_area.extent.width != state->framebuffer.width ||
1813 info.src.box.width = state->render_area.extent.width;
1850 info.src.box.width = state->render_area.extent.width;
1925 if (state->render_area.extent.width < imgv->image->vk.extent.width ||
1975 state->framebuffer.width = info->renderArea.offset.x +
1976 info->renderArea.extent.width;
1989 state->framebuffer.width, state->framebuffer.height,
2010 state->framebuffer.width, state->framebuffer.height,
2144 state->scissors[idx].maxx = ss->offset.x + ss->extent.width;
2236 unsigned width,
2258 width = (width + src_blockwidth - 1)/src_blockwidth;
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,
2355 box.width = copycmd->pRegions[i].imageExtent.width;
2369 dbox.width = lvp_buffer_from_handle(copycmd->dstBuffer)->bo->width0 - copycmd->pRegions[i].bufferOffset;
2396 copycmd->pRegions[i].imageExtent.width,
2405 copycmd->pRegions[i].imageExtent.width,
2430 sbox.width = lvp_buffer_from_handle(copycmd->srcBuffer)->bo->width0;
2444 box.width = copycmd->pRegions[i].imageExtent.width;
2471 copycmd->pRegions[i].imageExtent.width,
2482 copycmd->pRegions[i].imageExtent.width,
2507 src_box.width = copycmd->pRegions[i].extent.width;
2584 info.dst.box.width = dstX1 - dstX0;
2585 info.src.box.width = srcX1 - srcX0;
2589 info.dst.box.width = dstX0 - dstX1;
2590 info.src.box.width = srcX0 - srcX1;
3043 box.width = copycmd->stride;
3050 memset(map, 0, box.width);
3073 box.width = u_minify(image->bo->width0, j);
3108 unsigned width, height, depth;
3109 width = u_minify(image->bo->width0, range->baseMipLevel + j);
3120 width, height,
3129 width, height, true);
3173 rect->rect.extent.width = MIN2(rect->rect.extent.width, state->framebuffer.width - rect->rect.offset.x);
3222 info.dst.box.width = resolvecmd->pRegions[i].extent.width;
3223 info.src.box.width = resolvecmd->pRegions[i].extent.width;