Lines Matching defs:tex
456 unsigned depth = dst->u.tex.last_layer - dst->u.tex.first_layer + 1;
458 dst->u.tex.level, dstx, dsty,
459 dst->u.tex.first_layer, width, height, depth);
616 struct pipe_resource *tex,
622 util_format_description(tex->format);
624 if (level > tex->last_level)
627 if (util_format_is_depth_or_stencil(tex->format)) {
635 util_format_unpack_z_float(tex->format, &depth, data, 1);
640 util_format_unpack_s_8uint(tex->format, &stencil, data, 1);
643 zstencil = util_pack64_z_stencil(tex->format, depth, stencil);
645 util_clear_depth_stencil_texture(pipe, tex, tex->format, clear, zstencil,
650 util_format_unpack_rgba(tex->format, color.ui, data, 1);
652 util_clear_color_texture(pipe, tex, tex->format, &color, level,
683 max_layer = dst->u.tex.last_layer - dst->u.tex.first_layer;
685 clear_flags, zstencil, dst->u.tex.level,
686 dstx, dsty, dst->u.tex.first_layer,