Searched refs:float4x4 (Results 1 – 4 of 4) sorted by relevance
29 float4x4 proj;30 float4x4 modelview;56 result.position = mul((float4x4)proj, float4(view, 1));
57 float4x4 projection;58 float4x4 modelview;282 void draw_one(ID3D11DeviceContext* ctx, cbuf_t& cbd, const float4x4& modelview, float angle) in draw_one()286 float4x4 m2 = modelview; in draw_one()394 float4x4 proj; in draw()395 float4x4 m; in draw()
34 float4x4 model;35 float4x4 view_proj;
348 typedef mat_t<float, 4, 4> float4x4; typedef