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

  /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/ilo/core/
ilo_image.h 147 unsigned height0; member in struct:ilo_image
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 828 unsigned height0; member in struct:texture_orig_info
865 dst_height = u_minify(dst->height0, dst_level);
867 src_height0 = src->height0;
979 unsigned dst_height = u_minify(info->dst.resource->height0, info->dst.level);
1008 dst_height == info->src.resource->height0 &&
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 330 * Most of the time, these are equal to pipe_texture::width0, height0,
334 unsigned width0, height0, depth0; member in struct:r300_texture_desc
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 496 unsigned height0; member in struct:pipe_resource

Completed in 304 milliseconds