HomeSort by relevance Sort by last modified time
    Searched defs:mat_t (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 287 struct mat_t : public vec_t<vec_t<T, r>, c> struct in inherits:vec_t
309 vec_t<T, e> operator *(const mat_t<T, e, d>& m, const vec_t<T, d>& b)
319 mat_t<T, e, f> operator *(const mat_t<T, e, d>& m, const mat_t<T, d, f>& b)
321 mat_t<T, e, f> r;
348 typedef mat_t<float, 4, 4> float4x4;
349 typedef mat_t<float, 4, 3> float4x3;
350 typedef mat_t<float, 3, 4> float3x4;
351 typedef mat_t<float, 3, 3> float3x3
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 287 struct mat_t : public vec_t<vec_t<T, r>, c> struct in inherits:vec_t
309 vec_t<T, e> operator *(const mat_t<T, e, d>& m, const vec_t<T, d>& b)
319 mat_t<T, e, f> operator *(const mat_t<T, e, d>& m, const mat_t<T, d, f>& b)
321 mat_t<T, e, f> r;
348 typedef mat_t<float, 4, 4> float4x4;
349 typedef mat_t<float, 4, 3> float4x3;
350 typedef mat_t<float, 3, 4> float3x4;
351 typedef mat_t<float, 3, 3> float3x3
    [all...]

Completed in 258 milliseconds