Home
last modified time | relevance | path

Searched refs:MVP (Results 1 – 25 of 31) sorted by relevance

12

/external/vulkan-validation-layers/demos/
Dcube.vert25 mat4 MVP;
39 gl_Position = ubuf.MVP * ubuf.position[gl_VertexIndex];
Dcube.c248 void dumpMatrix(const char *note, mat4x4 MVP) { in dumpMatrix() argument
253 printf("%f, %f, %f, %f\n", MVP[i][0], MVP[i][1], MVP[i][2], MVP[i][3]); in dumpMatrix()
753 mat4x4 MVP, Model, VP; in demo_update_data_buffer() local
754 int matrixSize = sizeof(MVP); in demo_update_data_buffer()
764 mat4x4_mul(MVP, VP, demo->model_matrix); in demo_update_data_buffer()
771 memcpy(pData, (const void *)&MVP[0][0], matrixSize); in demo_update_data_buffer()
1460 mat4x4 MVP, VP; in demo_prepare_cube_data_buffer() local
1466 mat4x4_mul(MVP, VP, demo->model_matrix); in demo_prepare_cube_data_buffer()
1467 memcpy(data.mvp, MVP, sizeof(MVP)); in demo_prepare_cube_data_buffer()
Dcube.cpp1444 mat4x4 MVP; in prepare_cube_data_buffer() local
1445 mat4x4_mul(MVP, VP, model_matrix); in prepare_cube_data_buffer()
1448 memcpy(data.mvp, MVP, sizeof(MVP)); in prepare_cube_data_buffer()
2192 mat4x4 MVP; in update_data_buffer() local
2193 mat4x4_mul(MVP, VP, model_matrix); in update_data_buffer()
2200 memcpy(data.value, (const void *)&MVP[0][0], sizeof(MVP)); in update_data_buffer()
/external/vulkan-validation-layers/libs/glm/detail/
Ddummy.cpp96 glm::mat4 MVP = Projection * View * Model; in func()
97 glUniformMatrix4fv(LocationMVP, 1, GL_FALSE, glm::value_ptr(MVP)); in func()
/external/icu/icu4c/source/data/curr/
Dzh.txt693 MVP{
694 "MVP",
1793 MVP{
Dyue.txt697 MVP{
698 "MVP",
1817 MVP{
Dzh_Hant.txt698 MVP{
699 "MVP",
1817 MVP{
Dja.txt697 MVP{
698 "MVP",
1818 MVP{
Dug.txt697 MVP{
698 "MVP",
1891 MVP{
Did.txt689 MVP{
690 "MVP",
1641 MVP{
Drm.txt689 MVP{
690 "MVP",
Det.txt626 MVP{
627 "MVP",
1740 MVP{
Dfi.txt697 MVP{
698 "MVP",
1991 MVP{
Dnl.txt697 MVP{
698 "MVP",
1992 MVP{
Dnb.txt697 MVP{
698 "MVP",
1985 MVP{
Dde.txt697 MVP{
698 "MVP",
1993 MVP{
Den.txt697 MVP{
698 "MVP",
1891 MVP{
Dtr.txt697 MVP{
698 "MVP",
1950 MVP{
Dsv.txt697 MVP{
698 "MVP",
1992 MVP{
Dast.txt697 MVP{
698 "MVP",
1994 MVP{
Dhr.txt697 MVP{
698 "MVP",
2155 MVP{
Dlt.txt697 MVP{
698 "MVP",
2338 MVP{
Dcs.txt693 MVP{
694 "MVP",
2317 MVP{
/external/mesa3d/src/mesa/program/
Dprogram_lexer.l287 {dot}mvp { return MVP; }
Dprogram_parse.y178 %token MATERIAL MAT_PROGRAM MATRIX MATRIXINDEX MODELVIEW MVP
1693 | MVP

12