HomeSort by relevance Sort by last modified time
    Searched refs:width0 (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_describe.c 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level);
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 44 util_sprintf(buf, "pipe_buffer<%u>", (unsigned)util_format_get_stride(ptr->format, ptr->width0));
47 util_sprintf(buf, "pipe_texture1d<%u,%s,%u>", ptr->width0, util_format_short_name(ptr->format), ptr->last_level);
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/mesa/drivers/dri/intel/
intel_tex_layout.c 146 GLuint width = mt->width0;
150 mt->total_width = mt->width0;
153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
169 + minify(minify(mt->width0));
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_layout.c 146 GLuint width = mt->width0;
150 mt->total_width = mt->width0;
153 mt->total_width = ALIGN(mt->width0, mt->align_w);
165 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
166 + ALIGN(minify(minify(mt->width0)), mt->align_w);
168 mip1_width = ALIGN(minify(mt->width0), mt->align_w)
169 + minify(minify(mt->width0));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c 213 if (pt->width0 >= 240) {
214 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
218 } else if (pt->width0 == 64 && pt->height0 == 64) {
219 tex->stride = get_pot_stride(pt->format, pt->width0);
227 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
246 if (pt->width0 < 240)
252 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
258 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
298 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0);
302 assert(pt->width0 == pt->height0); /* cubemap images are square *
    [all...]
  /external/chromium_org/third_party/mesa/src/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/i915/
i915_resource_texture.c 213 if (pt->width0 >= 240) {
214 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
218 } else if (pt->width0 == 64 && pt->height0 == 64) {
219 tex->stride = get_pot_stride(pt->format, pt->width0);
227 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
246 if (pt->width0 < 240)
252 tex->stride = align(util_format_get_stride(pt->format, pt->width0), 64);
258 pt->width0, pt->height0, util_format_get_blocksize(pt->format),
298 const unsigned nblocks = util_format_get_nblocksx(pt->format, pt->width0);
302 assert(pt->width0 == pt->height0); /* cubemap images are square *
    [all...]
  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_tex_layout.c 117 const GLuint dim = mt->width0;
119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
159 GLuint width = mt->width0;
166 mt->total_width = mt->width0;
202 GLuint width = mt->width0;
207 mt->total_width = mt->width0;
315 const GLuint dim = mt->width0;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
405 GLuint width = mt->width0;
412 mt->total_width = mt->width0;
    [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
59 GLuint width0,
69 assert(width0 > 0);
86 pt.width0 = width0;
195 if (ptWidth != u_minify(pt->width0, image->Level) ||
317 u_minify(dst->width0, level),
325 u_minify(dst->width0, level),
345 region.x = src->width0 / 2;
374 GLuint width = u_minify(dst->width0, dstLevel)
    [all...]
st_texture.h 78 GLuint width0, height0, depth0; member in struct:st_texture_object
152 GLuint width0,
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_tex_layout.c 117 const GLuint dim = mt->width0;
119 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
159 GLuint width = mt->width0;
166 mt->total_width = mt->width0;
202 GLuint width = mt->width0;
207 mt->total_width = mt->width0;
315 const GLuint dim = mt->width0;
317 GLuint lvlWidth = mt->width0, lvlHeight = mt->height0;
405 GLuint width = mt->width0;
412 mt->total_width = mt->width0;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 50 * width0, height0, depth0 are the dimensions of the level 0 image
59 GLuint width0,
69 assert(width0 > 0);
86 pt.width0 = width0;
195 if (ptWidth != u_minify(pt->width0, image->Level) ||
317 u_minify(dst->width0, level),
325 u_minify(dst->width0, level),
345 region.x = src->width0 / 2;
374 GLuint width = u_minify(dst->width0, dstLevel)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_screen.c 148 glhd_check("%u", templat->width0, >= 1);
161 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
168 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
175 glhd_check("%u", templat->width0, <= (1 << (max_texture_cube_levels - 1)));
176 glhd_check("%u", templat->height0, == templat->width0);
182 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
189 glhd_check("%u", templat->width0, <= (1 << (max_texture_3d_levels - 1)));
196 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
203 glhd_check("%u", templat->width0, <= (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/gallium/drivers/galahad/
glhd_screen.c 148 glhd_check("%u", templat->width0, >= 1);
161 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
168 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
175 glhd_check("%u", templat->width0, <= (1 << (max_texture_cube_levels - 1)));
176 glhd_check("%u", templat->height0, == templat->width0);
182 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
189 glhd_check("%u", templat->width0, <= (1 << (max_texture_3d_levels - 1)));
196 glhd_check("%u", templat->width0, <= (1 << (max_texture_2d_levels - 1)));
203 glhd_check("%u", templat->width0, <= (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/gallium/state_trackers/clover/core/
resource.cpp 107 info.u.buf.last_element = pipe->width0 - 1;
125 info.width0 = img->width();
129 info.width0 = obj.size();
146 box rect { { 0, 0, 0 }, { info.width0, info.height0, info.depth0 } };
150 rect, data.data(), cpp * info.width0,
151 cpp * info.width0 * info.height0);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 107 info.u.buf.last_element = pipe->width0 - 1;
125 info.width0 = img->width();
129 info.width0 = obj.size();
146 box rect { { 0, 0, 0 }, { info.width0, info.height0, info.depth0 } };
150 rect, data.data(), cpp * info.width0,
151 cpp * info.width0 * info.height0);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_renderer.c 163 s0 = pt0[0] / src->width0;
164 s1 = pt1[0] / src->width0;
165 s2 = pt2[0] / src->width0;
166 s3 = pt3[0] / src->width0;
253 src_s0 = spt0[0] / src->width0;
254 src_s1 = spt1[0] / src->width0;
255 src_s2 = spt2[0] / src->width0;
256 src_s3 = spt3[0] / src->width0;
262 mask_s0 = mpt0[0] / mask->width0;
263 mask_s1 = mpt1[0] / mask->width0;
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 163 s0 = pt0[0] / src->width0;
164 s1 = pt1[0] / src->width0;
165 s2 = pt2[0] / src->width0;
166 s3 = pt3[0] / src->width0;
253 src_s0 = spt0[0] / src->width0;
254 src_s1 = spt1[0] / src->width0;
255 src_s2 = spt2[0] / src->width0;
256 src_s3 = spt3[0] / src->width0;
262 mask_s0 = mpt0[0] / mask->width0;
263 mask_s1 = mpt1[0] / mask->width0;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.c 178 (sbuf->b.b.width0 + 1023)/1024);
181 sbuf->swbuf = align_malloc(sbuf->b.b.width0, 16);
278 svga_buffer_add_range(sbuf, 0, sbuf->b.b.width0);
359 sbuf->swbuf = align_malloc(template->width0, 64);
393 sbuf->b.b.width0 = bytes;
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 178 (sbuf->b.b.width0 + 1023)/1024);
181 sbuf->swbuf = align_malloc(sbuf->b.b.width0, 16);
278 svga_buffer_add_range(sbuf, 0, sbuf->b.b.width0);
359 sbuf->swbuf = align_malloc(template->width0, 64);
393 sbuf->b.b.width0 = bytes;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_texture_desc.c 101 texdim = u_minify(tex->tex.width0, level);
137 width = u_minify(tex->tex.width0, level);
268 i, u_minify(tex->tex.width0, i), u_minify(tex->tex.height0, i),
277 !util_is_power_of_two(tex->b.b.width0) ||
280 tex->tex.stride_in_bytes_override) != tex->b.b.width0);
472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
483 tex->b.b.width0 = base->width0;
489 tex->tex.width0 = base->width0;
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.c 101 texdim = u_minify(tex->tex.width0, level);
137 width = u_minify(tex->tex.width0, level);
268 i, u_minify(tex->tex.width0, i), u_minify(tex->tex.height0, i),
277 !util_is_power_of_two(tex->b.b.width0) ||
280 tex->tex.stride_in_bytes_override) != tex->b.b.width0);
472 tex->b.b.width0, tex->b.b.height0, tex->b.b.depth0,
483 tex->b.b.width0 = base->width0;
489 tex->tex.width0 = base->width0;
    [all...]
  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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;

Completed in 6912 milliseconds

1 2 3 4 5 6 7 8 91011>>