Searched refs:height0 (Results 1 - 25 of 151) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_describe.c50 util_sprintf(buf, "pipe_texture2d<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
53 util_sprintf(buf, "pipe_texture_rect<%u,%u,%s>", ptr->width0, ptr->height0, util_format_short_name(ptr->format));
56 util_sprintf(buf, "pipe_texture_cube<%u,%u,%s,%u>", ptr->width0, ptr->height0, util_format_short_name(ptr->format), ptr->last_level);
59 util_sprintf(buf, "pipe_texture3d<%u,%u,%u,%s,%u>", ptr->width0, ptr->height0, ptr->depth0, util_format_short_name(ptr->format), ptr->last_level);
H A Du_draw.c68 assert(buffer->buffer->height0 == 1);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h75 GLuint height0; /** Height of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h75 GLuint height0; /** Height of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c50 * width0, height0, depth0 are the dimensions of the level 0 image
60 GLuint height0,
70 assert(height0 > 0);
87 pt.height0 = height0;
196 ptHeight != u_minify(pt->height0, image->Level) ||
318 u_minify(dst->height0, level));
326 u_minify(dst->height0, level)); /* width, height */
346 region.y = src->height0 / 2;
375 GLuint height = u_minify(dst->height0, dstLeve
55 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint bind ) argument
[all...]
H A Dst_texture.h75 * Note that the number of 1D array layers will be in height0 and the
78 GLuint width0, height0, depth0; member in struct:st_texture_object
153 GLuint height0,
H A Dst_gen_mipmap.c181 oldTex->height0,
230 dstHeight = u_minify(pt->height0, dstLevel);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_tex_layout.c50 h0 = ALIGN(mt->height0, mt->align_h);
51 h1 = ALIGN(minify(mt->height0), mt->align_h);
88 GLuint height = mt->height0;
101 pack_y_pitch = ALIGN(mt->height0, mt->align_h);
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.c149 glhd_check("%u", templat->height0, >= 1);
155 glhd_check("%u", templat->height0, == 1);
162 glhd_check("%u", templat->height0, == 1);
169 glhd_check("%u", templat->height0, <= (1 << (max_texture_2d_levels - 1)));
176 glhd_check("%u", templat->height0, == templat->width0);
183 glhd_check("%u", templat->height0, <= (1 << (max_texture_2d_levels - 1)));
190 glhd_check("%u", templat->height0, <= (1 << (max_texture_3d_levels - 1)));
197 glhd_check("%u", templat->height0, == 1);
204 glhd_check("%u", templat->height0, <= (1 << (max_texture_2d_levels - 1)));
213 if(!util_is_power_of_two(templat->width0) || !util_is_power_of_two(templat->height0))
[all...]
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.c167 t0 = pt0[1] / src->height0;
168 t1 = pt1[1] / src->height0;
169 t2 = pt2[1] / src->height0;
170 t3 = pt3[1] / src->height0;
257 src_t0 = spt0[1] / src->height0;
258 src_t1 = spt1[1] / src->height0;
259 src_t2 = spt2[1] / src->height0;
260 src_t3 = spt3[1] / src->height0;
266 mask_t0 = mpt0[1] / mask->height0;
267 mask_t1 = mpt1[1] / mask->height0;
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c103 texdim = u_minify(tex->tex.height0, level);
161 height = u_minify(tex->tex.height0, level);
268 i, u_minify(tex->tex.width0, i), u_minify(tex->tex.height0, i),
284 !util_is_power_of_two(tex->b.b.height0) ||
373 height = u_minify(tex->b.b.height0, i);
434 if (!is_zb && (tex->b.b.height0 == 1 || dbg_no_tiling)) {
472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
484 tex->b.b.height0 = base->height0;
490 tex->tex.height0
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c60 unsigned height = pt->height0;
107 spr->base.height0,
133 util_is_power_of_two(templat->height0) &&
191 util_is_power_of_two(templat->height0) &&
233 const unsigned hgt = u_minify(spr->base.height0, level);
274 ps->height = u_minify(pt->height0, level);
330 assert(box->y + box->height <= u_minify(resource->height0, level));
367 const unsigned hgt = u_minify(spr->base.height0, level);
476 spr->base.height0 = 1;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_tex_layout.c119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
160 GLuint height = mt->height0;
203 GLuint height = mt->height0;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
406 GLuint height = mt->height0;
415 pack_y_pitch = MAX2(mt->height0, 2);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c260 unsigned height0; member in struct:texture_orig_info
279 orig->height0 = tex->height0;
291 new_height = util_format_get_nblocksy(tex->format, orig->height0);
294 tex->height0 = new_height;
311 tex->height0 = orig->height0;
391 sbox.height = texture->resource.b.b.height0;
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c78 res_tmpl.height0 = height;
175 *height = vlsurface->sampler_view->texture->height0;
323 res_tmpl.height0 = abs(destination_rect->y0-destination_rect->y1);
326 res_tmpl.height0 = vlsurface->surface->texture->height0;
342 box.height = res->height0;
347 source_pitch[0] * res->height0);
363 res_tmpl.height0 = 1;
375 box.height = res->height0;
459 vtmpl.height = vlsurface->surface->texture->height0;
[all...]
H A Dbitmap.c75 res_tmpl.height0 = height;
153 *height = res->height0;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_blit.c378 info->src.res->width0, info->src.res->height0,
389 unsigned dst_height = u_minify(info->dst.res->height0, info->dst.level);
395 dst_height == info->src.res->height0 &&
435 templ.height0 = info->src.res->height0;
563 unsigned height0; member in struct:texture_orig_info
581 orig->height0 = tex->height0;
593 new_height = util_format_get_nblocksy(tex->format, orig->height0);
596 tex->height0
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp126 info.height0 = img->height();
130 info.height0 = 1;
146 box rect { { 0, 0, 0 }, { info.width0, info.height0, info.depth0 } };
151 cpp * info.width0 * info.height0);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c214 t0 = pt0[1] / src->height0;
215 t1 = pt1[1] / src->height0;
216 t2 = pt2[1] / src->height0;
217 t3 = pt3[1] / src->height0;
263 src_t0 = spt0[1] / src->height0;
265 src_t1 = spt1[1] / src->height0;
268 mask_t0 = mpt0[1] / mask->height0;
270 mask_t1 = mpt1[1] / mask->height0;
307 t0 = spt0[1] / tex->height0;
309 t1 = spt1[1] / tex->height0;
[all...]
H A Dxa_tracker.c310 template->height0 = height;
362 if (width == template->width0 && height == template->height0 &&
388 save_height = template->height0;
392 template->height0 = height;
398 template->height0 = save_height;
407 xa_min(save_height, template->height0), &src_box);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c215 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8);
218 } else if (pt->width0 == 64 && pt->height0 == 64) {
220 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8);
227 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
253 tex->total_nblocksy = align_nblocksy(pt->format, pt->height0, 8);
258 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
302 assert(pt->width0 == pt->height0); /* cubemap images are square */
337 unsigned height = pt->height0;
366 unsigned height = pt->height0;
368 unsigned nblocksy = util_format_get_nblocksy(pt->format, pt->height0);
[all...]
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c49 in->height0 != ppq->p->framebuffer.height) {
52 pp_init_fbos(ppq, in->width0, in->height0);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c75 if (xsp_screen->tex->width0 == width && xsp_screen->tex->height0 == height)
87 templat.height0 = height;
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_wayland_drm_bufmgr_helper.c44 templ.height0 = buffer->buffer.height;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.c124 pt->height0,
139 pt->height0,
196 u_minify(tex->b.b.height0, i),

Completed in 371 milliseconds

1234567