Home
last modified time | relevance | path

Searched defs:MVP (Results 1 – 4 of 4) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Ddummy.cpp94 glm::mat4 View = glm::rotate(ViewRotateX, Rotate.x, glm::vec3(0.0f, 1.0f, 0.0f)); in func()
/external/vulkan-validation-layers/demos/
Dcube.c248 void dumpMatrix(const char *note, mat4x4 MVP) { in dumpMatrix()
753 mat4x4 MVP, Model, VP; in demo_update_data_buffer() local
1460 mat4x4 MVP, VP; in demo_prepare_cube_data_buffer() local
Dcube.cpp1444 mat4x4 MVP; in prepare_cube_data_buffer() local
2192 mat4x4 MVP; in update_data_buffer() local
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp416 glm::mat4 MVP = Projection * View * Model; in VKTriangleTest() local