Home
last modified time | relevance | path

Searched refs:pvi (Results 1 – 25 of 47) sorted by relevance

12

/external/python/cpython3/PC/
Dvalidate_ucrtbase.py69 pvi = POINTER(VS_FIXEDFILEINFO)() variable
70 if not version.VerQueryValueW(ver_block, "", byref(pvi), byref(DWORD())):
75 pvi.contents.dwProductVersionMS >> 16,
76 pvi.contents.dwProductVersionMS & 0xFFFF,
77 pvi.contents.dwProductVersionLS >> 16,
78 pvi.contents.dwProductVersionLS & 0xFFFF,
/external/clang/test/SemaCXX/
Daltivec.cpp18 vector int *pvi; in test_vec_step() local
32 int res13[vec_step(*pvi) == 4 ? 1 : -1]; in test_vec_step()
/external/deqp-deps/glslang/Test/baseResults/
Dspv.400.tesc.out25 Name 39 "pvi"
136 39(pvi): 11(ptr) Variable Function
151 Store 39(pvi) 42
Dspv.400.tese.out28 Name 36 "pvi"
151 36(pvi): 7(ptr) Variable Function
167 Store 36(pvi) 39
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.400.tesc.out25 Name 39 "pvi"
136 39(pvi): 11(ptr) Variable Function
151 Store 39(pvi) 42
Dspv.400.tese.out28 Name 36 "pvi"
151 36(pvi): 7(ptr) Variable Function
167 Store 36(pvi) 39
/external/deqp-deps/glslang/Test/
D150.tesc24 int pvi = gl_PatchVerticesIn;
D150.tese26 int pvi = gl_PatchVerticesIn;
Dspv.400.tesc22 int pvi = gl_PatchVerticesIn;
Dspv.400.tese25 int pvi = gl_PatchVerticesIn;
D420.tesc21 int pvi = gl_PatchVerticesIn;
D400.tesc27 int pvi = gl_PatchVerticesIn;
D320.tese36 int pvi = gl_PatchVerticesIn;
D400.tese36 int pvi = gl_PatchVerticesIn;
D310.tese40 int pvi = gl_PatchVerticesIn;
/external/angle/third_party/vulkan-deps/glslang/src/Test/
D150.tesc24 int pvi = gl_PatchVerticesIn;
D150.tese26 int pvi = gl_PatchVerticesIn;
Dspv.400.tesc22 int pvi = gl_PatchVerticesIn;
Dspv.400.tese25 int pvi = gl_PatchVerticesIn;
D420.tesc21 int pvi = gl_PatchVerticesIn;
D400.tesc27 int pvi = gl_PatchVerticesIn;
D320.tese36 int pvi = gl_PatchVerticesIn;
D400.tese36 int pvi = gl_PatchVerticesIn;
D310.tese40 int pvi = gl_PatchVerticesIn;
/external/python/cpython2/Lib/
Dplatform.py646 pvi = PVS_FIXEDFILEINFO()
647 if not version.VerQueryValueW(ver_block, "", byref(pvi), byref(DWORD())):
650 maj = pvi.contents.dwProductVersionMS >> 16
651 min = pvi.contents.dwProductVersionMS & 0xFFFF
652 build = pvi.contents.dwProductVersionLS >> 16

12