Searched refs:csc_matrix (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 813 pipe_buffer_map(s->pipe, s->csc_matrix, in vl_compositor_set_csc_matrix() 1018 pipe_set_constant_buffer(c->pipe, PIPE_SHADER_FRAGMENT, 0, s->csc_matrix); in vl_compositor_render() 1053 vl_csc_matrix csc_matrix; in vl_compositor_init_state() local 1069 s->csc_matrix = pipe_buffer_create in vl_compositor_init_state() 1074 sizeof(csc_matrix) in vl_compositor_init_state() 1079 vl_csc_get_matrix(VL_CSC_COLOR_STANDARD_IDENTITY, NULL, true, &csc_matrix); in vl_compositor_init_state() 1080 vl_compositor_set_csc_matrix(s, (const vl_csc_matrix *)&csc_matrix); in vl_compositor_init_state() 1091 pipe_resource_reference(&s->csc_matrix, NULL); in vl_compositor_cleanup_state()
|
D | vl_compositor.h | 81 struct pipe_resource *csc_matrix; member
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 418 VdpCSCMatrix const *csc_matrix) in vlVdpOutputSurfacePutBitsYCbCr() argument 488 if (!csc_matrix) { in vlVdpOutputSurfacePutBitsYCbCr() 493 vl_compositor_set_csc_matrix(cstate, csc_matrix); in vlVdpOutputSurfacePutBitsYCbCr()
|
D | mixer.c | 764 VdpCSCMatrix *csc_matrix) in vlVdpGenerateCSCMatrix() argument 769 if (!(csc_matrix && procamp)) in vlVdpGenerateCSCMatrix() 785 vl_csc_get_matrix(vl_std, &camp, true, csc_matrix); in vlVdpGenerateCSCMatrix()
|
/external/eigen/bench/ |
D | BenchSparseUtil.h | 72 typedef gmm::csc_matrix<Scalar> GmmSparse;
|