Lines Matching full:matrix
54 * The DCT matrix stored as hex representation of floats. Equal to the following equation:
684 struct pipe_resource tex_templ, *matrix;
712 matrix = pipe->screen->resource_create(pipe->screen, &tex_templ);
713 if (!matrix)
718 pipe, matrix,
740 u_sampler_view_default_template(&sv_templ, matrix, matrix->format);
741 sv = pipe->create_sampler_view(pipe, matrix, &sv_templ);
742 pipe_resource_reference(&matrix, NULL);
752 pipe_resource_reference(&matrix, NULL);
761 struct pipe_sampler_view *matrix,
765 assert(matrix && transpose);
772 pipe_sampler_view_reference(&idct->matrix, matrix);
792 pipe_sampler_view_reference(&idct->matrix, NULL);
806 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, idct->matrix);
828 pipe_sampler_view_reference(&buffer->sampler_views.individual.matrix, NULL);