Searched refs:width0 (Results 76 - 100 of 172) sorted by relevance

1234567

/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_miptree.c192 unsigned nbx = util_format_get_nblocksx(pt->format, pt->width0);
220 w = pt->width0 << mt->ms_x;
H A Dnvc0_tex.c125 tic[4] = mt->base.base.width0;
186 tic[3] = mt->base.base.width0;
190 tic[4] = (1 << 31) | (mt->base.base.width0 << mt->ms_x);
H A Dnvc0_vbo.c342 limit = vb->buffer->width0 - 1;
392 limit = buf->base.width0 - 1;
516 PUSH_DATAh(push, buf->address + buf->base.width0 - 1);
517 PUSH_DATA (push, buf->address + buf->base.width0 - 1);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c303 unsigned size = vb ? vb->width0 : 0;
385 unsigned size = ib->width0;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp834 bool stretch = view->texture->width0 != w || view->texture->height0 != h;
1146 if((unsigned)rect.right > dst->width0)
1147 rect.right = dst->width0;
1168 if(!formats_compatible || src->width0 != dst_w || src->height0 != dst_h) {
1180 int delta = src->width0 * dst_h - dst_w * src->height0;
1184 blit_h = dst_w * src->height0 / src->width0;
1188 blit_w = dst_h * src->width0 / src->height0;
1213 if(formats_compatible && blit_w == src->width0 && blit_h == src->height0)
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_image.c109 templ.width0 = attrs.Width;
170 nbuf.u.drm.templ.width0 = attrs.Width;
/external/mesa3d/src/gallium/tests/graw/
H A Dquad-sample.c215 templat.width0 = SIZE;
327 templat.width0 = WIDTH;
/external/mesa3d/src/gallium/tests/trivial/
H A Dquad-tex.c144 tmplt.width0 = WIDTH;
165 t_tmplt.width0 = 2;
H A Dcompute.c183 .width0 = w,
236 int dy = util_format_get_stride(tex->format, tex->width0);
237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) :
238 util_format_get_nblocksx(tex->format, tex->width0));
250 &(struct pipe_box) { .width = tex->width0,
352 tsurf.u.buf.last_element = ctx->tex[*slots]->width0 - 1;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1109 src->width0, src->height0, PIPE_MASK_RGBAZS);
1455 if (srcx >= src->width0 ||
1456 dstx >= dst->width0) {
1459 if (srcx + size > src->width0) {
1460 size = src->width0 - srcx;
1462 if (dstx + size > dst->width0) {
1463 size = dst->width0 - dstx;
1545 fb_state.width = src->width0;
1554 blitter_set_dst_dimensions(ctx, src->width0, src->height0);
1555 blitter->draw_rectangle(blitter, 0, 0, src->width0, sr
[all...]
H A Du_blit.c569 texTemp.width0 = srcW;
639 s0 /= (float)(u_minify(sampler_view->texture->width0, src_level));
640 s1 /= (float)(u_minify(sampler_view->texture->width0, src_level));
833 assert(tex->width0 != 0);
845 float w = (float) u_minify(tex->width0, level);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_idct.c598 buffer->fb_state_mismatch.width = tex->width0;
609 buffer->viewport_mismatch.scale[0] = tex->width0;
638 buffer->fb_state.width = tex->width0;
654 buffer->viewport.scale[0] = tex->width0;
704 tex_templ.width0 = 2;
H A Dvl_video_buffer.c224 templ->width0 = tmpl->width;
233 templ->width0 /= 2;
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute.c487 resources[i]->base.texture->width0);
765 COMPUTE_DBG("width = %u array_size = %u\n", templ->width0,
773 int size_in_dw = (templ->width0+3) / 4;
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dmask.c289 if (!intersect_rectangles(dst->width0, dst->height0,
290 texture->width0, texture->height0,
352 pt.width0 = width;
H A Drenderer.c610 renderer->u.copy.tex_width = src->texture->width0;
683 renderer->u.drawtex.tex_width = src->texture->width0;
903 renderer->u.filter.tex_width = tex->width0;
1468 texTemp.width0 = srcW;
1501 0, 0, view->texture->width0, view->texture->height0);
1509 0, 0, view->texture->width0, view->texture->height0);
1527 assert(tex->width0 != 0);
1553 x2offset, y2offset, tex->width0, tex->height0);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c540 tex->width0, tex->height0, 1, 0,
543 width = tex->width0;
564 stObj->width0 = width;
/external/drm_gralloc/
H A Dgralloc_drm_pipe.c134 templ.width0 = handle->width;
255 buf->resource->width0, buf->resource->height0,
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c430 rtempl.width0 = 1;
450 vb.width0 = sizeof(float) * 16;
H A Dr300_transfer.c122 base.width0 = box->width;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.c159 srf->tex->width0, srf->tex->height0);
251 (float) ctx->src->tex->width0,
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state_sampler.c303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c303 tex->width0, tex->height0, tex->depth0,
/external/mesa3d/src/gallium/drivers/noop/
H A Dnoop_state.c117 surface->width = texture->width0;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c80 surface->npix_x = ptex->width0;
333 resource.width0 = box->width;
638 resource.width0 = texture->width0;

Completed in 505 milliseconds

1234567