Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c1001 vl_csc_matrix csc_matrix; in set_rgb_to_yuv_layer() local
1011 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_BT_709_REV, NULL, false, &csc_matrix); in set_rgb_to_yuv_layer()
1012 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix, 1.0f, 0.0f); in set_rgb_to_yuv_layer()
1097 float *ptr = pipe_buffer_map(s->pipe, s->csc_matrix, in vl_compositor_set_csc_matrix()
1388 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->csc_matrix); in vl_compositor_render()
1424 vl_csc_matrix csc_matrix; in vl_compositor_init_state() local
1440 s->csc_matrix = pipe_buffer_create in vl_compositor_init_state()
1445 sizeof(csc_matrix) + 2*sizeof(float) in vl_compositor_init_state()
1448 if (!s->csc_matrix) in vl_compositor_init_state()
1453 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state()
[all …]
Dvl_compositor.h91 struct pipe_resource *csc_matrix; member
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c434 VdpCSCMatrix const *csc_matrix) in vlVdpOutputSurfacePutBitsYCbCr() argument
503 if (!csc_matrix) { in vlVdpOutputSurfacePutBitsYCbCr()
509 if (!vl_compositor_set_csc_matrix(cstate, csc_matrix, 1.0f, 0.0f)) in vlVdpOutputSurfacePutBitsYCbCr()
Dmixer.c1004 VdpCSCMatrix *csc_matrix) in vlVdpGenerateCSCMatrix() argument
1009 if (!csc_matrix) in vlVdpGenerateCSCMatrix()
1028 vl_csc_get_matrix(vl_std, procamp ? &camp : NULL, true, csc_matrix); in vlVdpGenerateCSCMatrix()
/external/eigen/bench/
DBenchSparseUtil.h72 typedef gmm::csc_matrix<Scalar> GmmSparse;