Searched refs:csc_matrix (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h81 struct pipe_resource *csc_matrix; member in struct:vl_compositor_state
H A Dvl_compositor.c813 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; local
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);
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Dmixer.c764 VdpCSCMatrix *csc_matrix)
769 if (!(csc_matrix && procamp))
785 vl_csc_get_matrix(vl_std, &camp, true, csc_matrix);
762 vlVdpGenerateCSCMatrix(VdpProcamp *procamp, VdpColorStandard standard, VdpCSCMatrix *csc_matrix) argument
H A Doutput.c418 VdpCSCMatrix const *csc_matrix)
488 if (!csc_matrix) {
493 vl_compositor_set_csc_matrix(cstate, csc_matrix);
413 vlVdpOutputSurfacePutBitsYCbCr(VdpOutputSurface surface, VdpYCbCrFormat source_ycbcr_format, void const *const *source_data, uint32_t const *source_pitches, VdpRect const *destination_rect, VdpCSCMatrix const *csc_matrix) argument
/external/eigen/bench/
H A DBenchSparseUtil.h72 typedef gmm::csc_matrix<Scalar> GmmSparse;

Completed in 78 milliseconds