HomeSort by: relevance | last modified time | path
    Searched defs:width0 (Results 1 - 25 of 31) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/freedreno/fdl/
fd_layout_test.h 34 uint32_t width0, height0, depth0; member in struct:testcase::__anon921
freedreno_layout.h 126 uint32_t width0, height0, depth0; member in struct:fdl_layout
209 unsigned w = u_minify(layout->width0, level);
236 uint32_t nr_samples, uint32_t width0, uint32_t height0,
241 uint32_t nr_samples, uint32_t width0, uint32_t height0,
248 uint32_t nblocksx = util_format_get_nblocksx(layout->format, layout->width0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
fd3_resource.c 34 uint32_t width0 = prsc->width0; local
37 width0 = util_next_power_of_two(width0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
fd6_resource.c 203 unsigned width0 = rsc->b.b.width0; local
209 width0 *= 2;
215 unsigned lrz_pitch = align(DIV_ROUND_UP(width0, 8), 32);
238 prsc->width0, prsc->height0, prsc->depth0, prsc->last_level + 1,
260 prsc->width0, prsc->height0, prsc->depth0,
  /xsrc/external/mit/MesaLib/dist/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);
  /xsrc/external/mit/MesaLib.old/dist/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);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
sp_state_sampler.c 205 unsigned width0 = tex->width0; local
258 width0 = view->u.buf.size / view_blocksize;
260 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
277 width0, tex->height0, num_layers,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 257 unsigned width0 = tex->width0; local
305 width0 = view->u.buf.size / view_blocksize;
307 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
327 width0, tex->height0, num_layers,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
sp_state_sampler.c 191 unsigned width0 = tex->width0; local
244 width0 = view->u.buf.size / view_blocksize;
246 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
266 width0, tex->height0, num_layers,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_state_sampler.c 297 unsigned width0 = tex->width0; local
349 width0 = view->u.buf.size / view_blocksize;
351 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
365 width0, tex->height0, num_layers,
472 unsigned width = img->width0;
519 assert(view->u.buf.offset + view->u.buf.size <= res->width0);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_draw_feedback.c 182 vbuffer->buffer.resource->width0);
259 unsigned size = buf->width0 - offset;
289 unsigned size = buf->width0 - binding->Offset;
327 unsigned width0 = res->width0; local
352 u_minify(res->width0, j),
372 width0 = view->u.buf.size / util_format_get_blocksize(view->format);
387 draw_set_mapped_texture(draw, PIPE_SHADER_VERTEX, i, width0,
411 width = u_minify(res->width0, img->u.tex.level);
  /xsrc/external/mit/mesa-demos/dist/src/demos/
readpix.c 111 const GLsizei width0 = width / 2; local
112 const GLsizei width1 = width - width0;
119 glReadPixels(x, y, width0, height0, format, type, pixels);
122 glPixelStorei(GL_PACK_SKIP_PIXELS, width0);
123 glReadPixels(x + width0, y, width1, height0, format, type, pixels);
128 glReadPixels(x, y + height0, width0, height1, format, type, pixels);
131 glPixelStorei(GL_PACK_SKIP_PIXELS, width0);
133 glReadPixels(x + width0, y + height0, width1, height1, format, type, pixels);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_image.c 223 uint32_t width = u_minify(layout->width0, range->baseMipLevel);
636 uint32_t width0 = pCreateInfo->extent.width; local
644 width0 = (width0 + 1) >> 1;
675 width0, height0,
705 unsigned width = layout->width0;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
agx_pipe.c 200 unsigned width = u_minify(templ->width0, l);
226 unsigned width0 = templ->width0, height0 = templ->height0; local
229 width0 = ALIGN_POT(width0, 64);
236 width0,
342 u_minify(resource->width0, level), bytes_per_pixel * 8,
390 u_minify(transfer->resource->width0, transfer->level),
688 rsrc->base.width0, 32, rsrc->dt_stride / 4,
689 0, 0, rsrc->base.width0, rsrc->base.height0)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_blit.c 873 unsigned width0; member in struct:texture_orig_info
942 dst_width = u_minify(dst->width0, dst_level);
944 dst_width0 = dst->width0;
946 src_width0 = src->width0;
1103 unsigned dst_width = u_minify(info->dst.resource->width0, info->dst.level);
1130 dst_width == info->src.resource->width0 && dst_height == info->src.resource->height0 &&
1183 templ.width0 = info->src.resource->width0;
1240 info->src.box.width == info->dst.resource->width0 &&
1379 u_box_3d(0, 0, 0, u_minify(ptex->width0, level)
    [all...]
si_texture.c 446 u_box_3d(0, 0, 0, u_minify(templ.width0, i), u_minify(templ.height0, i),
534 res->width0, res->height0, res->depth0, desc, NULL);
760 u_box_1d(0, newb->width0, &box);
811 tex->buffer.b.b.width0, tex->buffer.b.b.height0,
849 u_minify(tex->buffer.b.b.width0, i), u_minify(tex->buffer.b.b.height0, i),
863 u_minify(tex->buffer.b.b.width0, i), u_minify(tex->buffer.b.b.height0, i),
1121 base->width0, base->height0, util_num_layers(base, 0), base->last_level + 1,
1198 if (templ->width0 <= 16 || templ->height0 <= 16 || (sscreen->debug_flags & DBG(NO_2D_TILING)))
1260 plane_templ[i].width0 = util_format_get_plane_width(templ->format, i, templ->width0);
2035 unsigned width0 = tex->width0; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_blit.c 888 unsigned width0; member in struct:texture_orig_info
937 dst_width = u_minify(dst->width0, dst_level);
939 dst_width0 = dst->width0;
941 src_width0 = src->width0;
1090 unsigned dst_width = u_minify(info->dst.resource->width0, info->dst.level);
1118 dst_width == info->src.resource->width0 &&
1176 templ.width0 = info->src.resource->width0;
si_texture.c 531 u_minify(templ.width0, i), u_minify(templ.height0, i),
687 res->width0, res->height0, res->depth0,
909 u_box_1d(0, newb->width0, &box);
1057 tex->buffer.b.b.width0, tex->buffer.b.b.height0,
1169 u_minify(tex->buffer.b.b.width0, i),
1187 u_minify(tex->buffer.b.b.width0, i),
1446 u_box_1d(0, buf->b.b.width0, &box);
1468 base->width0, base->height0, util_num_layers(base, 0), base->last_level+1,
1540 (templ->width0 > 8 && templ->height0 <= 2))
1550 if (templ->width0 <= 16 || templ->height0 <= 16 |
2218 unsigned width0 = tex->width0; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
r600_texture.c 394 u_minify(templ.width0, i), u_minify(templ.height0, i),
542 u_box_1d(0, newb->width0, &box);
685 unsigned pitch_elements = align(rtex->resource.b.b.width0, macro_tile_width);
765 (rtex->resource.b.b.width0 > 7680 ||
831 rtex->resource.b.b.width0, rtex->resource.b.b.height0,
870 u_minify(rtex->resource.b.b.width0, i),
888 u_minify(rtex->resource.b.b.width0, i),
1011 base->width0, base->height0, util_num_layers(base, 0), base->last_level+1,
1080 if (templ->width0 <= 16 || templ->height0 <= 16 ||
1199 resource.width0 = texture->width0
1553 unsigned width0 = tex->width0; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
r600_texture.c 395 u_minify(templ.width0, i), u_minify(templ.height0, i),
546 u_box_1d(0, newb->width0, &box);
690 unsigned pitch_elements = align(rtex->resource.b.b.width0, macro_tile_width);
770 (rtex->resource.b.b.width0 > 7680 ||
836 rtex->resource.b.b.width0, rtex->resource.b.b.height0,
875 u_minify(rtex->resource.b.b.width0, i),
893 u_minify(rtex->resource.b.b.width0, i),
1018 base->width0, base->height0, util_num_layers(base, 0), base->last_level+1,
1087 if (templ->width0 <= 16 || templ->height0 <= 16 ||
1210 resource.width0 = texture->width0
1573 unsigned width0 = tex->width0; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/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
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_state.h 551 unsigned width0; /**< Used by both buffers and textures. */ member in struct:pipe_resource
663 * 'buffer->width0 - buffer_offset', so buffer_size refers to the size
  /xsrc/external/mit/MesaLib.old/dist/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
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_state.h 536 unsigned width0; /**< Used by both buffers and textures. */ member in struct:pipe_resource
639 * 'buffer->width0 - buffer_offset', so buffer_size refers to the size
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 2243 LLVMValueRef width0 = lp_build_extract_broadcast(gallivm, local
2252 /* texture->width0 * scaling */
2253 width0 = lp_build_mul(coord_bld, width0, scaling);
2257 /* tex_u = -0.5f * s[j] * texture->width0 * scaling */
2258 LLVMValueRef tex_u = lp_build_mul(coord_bld, coords[0], width0);

Completed in 60 milliseconds

1 2