HomeSort by relevance Sort by last modified time
    Searched refs:height0 (Results 201 - 225 of 284) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/mesa3d/src/gallium/drivers/r600/
r600_texture.c 82 surface->npix_y = ptex->height0;
575 resource.height0 = texture->height0;
669 resource.height0 = box->height;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 210 templ.height0 = height;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 131 templ.height0 = height;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
vdpau_private.h 297 box.height = res->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
u_blitter.c     [all...]
u_pstipple.c 116 templat.height0 = 32;
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
u_blitter.c     [all...]
u_pstipple.c 116 templat.height0 = 32;
  /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 235 template.height0 = reply->height;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 117 vec[1] = 1.0 / tex->tex.height0;
126 vec[1] = tex->b.b.height0 / (tex->tex.height0 + 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/tests/trivial/
compute.c 184 .height0 = h,
240 util_format_get_nblocksy(tex->format, tex->height0));
251 .height = tex->height0,
    [all...]
  /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 235 template.height0 = reply->height;
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 117 vec[1] = 1.0 / tex->tex.height0;
126 vec[1] = tex->b.b.height0 / (tex->tex.height0 + 0.001f);
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 184 .height0 = h,
240 util_format_get_nblocksy(tex->format, tex->height0));
251 .height = tex->height0,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_surface.c 297 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_scene.c 230 ref->resource[i]->height0,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_crtc.c 232 templat.height0 = 64;
xorg_dri2.c 130 template.height0 = pDraw->height;
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 297 ps->height = u_minify(pt->height0, surf_tmpl->u.tex.level);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c 230 ref->resource[i]->height0,

Completed in 1579 milliseconds

1 2 3 4 5 6 7 891011>>