Lines Matching full:texture
52 const struct pipe_resource *texture,
57 surf->format = texture->format;
64 * \param textureOut returns the new texture
99 /* create texture */
116 /* create surface / view into texture */
130 * Release the surface and texture from util_create_rgba_surface().
133 util_destroy_rgba_surface(struct pipe_resource *texture,
137 pipe_resource_reference(&texture, NULL);
242 assert(dst->texture);
243 if (!dst->texture)
247 dst->texture,
260 util_pack_color(color->f, dst->texture->format, &uc);
261 util_fill_rect(dst_map, dst->texture->format,
294 assert(dst->texture);
295 if (!dst->texture)
298 dst->texture,
311 unsigned zstencil = util_pack_z_stencil(dst->texture->format, depth, stencil);
367 uint64_t zstencil = util_pack64_z_stencil(dst->texture->format,