HomeSort by relevance Sort by last modified time
    Searched refs:height0 (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_miptree.c 97 rect->h = u_minify(pt->height0, level) << mt->ms_y;
304 h = pt->height0 << mt->ms_y;
310 !util_is_power_of_two(pt->height0) ||
420 ns->height = u_minify(pt->height0, ps->u.tex.level);
nv30_texture.c 269 so->npot_size0 = (pt->width0 << 16) | pt->height0;
281 so->fmt |= util_logbase2(pt->height0) << 24;
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 408 unsigned height0; member in struct:pipe_resource
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 169 adt->height = templ->height0;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.c 171 mt->levels[level].height = minify(mt->height0, i);
190 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits)
205 mt->height0 = height0;
340 fprintf(stderr, "height0 %d vs %d\n", mtBaseLevel->height, firstImage->Height);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_framebuffer.c 70 u_minify(resource->height0, level) == rtt_height) {
st_manager.c 540 tex->width0, tex->height0, 1, 0,
544 height = tex->height0;
565 stObj->height0 = height;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 834 bool stretch = view->texture->width0 != w || view->texture->height0 != h;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_image.c 110 templ.height0 = attrs.Height;
171 nbuf.u.drm.templ.height0 = attrs.Height;
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 216 templat.height0 = SIZE;
328 templat.height0 = HEIGHT;
  /external/mesa3d/src/gallium/tests/trivial/
quad-tex.c 145 tmplt.height0 = HEIGHT;
166 t_tmplt.height0 = 2;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.c 81 GLuint height0,
103 mt->height0 = height0;
145 mt->height0,
193 GLuint height0,
237 height0, depth0,
806 mt->height0,
842 mt->height0,
1036 mt->singlesample_mt->height0);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 570 texTemp.height0 = srcH;
641 t0 /= (float)(u_minify(sampler_view->texture->height0, src_level));
642 t1 /= (float)(u_minify(sampler_view->texture->height0, src_level));
834 assert(tex->height0 != 0);
846 float h = (float) u_minify(tex->height0, level);
u_inlines.h 197 ps->height = u_minify(pt->height0, level);
247 buffer.height0 = 1;
  /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/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/drm_gralloc/
gralloc_drm_pipe.c 135 templ.height0 = handle->height;
255 buf->resource->width0, buf->resource->height0,
  /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;
r300_transfer.c 123 base.height0 = box->height;
  /external/mesa3d/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/drivers/i915/
i915_state_sampler.c 303 const uint width = pt->width0, height = pt->height0, depth = pt->depth0;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 303 tex->width0, tex->height0, tex->depth0,
  /external/mesa3d/src/gallium/drivers/noop/
noop_state.c 118 surface->height = texture->height0;

Completed in 424 milliseconds

1 23 4 5 6