HomeSort by relevance Sort by last modified time
    Searched refs:width0 (Results 251 - 275 of 324) sorted by null

<<111213

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 558 struct u_rect rect = { 0, res->width0, 0, res->height0 * res->depth0 };
945 calc_src_and_dst(&s->layers[layer], indexes->texture->width0, indexes->texture->height0,
973 calc_src_and_dst(&s->layers[layer], rgba->texture->width0, rgba->texture->height0,
    [all...]
vl_winsys_dri.c 234 template.width0 = reply->width;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 116 vec[0] = 1.0 / tex->tex.width0;
125 vec[0] = tex->b.b.width0 / (tex->tex.width0 + 0.001f);
    [all...]
r300_context.h 339 * Most of the time, these are equal to pipe_texture::width0, height0,
343 unsigned width0, height0, depth0; member in struct:r300_texture_desc
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 558 struct u_rect rect = { 0, res->width0, 0, res->height0 * res->depth0 };
945 calc_src_and_dst(&s->layers[layer], indexes->texture->width0, indexes->texture->height0,
973 calc_src_and_dst(&s->layers[layer], rgba->texture->width0, rgba->texture->height0,
    [all...]
vl_winsys_dri.c 234 template.width0 = reply->width;
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 116 vec[0] = 1.0 / tex->tex.width0;
125 vec[0] = tex->b.b.width0 / (tex->tex.width0 + 0.001f);
    [all...]
r300_context.h 339 * Most of the time, these are equal to pipe_texture::width0, height0,
343 unsigned width0, height0, depth0; member in struct:r300_texture_desc
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_pstipple.c 115 templat.width0 = 32;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 296 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.c 229 ref->resource[i]->width0,
lp_setup.c 654 jit_tex->width = tex->width0;
809 unsigned current_size = buffer->width0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 231 templat.width0 = 64;
xorg_dri2.c 129 template.width0 = pDraw->width;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pstipple.c 115 templat.width0 = 32;
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 296 ps->width = u_minify(pt->width0, surf_tmpl->u.tex.level);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c 229 ref->resource[i]->width0,
lp_setup.c 654 jit_tex->width = tex->width0;
809 unsigned current_size = buffer->width0;
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_crtc.c 231 templat.width0 = 64;
xorg_dri2.c 129 template.width0 = pDraw->width;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_video.c 821 templ.width0 = width;
832 templ.width0 /= 2;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_vbo.c 187 *size = nv50->vtxbuf[vbi].buffer->width0;
371 limit = buf->address + buf->base.width0 - 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 72 templ.width0 = color_data_len;
85 0, 0, tex->width0, tex->height0);
paint.c 154 templ.width0 = 1024;
365 map[6] = paint->pattern.sampler_view->texture->width0;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_video.c 821 templ.width0 = width;
832 templ.width0 /= 2;

Completed in 493 milliseconds

<<111213