Home
last modified time | relevance | path

Searched defs:varr (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/games/taisei/taisei-1.3.2/src/renderer/gl33/
H A Dvertex_array.c28 VertexArray *varr = calloc(1, sizeof(VertexArray)); in gl33_vertex_array_create() local
40 void gl33_vertex_array_destroy(VertexArray *varr) { in gl33_vertex_array_destroy()
48 static void gl33_vertex_array_update_layout(VertexArray *varr) { in gl33_vertex_array_update_layout()
133 void gl33_vertex_array_attach_vertex_buffer(VertexArray *varr, VertexBuffer *vbuf, uint attachment)… in gl33_vertex_array_attach_vertex_buffer()
146 void gl33_vertex_array_attach_index_buffer(VertexArray *varr, IndexBuffer *ibuf) { in gl33_vertex_array_attach_index_buffer()
151 VertexBuffer* gl33_vertex_array_get_vertex_attachment(VertexArray *varr, uint attachment) { in gl33_vertex_array_get_vertex_attachment()
159 IndexBuffer* gl33_vertex_array_get_index_attachment(VertexArray *varr) { in gl33_vertex_array_get_index_attachment()
163 void gl33_vertex_array_layout(VertexArray *varr, uint nattribs, VertexAttribFormat attribs[nattribs… in gl33_vertex_array_layout()
173 const char* gl33_vertex_array_get_debug_label(VertexArray *varr) { in gl33_vertex_array_get_debug_label()
177 void gl33_vertex_array_set_debug_label(VertexArray *varr, const char *label) { in gl33_vertex_array_set_debug_label()
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/ultimatestunts/
H A Dsoundobj.cpp124 float varr[] = {m_Vel.x, m_Vel.y, -m_Vel.z}; in setPos() local
139 float varr[] = {m_Vel.x, m_Vel.y, -m_Vel.z}; in setVel() local
154 float varr[] = {m_Vel.x, m_Vel.y, -m_Vel.z}; in setPosVel() local
/dports/games/taisei/taisei-1.3.2/src/renderer/gles20/
H A Dgles20.c30 static void gles20_draw_indexed(VertexArray *varr, Primitive prim, uint firstidx, uint count, uint … in gles20_draw_indexed()
52 static void gles20_vertex_array_attach_index_buffer(VertexArray *varr, IndexBuffer *ibuf) { in gles20_vertex_array_attach_index_buffer()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/spider/mysql-test/spider/bugfix/r/
H A Dquick_mode_3.result72 10
73 11
96 SELECT argument FROM mysql.general_log WHERE argument LIKE '%select %'
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenCXX/
H A Dvla.cpp70 int varr[b]; in test2() local
96 int varr[b][c]; in test3() local
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgLoadStrip.cxx87 ssgVtxArray* varr = new ssgVtxArray( GL_TRIANGLE_STRIP, in ssgLoadStrip() local
106 ssgVtxArray* varr = new ssgVtxArray( GL_TRIANGLES, in ssgLoadStrip() local
/dports/devel/py-editdistance/editdistance-0.6.0/editdistance/
H A D_editdistance.cpp80 struct varr { struct
90 typedef map<int64_t, varr<N> > cmap_v; in edit_distance_map_() argument
/dports/games/taisei/taisei-1.3.2/src/renderer/null/
H A Dnull.c66 static void null_draw(VertexArray *varr, Primitive prim, uint first, uint count, uint instances, ui… in null_draw()
148 static void null_vertex_array_set_debug_label(VertexArray *varr, const char *label) { } in null_vertex_array_set_debug_label()
149 static const char* null_vertex_array_get_debug_label(VertexArray *varr) { return "null vertex array… in null_vertex_array_get_debug_label()
150 static void null_vertex_array_destroy(VertexArray *varr) { } in null_vertex_array_destroy()
151 static void null_vertex_array_attach_vertex_buffer(VertexArray *varr, VertexBuffer *vbuf, uint atta… in null_vertex_array_attach_vertex_buffer()
152 static void null_vertex_array_attach_index_buffer(VertexArray *varr, IndexBuffer *vbuf) { } in null_vertex_array_attach_index_buffer()
153 static VertexBuffer* null_vertex_array_get_vertex_attachment(VertexArray *varr, uint attachment) { … in null_vertex_array_get_vertex_attachment()
154 static IndexBuffer* null_vertex_array_get_index_attachment(VertexArray *varr) { return (void*)&plac… in null_vertex_array_get_index_attachment()
155 static void null_vertex_array_layout(VertexArray *varr, uint nattribs, VertexAttribFormat attribs[n… in null_vertex_array_layout()
/dports/devel/godot2/godot-2.1.6-stable/scene/resources/
H A Dsurface_tool.cpp434 Vector<Vertex> varr; in deindex() local
455 DVector<Vector3> varr = arr[VS::ARRAY_VERTEX]; in _create_list() local
621 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetNumFaces() local
630 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetPosition() local
639 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetNormal() local
647 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetTexCoord() local
655 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktSetTSpaceBasic() local
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/resources/
H A Dsurface_tool.cpp434 Vector<Vertex> varr; in deindex() local
455 DVector<Vector3> varr = arr[VS::ARRAY_VERTEX]; in _create_list() local
621 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetNumFaces() local
630 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetPosition() local
639 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetNormal() local
647 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktGetTexCoord() local
655 …Vector<List<Vertex>::Element *> &varr = *((Vector<List<Vertex>::Element *> *)pContext->m_pUserData… in mikktSetTSpaceBasic() local
/dports/net/tcptrace/tcptrace-508f73a/
H A Dfilter.c1091 u_llong varr; in EvalMathopUnsigned() local
1142 llong varr; in EvalMathopSigned() local
1193 u_llong varr; in EvalRelopUnsigned() local
1243 llong varr; in EvalRelopSigned() local
1291 ipaddr *varr; in EvalRelopIpaddr() local
1353 char *varr; in EvalRelopString() local

1234567891011