Searched refs:pvi (Results 1 – 25 of 47) sorted by relevance
12
/external/python/cpython3/PC/ |
D | validate_ucrtbase.py | 69 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/ |
D | altivec.cpp | 18 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/ |
D | spv.400.tesc.out | 25 Name 39 "pvi" 136 39(pvi): 11(ptr) Variable Function 151 Store 39(pvi) 42
|
D | spv.400.tese.out | 28 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/ |
D | spv.400.tesc.out | 25 Name 39 "pvi" 136 39(pvi): 11(ptr) Variable Function 151 Store 39(pvi) 42
|
D | spv.400.tese.out | 28 Name 36 "pvi" 151 36(pvi): 7(ptr) Variable Function 167 Store 36(pvi) 39
|
/external/deqp-deps/glslang/Test/ |
D | 150.tesc | 24 int pvi = gl_PatchVerticesIn;
|
D | 150.tese | 26 int pvi = gl_PatchVerticesIn;
|
D | spv.400.tesc | 22 int pvi = gl_PatchVerticesIn;
|
D | spv.400.tese | 25 int pvi = gl_PatchVerticesIn;
|
D | 420.tesc | 21 int pvi = gl_PatchVerticesIn;
|
D | 400.tesc | 27 int pvi = gl_PatchVerticesIn;
|
D | 320.tese | 36 int pvi = gl_PatchVerticesIn;
|
D | 400.tese | 36 int pvi = gl_PatchVerticesIn;
|
D | 310.tese | 40 int pvi = gl_PatchVerticesIn;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | 150.tesc | 24 int pvi = gl_PatchVerticesIn;
|
D | 150.tese | 26 int pvi = gl_PatchVerticesIn;
|
D | spv.400.tesc | 22 int pvi = gl_PatchVerticesIn;
|
D | spv.400.tese | 25 int pvi = gl_PatchVerticesIn;
|
D | 420.tesc | 21 int pvi = gl_PatchVerticesIn;
|
D | 400.tesc | 27 int pvi = gl_PatchVerticesIn;
|
D | 320.tese | 36 int pvi = gl_PatchVerticesIn;
|
D | 400.tese | 36 int pvi = gl_PatchVerticesIn;
|
D | 310.tese | 40 int pvi = gl_PatchVerticesIn;
|
/external/python/cpython2/Lib/ |
D | platform.py | 646 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