HomeSort by relevance Sort by last modified time
    Searched defs:height0 (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 75 * 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/drivers/dri/radeon/
radeon_mipmap_tree.h 75 GLuint height0; /** Height of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
  /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/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 215 GLuint width0, height0, depth0; /**< Level zero image dimensions */ member in struct:intel_mipmap_tree
378 GLuint height0,
  /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/include/pipe/
p_state.h 408 unsigned height0; member in struct:pipe_resource
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 339 * Most of the time, these are equal to pipe_texture::width0, height0,
343 unsigned width0, height0, depth0; member in struct:r300_texture_desc

Completed in 202 milliseconds