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

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 599 buffer->fb_state_mismatch.height = tex->height0;
610 buffer->viewport_mismatch.scale[1] = tex->height0;
639 buffer->fb_state.height = tex->height0;
655 buffer->viewport.scale[1] = tex->height0;
705 tex_templ.height0 = 8;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
mask.c 289 if (!intersect_rectangles(dst->width0, dst->height0,
290 texture->width0, texture->height0,
353 pt.height0 = height;
renderer.c 611 renderer->u.copy.tex_height = src->texture->height0;
684 renderer->u.drawtex.tex_height = src->texture->height0;
904 renderer->u.filter.tex_height = tex->height0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_manager.c 540 tex->width0, tex->height0, 1, 0,
544 height = tex->height0;
565 stObj->height0 = height;
  /external/mesa3d/src/gallium/state_trackers/vega/
mask.c 289 if (!intersect_rectangles(dst->width0, dst->height0,
290 texture->width0, texture->height0,
353 pt.height0 = height;
renderer.c 611 renderer->u.copy.tex_height = src->texture->height0;
684 renderer->u.drawtex.tex_height = src->texture->height0;
904 renderer->u.filter.tex_height = tex->height0;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_manager.c 540 tex->width0, tex->height0, 1, 0,
544 height = tex->height0;
565 stObj->height0 = height;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_inlines.h 197 ps->height = u_minify(pt->height0, level);
247 buffer.height0 = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_tex.c 68 tic[5] = (1 << 16) | res->height0;
188 tic[5] = (mt->base.base.height0 << mt->ms_y) & 0xffff;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 431 rtempl.height0 = 1;
451 vb.height0 = 1;
r300_transfer.c 123 base.height0 = box->height;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.c 159 srf->tex->width0, srf->tex->height0);
252 (float) ctx->src->tex->height0);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 197 ps->height = u_minify(pt->height0, level);
247 buffer.height0 = 1;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_tex.c 68 tic[5] = (1 << 16) | res->height0;
188 tic[5] = (mt->base.base.height0 << mt->ms_y) & 0xffff;
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 431 rtempl.height0 = 1;
451 vb.height0 = 1;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 159 srf->tex->width0, srf->tex->height0);
252 (float) ctx->src->tex->height0);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_sampler.c 303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 303 tex->width0, tex->height0, tex->depth0,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/
noop_state.c 118 surface->height = texture->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600_texture.c 81 surface->npix_y = ptex->height0;
334 resource.height0 = box->height;
639 resource.height0 = texture->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_tile_cache.c 274 height = u_minify(tc->texture->height0, addr.bits.level);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 394 sbuf->b.b.height0 = 1;
svga_state_constants.c 288 data[1] = 1.0f / (float) tex->height0;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 114 box.height = u_minify(resource->height0, level);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c 249 draw->textures[ST_ATTACHMENT_BACK_LEFT]->height0);

Completed in 1522 milliseconds

1 2 3 4 56 7 8 91011>>