/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fLayoutBindingTests.cpp | 1799 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local 1802 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders() 1904 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local 1907 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders() 2068 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local 2071 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders() 2173 const std::string uname = (arrayInstance ? getUniformName("colors", 0, bindNdx/2) : getUniformName("colors", bindNdx/2)); in generateShaders() local 2176 << " color = " << uname << (bindNdx%2 == 0 ? ".color1" : ".color2") << ";\n" in generateShaders()
|
/third_party/spirv-tools/test/opt/ |
H A D | inst_bindless_check_test.cpp | 1630 // layout(set = 6, binding=3) uniform uname { float a; } uniformBuffer[]; 1654 OpName %uname "uname" 1655 OpMemberName %uname 0 "a" 1659 OpMemberDecorate %uname 0 Offset 0 1660 OpDecorate %uname Block 1677 %uname = OpTypeStruct %float 1678 %_runtimearr_uname = OpTypeRuntimeArray %uname 1934 // layout(set=7, binding=3) uniform uname { float a; } uniformBuffer; 1955 OpName %uname "unam [all...] |
/third_party/node/ |
H A D | Makefile | 12 OSTYPE := $(shell uname -s | tr '[:upper:]' '[:lower:]') 16 ARCHTYPE := $(shell uname -m | tr '[:upper:]' '[:lower:]') 894 PLATFORM=$(shell uname | tr '[:upper:]' '[:lower:]') 900 UNAME_M=$(shell uname -m) 919 ifeq ($(findstring OS/390,$(shell uname -s)),OS/390) 931 ifeq ($(findstring powerpc,$(shell uname -p)),powerpc)
|
/third_party/eudev/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/googletest/googletest/test/ |
H A D | googletest-output-test.py | 55 IS_LINUX = os.name == 'posix' and os.uname()[0] == 'Linux'
|
/third_party/mesa3d/.gitlab-ci/ |
H A D | deqp-runner.sh | 20 export VK_ICD_FILENAMES=`pwd`/install/share/vulkan/icd.d/"$VK_DRIVER"_icd.${VK_CPU:-`uname -m`}.json
|
/third_party/lame/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/ltp/testcases/cve/ |
H A D | meltdown.c | 282 if (uname(&utsname) < 0) in find_kernel_symbol() 283 tst_brk(TBROK | TERRNO, "uname"); in find_kernel_symbol()
|
/third_party/node/deps/cares/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/node/deps/cares/config/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/libevdev/build-aux/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/ltp/testcases/kernel/power_management/ |
H A D | pm_include.sh | 19 case "$(uname -m)" in 150 export kernel_version=`uname -r | awk -F. '{print $1"."$2"."$3}' \
|
/third_party/skia/third_party/externals/libpng/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | compile | 52 case `uname -s` in
|
/third_party/toybox/toys/pending/ |
H A D | bootchartd.c | 187 if (uname(&uts) < 0) perror_exit("uname"); in stop_logging() 188 fprintf(hdr_fp, "system.uname = %s %s %s %s\n", uts.sysname, uts.release, in stop_logging()
|
/third_party/skia/modules/canvaskit/ |
H A D | compile.sh | 344 if [[ `uname` != "Linux" ]]; then
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 168 # The MACHINE part of the array POSIX::uname() returns on VMS isn't 206 # Look for ISC/SCO with its unique uname program 208 return undef unless IPC::Cmd::can_run('uname'); 210 open UNAME, "uname -X 2>/dev/null|" or return ''; 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 406 # 'Windows NT' is the system name according to POSIX::uname()! 774 my $REL = uname('-r'); 927 # otherwise the SYSTEM we got from from POSIX::uname().
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | config.pm | 168 # The MACHINE part of the array POSIX::uname() returns on VMS isn't 206 # Look for ISC/SCO with its unique uname program 208 return undef unless IPC::Cmd::can_run('uname'); 210 open UNAME, "uname -X 2>/dev/null|" or return ''; 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 398 # 'Windows NT' is the system name according to POSIX::uname()! 766 my $REL = uname('-r'); 919 # otherwise the SYSTEM we got from from POSIX::uname().
|
/third_party/protobuf/ |
H A D | tests.sh | 314 if [ $(uname -s) == "Linux" ]; then 364 if [ $(uname -s) == "Linux" ]; then
|
/third_party/python/Lib/test/ |
H A D | test_tarfile.py | 618 self.assertEqual(tarinfo.uname, "tarfile", 619 "wrong uname for %s" % tarinfo.name) 924 kwargs["uname"] = "tarfile" 1134 self.assertEqual(tarinfo.uname, "foo") 1140 self.assertEqual(tarinfo.uname, "") 1146 self.assertEqual(tarinfo.uname, "tarfile") 1411 tarinfo.uname = "foo" 1428 self.assertEqual(tarinfo.uname, "foo") 2097 tarinfo.uname = "\xe4\xf6\xfc" 2109 self.assertIs(type(t.uname), st [all...] |
/third_party/f2fs-tools/mkfs/ |
H A D | f2fs_format_main.c | 121 if ((uname(&uts) != 0) || in kernel_version_over()
|
/third_party/libbpf/src/ |
H A D | libbpf_probes.c | 29 * uname() call will return 5.4.0 in info.release. 61 * uname() call will return 4.19.0 in info.release. 90 uname(&info); in get_kernel_version()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | attrib.h | 387 extern char *ntfs_attr_name_get(const ntfschar *uname, const int uname_len);
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitExecAllocator.c | 122 uname(&name); in get_map_jit_flag()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | driver_utils.cpp | 262 if (uname(&uname_info) != 0) in GetLinuxOSVersion()
|