/external/rappor/client/javatest/com/google/android/rappor/ |
D | HmacDrbgTest.java | 39 byte[] out1 = new byte[1024 / 8]; in testHmacDrbgNistCase0() 40 drbg.nextBytes(out1); in testHmacDrbgNistCase0() 58 byte[] out1 = new byte[1024 / 8]; in testHmacDrbgNistCase1() 59 drbg.nextBytes(out1); in testHmacDrbgNistCase1() 77 byte[] out1 = new byte[1024 / 8]; in testHmacDrbgNistCase2() 78 drbg.nextBytes(out1); in testHmacDrbgNistCase2() 96 byte[] out1 = new byte[1024 / 8]; in testHmacDrbgNistCase3() 97 drbg.nextBytes(out1); in testHmacDrbgNistCase3() 115 byte[] out1 = new byte[1024 / 8]; in testHmacDrbgNistCase4() 116 drbg.nextBytes(out1); in testHmacDrbgNistCase4() [all …]
|
/external/rust/crates/ring/third_party/fiat/ |
D | curve25519_64.h | 36 static void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u51() argument 40 *out1 = x2; in fiat_25519_addcarryx_u51() 58 static void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u51() argument 62 *out1 = x3; in fiat_25519_subborrowx_u51() 78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64() argument 88 *out1 = x3; in fiat_25519_cmovznz_u64() 102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul() 155 out1[0] = x48; in fiat_25519_carry_mul() 156 out1[1] = x51; in fiat_25519_carry_mul() 157 out1[2] = x52; in fiat_25519_carry_mul() [all …]
|
D | curve25519_32.h | 34 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() argument 38 *out1 = x2; in fiat_25519_addcarryx_u26() 56 static void fiat_25519_subborrowx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u26() argument 60 *out1 = x3; in fiat_25519_subborrowx_u26() 78 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() argument 82 *out1 = x2; in fiat_25519_addcarryx_u25() 100 static void fiat_25519_subborrowx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u25() argument 104 *out1 = x3; in fiat_25519_subborrowx_u25() 120 static void fiat_25519_cmovznz_u32(uint32_t* out1, fiat_25519_uint1 arg1, uint32_t arg2, uint32_t a… in fiat_25519_cmovznz_u32() argument 130 *out1 = x3; in fiat_25519_cmovznz_u32() [all …]
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/fiat/ |
D | curve25519_64.h | 36 static void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u51() argument 40 *out1 = x2; in fiat_25519_addcarryx_u51() 58 static void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u51() argument 62 *out1 = x3; in fiat_25519_subborrowx_u51() 78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64() argument 88 *out1 = x3; in fiat_25519_cmovznz_u64() 102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul() 155 out1[0] = x48; in fiat_25519_carry_mul() 156 out1[1] = x51; in fiat_25519_carry_mul() 157 out1[2] = x52; in fiat_25519_carry_mul() [all …]
|
D | curve25519_32.h | 34 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() argument 38 *out1 = x2; in fiat_25519_addcarryx_u26() 56 static void fiat_25519_subborrowx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u26() argument 60 *out1 = x3; in fiat_25519_subborrowx_u26() 78 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() argument 82 *out1 = x2; in fiat_25519_addcarryx_u25() 100 static void fiat_25519_subborrowx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u25() argument 104 *out1 = x3; in fiat_25519_subborrowx_u25() 120 static void fiat_25519_cmovznz_u32(uint32_t* out1, fiat_25519_uint1 arg1, uint32_t arg2, uint32_t a… in fiat_25519_cmovznz_u32() argument 130 *out1 = x3; in fiat_25519_cmovznz_u32() [all …]
|
D | p256_64.h | 39 static void fiat_p256_addcarryx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, ui… in fiat_p256_addcarryx_u64() argument 43 *out1 = x2; in fiat_p256_addcarryx_u64() 61 static void fiat_p256_subborrowx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, u… in fiat_p256_subborrowx_u64() argument 65 *out1 = x3; in fiat_p256_subborrowx_u64() 82 static void fiat_p256_mulx_u64(uint64_t* out1, uint64_t* out2, uint64_t arg1, uint64_t arg2) { in fiat_p256_mulx_u64() argument 86 *out1 = x2; in fiat_p256_mulx_u64() 102 static void fiat_p256_cmovznz_u64(uint64_t* out1, fiat_p256_uint1 arg1, uint64_t arg2, uint64_t arg… in fiat_p256_cmovznz_u64() argument 112 *out1 = x3; in fiat_p256_cmovznz_u64() 130 static void fiat_p256_mul(uint64_t out1[4], const uint64_t arg1[4], const uint64_t arg2[4]) { in fiat_p256_mul() 406 out1[0] = x184; in fiat_p256_mul() [all …]
|
/external/boringssl/src/third_party/fiat/ |
D | curve25519_64.h | 36 static void fiat_25519_addcarryx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u51() argument 40 *out1 = x2; in fiat_25519_addcarryx_u51() 58 static void fiat_25519_subborrowx_u51(uint64_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u51() argument 62 *out1 = x3; in fiat_25519_subborrowx_u51() 78 static void fiat_25519_cmovznz_u64(uint64_t* out1, fiat_25519_uint1 arg1, uint64_t arg2, uint64_t a… in fiat_25519_cmovznz_u64() argument 88 *out1 = x3; in fiat_25519_cmovznz_u64() 102 static void fiat_25519_carry_mul(uint64_t out1[5], const uint64_t arg1[5], const uint64_t arg2[5]) { in fiat_25519_carry_mul() 155 out1[0] = x48; in fiat_25519_carry_mul() 156 out1[1] = x51; in fiat_25519_carry_mul() 157 out1[2] = x52; in fiat_25519_carry_mul() [all …]
|
D | curve25519_32.h | 34 static void fiat_25519_addcarryx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u26() argument 38 *out1 = x2; in fiat_25519_addcarryx_u26() 56 static void fiat_25519_subborrowx_u26(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u26() argument 60 *out1 = x3; in fiat_25519_subborrowx_u26() 78 static void fiat_25519_addcarryx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1,… in fiat_25519_addcarryx_u25() argument 82 *out1 = x2; in fiat_25519_addcarryx_u25() 100 static void fiat_25519_subborrowx_u25(uint32_t* out1, fiat_25519_uint1* out2, fiat_25519_uint1 arg1… in fiat_25519_subborrowx_u25() argument 104 *out1 = x3; in fiat_25519_subborrowx_u25() 120 static void fiat_25519_cmovznz_u32(uint32_t* out1, fiat_25519_uint1 arg1, uint32_t arg2, uint32_t a… in fiat_25519_cmovznz_u32() argument 130 *out1 = x3; in fiat_25519_cmovznz_u32() [all …]
|
D | p256_64.h | 39 static void fiat_p256_addcarryx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, ui… in fiat_p256_addcarryx_u64() argument 43 *out1 = x2; in fiat_p256_addcarryx_u64() 61 static void fiat_p256_subborrowx_u64(uint64_t* out1, fiat_p256_uint1* out2, fiat_p256_uint1 arg1, u… in fiat_p256_subborrowx_u64() argument 65 *out1 = x3; in fiat_p256_subborrowx_u64() 82 static void fiat_p256_mulx_u64(uint64_t* out1, uint64_t* out2, uint64_t arg1, uint64_t arg2) { in fiat_p256_mulx_u64() argument 86 *out1 = x2; in fiat_p256_mulx_u64() 102 static void fiat_p256_cmovznz_u64(uint64_t* out1, fiat_p256_uint1 arg1, uint64_t arg2, uint64_t arg… in fiat_p256_cmovznz_u64() argument 112 *out1 = x3; in fiat_p256_cmovznz_u64() 130 static void fiat_p256_mul(uint64_t out1[4], const uint64_t arg1[4], const uint64_t arg2[4]) { in fiat_p256_mul() 406 out1[0] = x184; in fiat_p256_mul() [all …]
|
/external/llvm-project/clang/test/CodeGen/ |
D | asm-goto.c | 39 int test3(int out1, int out2) { in test3() argument 44 …asm volatile goto("testl %0, %0; jne %l3;" : "=r"(out1), "=r"(out2) : "r"(out1) :: label_true, loo… in test3() 45 …asm volatile goto("testl %0, %0; jne %l4;" : "=r"(out1), "=r"(out2) : "r"(out1) :: label_true, loo… in test3() 56 int test4(int out1, int out2) { in test4() argument 61 if (out1 < out2) in test4() 62 asm volatile goto("jne %l3" : "+S"(out1), "+D"(out2) : "r"(out1) :: label_true, loop); in test4() 64 … asm volatile goto("jne %l5" : "+S"(out1), "+D"(out2) : "r"(out1), "r"(out2) :: label_true, loop); in test4() 68 return out1 + out2; in test4() 93 int test6(int out1) { in test6() argument 100 …asm volatile goto("testl %0, %0; testl %1, %1; jne %l2" : "+S"(out2) : "r"(out1) :: label_true, la… in test6() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 173 #define LW4(psrc, stride, out0, out1, out2, out3) \ argument 176 out1 = LW((psrc) + stride); \ 187 #define LD2(psrc, stride, out0, out1) \ argument 190 out1 = LD((psrc) + stride); \ 192 #define LD4(psrc, stride, out0, out1, out2, out3) \ argument 194 LD2((psrc), stride, out0, out1); \ 235 #define LD_V2(RTYPE, psrc, stride, out0, out1) \ argument 238 out1 = LD_V(RTYPE, (psrc) + stride); \ 245 #define LD_V3(RTYPE, psrc, stride, out0, out1, out2) \ argument 247 LD_V2(RTYPE, (psrc), stride, out0, out1); \ [all …]
|
D | vpx_convolve8_horiz_msa.c | 20 v8i16 filt, out0, out1; in common_hz_8t_4x4_msa() local 36 filt0, filt1, filt2, filt3, out0, out1); in common_hz_8t_4x4_msa() 37 SRARI_H2_SH(out0, out1, FILTER_BITS); in common_hz_8t_4x4_msa() 38 SAT_SH2_SH(out0, out1, 7); in common_hz_8t_4x4_msa() 39 out = PCKEV_XORI128_UB(out0, out1); in common_hz_8t_4x4_msa() 49 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x8_msa() local 66 filt0, filt1, filt2, filt3, out0, out1); in common_hz_8t_4x8_msa() 71 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_4x8_msa() 72 SAT_SH4_SH(out0, out1, out2, out3, 7); in common_hz_8t_4x8_msa() 73 out = PCKEV_XORI128_UB(out0, out1); in common_hz_8t_4x8_msa() [all …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 206 #define LW4(psrc, stride, out0, out1, out2, out3) \ argument 209 out1 = LW((psrc) + stride); \ 220 #define LD2(psrc, stride, out0, out1) \ argument 223 out1 = LD((psrc) + stride); \ 225 #define LD4(psrc, stride, out0, out1, out2, out3) \ argument 227 LD2((psrc), stride, out0, out1); \ 268 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument 271 out1 = LD_B(RTYPE, (psrc) + stride); \ 276 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument 278 LD_B2(RTYPE, (psrc), stride, out0, out1); \ [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 233 #define LW4(psrc, stride, out0, out1, out2, out3) \ argument 236 out1 = LW((psrc) + stride); \ 247 #define LD2(psrc, stride, out0, out1) \ argument 250 out1 = LD((psrc) + stride); \ 252 #define LD4(psrc, stride, out0, out1, out2, out3) \ argument 254 LD2((psrc), stride, out0, out1); \ 295 #define LD_B2(RTYPE, psrc, stride, out0, out1) \ argument 298 out1 = LD_B(RTYPE, (psrc) + stride); \ 303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ argument 305 LD_B2(RTYPE, (psrc), stride, out0, out1); \ [all …]
|
D | aom_convolve8_horiz_msa.c | 23 v8i16 filt, out0, out1; in common_hz_8t_4x4_msa() local 39 filt0, filt1, filt2, filt3, out0, out1); in common_hz_8t_4x4_msa() 40 SRARI_H2_SH(out0, out1, FILTER_BITS); in common_hz_8t_4x4_msa() 41 SAT_SH2_SH(out0, out1, 7); in common_hz_8t_4x4_msa() 42 out = PCKEV_XORI128_UB(out0, out1); in common_hz_8t_4x4_msa() 52 v8i16 filt, out0, out1, out2, out3; in common_hz_8t_4x8_msa() local 69 filt0, filt1, filt2, filt3, out0, out1); in common_hz_8t_4x8_msa() 74 SRARI_H4_SH(out0, out1, out2, out3, FILTER_BITS); in common_hz_8t_4x8_msa() 75 SAT_SH4_SH(out0, out1, out2, out3, 7); in common_hz_8t_4x8_msa() 76 out = PCKEV_XORI128_UB(out0, out1); in common_hz_8t_4x8_msa() [all …]
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aesp8-ppc.pl | 675 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 787 vxor $out1,$in1,$rndkey0 807 vncipher $out1,$out1,v24 818 vncipher $out1,$out1,v25 830 vncipher $out1,$out1,v24 840 vncipher $out1,$out1,v25 850 vncipher $out1,$out1,v26 863 vncipher $out1,$out1,v27 873 vncipher $out1,$out1,v28 883 vncipher $out1,$out1,v29 [all …]
|
/external/libchrome/ipc/ |
D | ipc_sync_message_unittest.cc | 24 void On_0_1(bool* out1) { in On_0_1() argument 25 *out1 = false; in On_0_1() 28 void On_0_2(bool* out1, int* out2) { in On_0_2() argument 29 *out1 = true; in On_0_2() 33 void On_0_3(bool* out1, int* out2, std::string* out3) { in On_0_3() argument 34 *out1 = false; in On_0_3() 39 void On_1_1(int in1, bool* out1) { in On_1_1() argument 41 *out1 = true; in On_1_1() 44 void On_1_2(bool in1, bool* out1, int* out2) { in On_1_2() argument 46 *out1 = true; in On_1_2() [all …]
|
/external/testng/src/main/java/org/testng/log4testng/ |
D | Logger.java | 491 ByteArrayOutputStream out1= new ByteArrayOutputStream(); in testDebugDefault() local 493 PrintStream out2= new PrintStream(out1); in testDebugDefault() 497 Assert.assertEquals(out1.toString(), ""); in testDebugDefault() 506 ByteArrayOutputStream out1= new ByteArrayOutputStream(); in testDebugOn() local 508 PrintStream out2= new PrintStream(out1); in testDebugOn() 513 Assert.assertTrue(out1.toString().startsWith("[log4testng][debug]")); in testDebugOn() 522 ByteArrayOutputStream out1= new ByteArrayOutputStream(); in testDebugOff() local 524 PrintStream out2= new PrintStream(out1); in testDebugOff() 529 Assert.assertEquals(out1.toString(), ""); in testDebugOff() 538 ByteArrayOutputStream out1= new ByteArrayOutputStream(); in testDebugError() local [all …]
|
/external/webp/src/dsp/ |
D | msa_macro.h | 150 #define LW4(psrc, stride, out0, out1, out2, out3) do { \ argument 154 out1 = LW(ptmp); \ 220 #define LD_B2(RTYPE, psrc, stride, out0, out1) do { \ argument 222 out1 = LD_B(RTYPE, psrc + stride); \ 227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ argument 228 LD_B2(RTYPE, psrc, stride, out0, out1); \ 234 #define LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3) do { \ argument 235 LD_B2(RTYPE, psrc, stride, out0, out1); \ 242 out0, out1, out2, out3, out4, out5, out6, out7) do { \ argument 243 LD_B4(RTYPE, psrc, stride, out0, out1, out2, out3); \ [all …]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | default-fp-mode.ll | 6 define amdgpu_kernel void @test_default_si(float addrspace(1)* %out0, double addrspace(1)* %out1) #… 8 store double 0.0, double addrspace(1)* %out1 15 define amdgpu_kernel void @test_default_vi(float addrspace(1)* %out0, double addrspace(1)* %out1) #… 17 store double 0.0, double addrspace(1)* %out1 24 define amdgpu_kernel void @test_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1… 26 store double 0.0, double addrspace(1)* %out1 33 define amdgpu_kernel void @test_f32_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1… 35 store double 0.0, double addrspace(1)* %out1 42 …gpu_kernel void @test_f32_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #4 { 44 store double 0.0, double addrspace(1)* %out1 [all …]
|
D | hsa-fp-mode.ll | 7 define amdgpu_kernel void @test_default_ci(float addrspace(1)* %out0, double addrspace(1)* %out1) #… 9 store double 0.0, double addrspace(1)* %out1 17 define amdgpu_kernel void @test_default_vi(float addrspace(1)* %out0, double addrspace(1)* %out1) #… 19 store double 0.0, double addrspace(1)* %out1 27 define amdgpu_kernel void @test_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1… 29 store double 0.0, double addrspace(1)* %out1 37 define amdgpu_kernel void @test_f32_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1… 39 store double 0.0, double addrspace(1)* %out1 47 …gpu_kernel void @test_f32_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #4 { 49 store double 0.0, double addrspace(1)* %out1 [all …]
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | ArchiveOutputStreamTest.java | 43 final OutputStream out1 = new ByteArrayOutputStream(); in testFinish() local 45 ArchiveOutputStream aos1 = factory.createArchiveOutputStream("zip", out1); in testFinish() 54 aos1 = factory.createArchiveOutputStream("jar", out1); in testFinish() 63 aos1 = factory.createArchiveOutputStream("ar", out1); in testFinish() 72 aos1 = factory.createArchiveOutputStream("cpio", out1); in testFinish() 81 aos1 = factory.createArchiveOutputStream("tar", out1); in testFinish() 93 final OutputStream out1 = new ByteArrayOutputStream(); in testOptionalFinish() local 95 try (ArchiveOutputStream aos1 = factory.createArchiveOutputStream("zip", out1)) { in testOptionalFinish() argument 101 try (ArchiveOutputStream aos1 = factory.createArchiveOutputStream("jar", out1)) { in testOptionalFinish() argument 141 final OutputStream out1 = new ByteArrayOutputStream(); in doCallSequence() local [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | default-fp-mode.ll | 6 define void @test_default_si(float addrspace(1)* %out0, double addrspace(1)* %out1) #0 { 8 store double 0.0, double addrspace(1)* %out1 15 define void @test_default_vi(float addrspace(1)* %out0, double addrspace(1)* %out1) #1 { 17 store double 0.0, double addrspace(1)* %out1 24 define void @test_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #2 { 26 store double 0.0, double addrspace(1)* %out1 33 define void @test_f32_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #3 { 35 store double 0.0, double addrspace(1)* %out1 42 define void @test_f32_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #4 { 44 store double 0.0, double addrspace(1)* %out1 [all …]
|
D | hsa-fp-mode.ll | 7 define void @test_default_ci(float addrspace(1)* %out0, double addrspace(1)* %out1) #0 { 9 store double 0.0, double addrspace(1)* %out1 17 define void @test_default_vi(float addrspace(1)* %out0, double addrspace(1)* %out1) #1 { 19 store double 0.0, double addrspace(1)* %out1 27 define void @test_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #2 { 29 store double 0.0, double addrspace(1)* %out1 37 define void @test_f32_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #3 { 39 store double 0.0, double addrspace(1)* %out1 47 define void @test_f32_f64_denormals(float addrspace(1)* %out0, double addrspace(1)* %out1) #4 { 49 store double 0.0, double addrspace(1)* %out1 [all …]
|
/external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
D | conditionals.test | 31 output float out1 = [ 1.0 | 0.0 | 0.0 ]; 41 out1 = 1.0; 45 out1 = 0.0; 58 output float out1 = [ 1.0 | 0.0 | 0.0 ]; 68 out1 = 1.0; 70 out0 = 1.0, out1 = 0.0; 82 output float out1 = [ 1.0 | 0.0 | 0.0 ]; 92 out1 = 1.0; 94 out0 = 1.0, out1 = 0.0; 106 output float out1 = [ 1.0 | 0.0 | 0.0 ]; [all …]
|