Home
last modified time | relevance | path

Searched refs:vp2 (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/stacktrace/test/
Dtest_void_ptr_cast.cpp34 void* vp2 = void_ptr_cast<void*>(foo2); in test() local
36 BOOST_TEST(vp2); in test()
37 BOOST_TEST(vp1 != vp2); in test()
41 void_f_ptr fp2_2 = void_ptr_cast<void_f_ptr>(vp2); in test()
50 BOOST_TEST(void_ptr_cast<void*>(fp2) == vp2); in test()
58 BOOST_TEST(void_ptr_cast<F2>(vp2) == foo2); in test()
/third_party/glib/glib/tests/
Datomic.c26 gpointer vp, vp2; in test_types() local
84 vp2 = g_atomic_pointer_get (&vp); in test_types()
85 g_assert_true (vp2 == 0); in test_types()
112 vp2 = (gpointer) g_atomic_pointer_get (&gs); in test_types()
113 gs2 = (gsize) vp2; in test_types()
203 vp2 = g_atomic_pointer_get (&vp); in test_types()
204 g_assert_true (vp2 == 0); in test_types()
/third_party/boost/libs/graph/test/
Drcsp_custom_vertex_id.cpp88 VertexProperty vp2(5, 9); in main() local
98 g[v2] = vp2; in main()
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_vertex_program2.txt880 <vp11-program>, and <vp2-program>, respectively. Some grammar rules
884 prefixes "vp11-" and "vp2-" are available only to VP1.1 and VP2 programs,
890 | <vp2-program>
896 <vp2-program> ::= "!!VP2.0" <programBody> "END"
904 | "OPTION" <vp2-option> ";"
908 <vp2-option> ::= "NV_position_invariant"
914 | <vp2-instructionLabel>
921 | <vp2-BRA-instruction>
922 | <vp2-RET-instruction>
923 | <vp2-ARA-instruction>
[all …]
/third_party/openGLES/extensions/NV/
DNV_vertex_program2.txt880 <vp11-program>, and <vp2-program>, respectively. Some grammar rules
884 prefixes "vp11-" and "vp2-" are available only to VP1.1 and VP2 programs,
890 | <vp2-program>
896 <vp2-program> ::= "!!VP2.0" <programBody> "END"
904 | "OPTION" <vp2-option> ";"
908 <vp2-option> ::= "NV_position_invariant"
914 | <vp2-instructionLabel>
921 | <vp2-BRA-instruction>
922 | <vp2-RET-instruction>
923 | <vp2-ARA-instruction>
[all …]
/third_party/mksh/
Dvar.c1184 struct tbl *vp2; in makenv() local
1189 vp2 = ktsearch(&l2->vars, vp->name, h); in makenv()
1190 if (vp2 != NULL) in makenv()
1191 vp2->flag &= ~EXPORT; in makenv()
/third_party/mesa3d/docs/relnotes/
D10.2.7.rst131 - nv50: set the miptree address when clearing bo's in vp2 init