Home | History | Annotate | Download | only in vl

Lines Matching refs:csc_matrix

813       pipe_buffer_map(s->pipe, s->csc_matrix,
1018 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->csc_matrix);
1053 vl_csc_matrix csc_matrix;
1069 s->csc_matrix = pipe_buffer_create
1074 sizeof(csc_matrix)
1079 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix);
1080 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix);
1091 pipe_resource_reference(&s->csc_matrix, NULL);