Searched refs:D3DVECTOR (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_ff.h | 17 nine_d3d_vector4_matrix_mul(D3DVECTOR *, const D3DVECTOR *, const D3DMATRIX *); 19 nine_d3d_vector3_matrix_mul(D3DVECTOR *, const D3DVECTOR *, const D3DMATRIX *);
|
D | nine_ff.c | 1935 … nine_d3d_vector4_matrix_mul((D3DVECTOR *)&dst[36 + l * 8].x, &light->Position, GET_D3DTS(VIEW)); in nine_ff_load_lights() 1936 … nine_d3d_vector3_matrix_mul((D3DVECTOR *)&dst[37 + l * 8].x, &light->Direction, GET_D3DTS(VIEW)); in nine_ff_load_lights() 2227 nine_DP4_vec_col(const D3DVECTOR *v, const D3DMATRIX *M, int c) in nine_DP4_vec_col() 2236 nine_DP3_vec_col(const D3DVECTOR *v, const D3DMATRIX *M, int c) in nine_DP3_vec_col() 2268 nine_d3d_vector4_matrix_mul(D3DVECTOR *d, const D3DVECTOR *v, const D3DMATRIX *M) in nine_d3d_vector4_matrix_mul() 2276 nine_d3d_vector3_matrix_mul(D3DVECTOR *d, const D3DVECTOR *v, const D3DMATRIX *M) in nine_d3d_vector3_matrix_mul()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 1616 } D3DVECTOR, *PD3DVECTOR, *LPD3DVECTOR; typedef 1623 D3DVECTOR Position; 1624 D3DVECTOR Direction;
|
/third_party/boost/libs/qvm/doc/ |
D | qvm.adoc | 5104 …with any user-defined vector type or with 3rd-party vector types (e.g. `D3DVECTOR`), while the `qv…
|