/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_debug_describe.c | 50 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/ |
u_debug_describe.c | 50 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/gallium/drivers/galahad/ |
glhd_screen.c | 149 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/mesa/state_tracker/ |
st_texture.c | 50 * 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, dstLevel) [all...] |
/external/mesa3d/src/gallium/drivers/galahad/ |
glhd_screen.c | 149 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/mesa/state_tracker/ |
st_texture.c | 50 * 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, dstLevel) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_renderer.c | 167 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/ |
xorg_renderer.c | 167 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/radeonsi/ |
r600_blit.c | 260 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/ |
r600_blit.c | 260 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/ |
output.c | 78 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...] |
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 78 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...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_blit.c | 378 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 = new_height [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/ |
resource.cpp | 126 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_tex_layout.c | 50 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/r600/ |
r600_blit.c | 378 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 = new_height [all...] |
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
resource.cpp | 126 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/mesa/drivers/dri/i965/ |
brw_tex_layout.c | 50 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/state_trackers/xa/ |
xa_renderer.c | 214 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...] |
xa_tracker.c | 310 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/state_trackers/xa/ |
xa_renderer.c | 214 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...] |
xa_tracker.c | 310 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/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_texture.c | 60 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/ |
sp_texture.c | 60 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/gallium/drivers/r300/ |
r300_texture_desc.c | 103 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 = base->height0 [all...] |