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

1234567891011>>

/external/chromium_org/third_party/mesa/src/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);
/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);
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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,
/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,
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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...]

Completed in 519 milliseconds

1234567891011>>