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

  /external/mesa3d/src/mesa/state_tracker/
st_texture.h 78 GLuint width0, height0, depth0; member in struct:st_texture_object
152 GLuint width0,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 74 GLuint width0; /** Width 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 259 unsigned width0; member in struct:texture_orig_info
278 orig->width0 = tex->width0;
290 new_width = util_format_get_nblocksx(tex->format, orig->width0);
293 tex->width0 = new_width;
310 tex->width0 = orig->width0;
390 sbox.width = texture->resource.b.b.width0;
  /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
221 * If num_samples > 0, then singlesample_width0 is the value that width0
377 GLuint width0,
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 378 info->src.res->width0, info->src.res->height0,
388 unsigned dst_width = u_minify(info->dst.res->width0, info->dst.level);
394 dst_width == info->src.res->width0 &&
434 templ.width0 = info->src.res->width0;
562 unsigned width0; member in struct:texture_orig_info
580 orig->width0 = tex->width0;
592 new_width = util_format_get_nblocksx(tex->format, orig->width0);
595 tex->width0 = new_width
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 407 unsigned width0; 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 345 milliseconds