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

  /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/llvmpipe/
lp_state_sampler.c 263 unsigned width0 = tex->width0; local
311 width0 = view->u.buf.size / view_blocksize;
313 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
333 width0, tex->height0, num_layers,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_sampler.c 190 unsigned width0 = tex->width0; local
243 width0 = view->u.buf.size / view_blocksize;
245 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
265 width0, tex->height0, num_layers,
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_image.h 146 unsigned width0; member in struct:ilo_image
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 827 unsigned width0; member in struct:texture_orig_info
864 dst_width = u_minify(dst->width0, dst_level);
866 src_width0 = src->width0;
978 unsigned dst_width = u_minify(info->dst.resource->width0, info->dst.level);
1007 dst_width == info->src.resource->width0 &&
    [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 495 unsigned width0; member in struct:pipe_resource
580 * 'buffer->width0 - buffer_offset', so buffer_size refers to the size

Completed in 312 milliseconds