Lines Matching defs:matrix
54 * The DCT matrix stored as hex representation of floats. Equal to the following equation:
689 struct pipe_resource tex_templ, *matrix;
717 matrix = pipe->screen->resource_create(pipe->screen, &tex_templ);
718 if (!matrix)
721 f = pipe->texture_map(pipe, matrix, 0,
738 u_sampler_view_default_template(&sv_templ, matrix, matrix->format);
739 sv = pipe->create_sampler_view(pipe, matrix, &sv_templ);
740 pipe_resource_reference(&matrix, NULL);
747 pipe_resource_reference(&matrix, NULL);
756 struct pipe_sampler_view *matrix,
760 assert(matrix && transpose);
767 pipe_sampler_view_reference(&idct->matrix, matrix);
787 pipe_sampler_view_reference(&idct->matrix, NULL);
801 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix);
823 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL);