Searched refs:width0 (Results 1 - 25 of 172) sorted by relevance

1234567

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_describe.c44 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);
H A Du_draw.c70 buffer_size = buffer->buffer->width0;
H A Du_inlines.h196 ps->width = u_minify(pt->width0, level);
246 buffer.width0 = size;
264 assert(offset < buffer->width0);
265 assert(offset + length <= buffer->width0);
296 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, usage, transfer);
344 if (offset == 0 && size == buf->width0) {
470 cb.buffer_size = buf->width0;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_layout.c146 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));
H A Di915_tex_layout.c117 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/drivers/dri/i965/
H A Dintel_tex_layout.c146 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/
H A Dintel_tex_layout.c146 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/gallium/drivers/i915/
H A Di915_resource_texture.c213 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
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h74 GLuint width0; /** Width of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h74 GLuint width0; /** Width of baseLevel image */ member in struct:_radeon_mipmap_tree
105 GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c50 * 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, dstLeve
55 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint bind ) argument
[all...]
H A Dst_texture.h78 GLuint width0, height0, depth0; member in struct:st_texture_object
152 GLuint width0,
/external/mesa3d/src/gallium/drivers/galahad/
H A Dglhd_screen.c148 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_tw
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dresource.cpp107 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/xorg/
H A Dxorg_renderer.c163 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/drivers/svga/
H A Dsvga_resource_buffer.c178 (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/r300/
H A Dr300_texture_desc.c101 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/r600/
H A Dr600_blit.c378 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
[all...]
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_blit.c259 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/gallium/state_trackers/vdpau/
H A Doutput.c77 res_tmpl.width0 = width;
174 *width = vlsurface->sampler_view->texture->width0;
322 res_tmpl.width0 = abs(destination_rect->x0-destination_rect->x1);
325 res_tmpl.width0 = vlsurface->surface->texture->width0;
341 box.width = res->width0;
361 res_tmpl.width0 = 1 << util_format_get_component_bits(
374 box.width = res->width0;
379 util_format_get_stride(colortbl_format, res->width0), 0);
458 vtmpl.width = vlsurface->surface->texture->width0;
[all...]
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c59 unsigned width = pt->width0;
106 spr->base.width0,
132 spr->pot = (util_is_power_of_two(templat->width0) &&
190 spr->pot = (util_is_power_of_two(templat->width0) &&
273 ps->width = u_minify(pt->width0, level);
325 assert(box->x + box->width <= u_minify(resource->width0, level));
475 spr->base.width0 = bytes;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_renderer.c210 s0 = pt0[0] / src->width0;
211 s1 = pt1[0] / src->width0;
212 s2 = pt2[0] / src->width0;
213 s3 = pt3[0] / src->width0;
262 src_s0 = spt0[0] / src->width0;
264 src_s1 = spt1[0] / src->width0;
267 mask_s0 = mpt0[0] / mask->width0;
269 mask_s1 = mpt1[0] / mask->width0;
306 s0 = spt0[0] / tex->width0;
308 s1 = spt1[0] / tex->width0;
[all...]
H A Dxa_tracker.c309 template->width0 = width;
362 if (width == template->width0 && height == template->height0 &&
387 save_width = template->width0;
391 template->width0 = width;
397 template->width0 = save_width;
406 u_box_origin_2d(xa_min(save_width, template->width0),
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c48 if (in->width0 != ppq->p->framebuffer.width ||
52 pp_init_fbos(ppq, in->width0, in->height0);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c75 if (xsp_screen->tex->width0 == width && xsp_screen->tex->height0 == height)
86 templat.width0 = width;

Completed in 478 milliseconds

1234567