Searched refs:out_u1 (Results 1 – 8 of 8) sorted by relevance
/third_party/glslang/Test/ |
D | hlsl.rw.atomics.frag | 46 uint out_u1; 67 InterlockedAdd(g_tTex1du1[u1], u1, out_u1); 69 InterlockedAnd(g_tTex1du1[u1], u1, out_u1); 70 InterlockedCompareExchange(g_tTex1du1[u1], u1b, u1c, out_u1); 71 InterlockedExchange(g_tTex1du1[u1], u1, out_u1); 73 InterlockedMax(g_tTex1du1[u1], u1, out_u1); 75 InterlockedMin(g_tTex1du1[u1], u1, out_u1); 77 InterlockedOr(g_tTex1du1[u1], u1, out_u1); 79 InterlockedXor(g_tTex1du1[u1], u1, out_u1); 99 InterlockedAdd(g_tTex2du1[u2], u1, out_u1); [all …]
|
D | hlsl.intrinsics.comp | 18 uint out_u1; 25 InterlockedAdd(gs_ua, gs_ub, out_u1); 27 InterlockedAnd(gs_ua, gs_ub, out_u1); 28 InterlockedCompareExchange(gs_ua, gs_ub, gs_uc, out_u1); 29 InterlockedExchange(gs_ua, gs_ub, out_u1); 31 InterlockedMax(gs_ua, gs_ub, out_u1); 33 InterlockedMin(gs_ua, gs_ub, out_u1); 35 InterlockedOr(gs_ua, gs_ub, out_u1); 37 InterlockedXor(gs_ua, gs_ub, out_u1);
|
D | hlsl.intrinsics.negative.comp | 3 uint out_u1; 29 // InterlockedAdd(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 31 // InterlockedAnd(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 32 …// InterlockedCompareExchange(gs_ua, gs_ub, gs_uc, out_u1); // expected error: only valid in pixel… 33 // InterlockedExchange(gs_ua, gs_ub, out_u1);// expected error: only valid in pixel stage 35 // InterlockedMax(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 37 // InterlockedMin(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 39 // InterlockedOr(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 41 // InterlockedXor(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage
|
D | hlsl.intrinsics.negative.vert | 16 uint out_u1; 45 // InterlockedAdd(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 47 // InterlockedAnd(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 48 …// InterlockedCompareExchange(gs_ua, gs_ub, gs_uc, out_u1); // expected error: only valid in pixel… 49 // InterlockedExchange(gs_ua, gs_ub, out_u1);// expected error: only valid in pixel stage 51 // InterlockedMax(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 53 // InterlockedMin(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 55 // InterlockedOr(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage 57 // InterlockedXor(gs_ua, gs_ub, out_u1); // expected error: only valid in pixel stage
|
D | hlsl.intrinsics.frag | 18 uint out_u1;
|
/third_party/glslang/Test/baseResults/ |
D | hlsl.intrinsics.comp.out | 20 0:25 'out_u1' ( temp uint) 28 0:27 'out_u1' ( temp uint) 33 0:28 'out_u1' ( temp uint) 39 0:29 'out_u1' ( temp uint) 47 0:31 'out_u1' ( temp uint) 55 0:33 'out_u1' ( temp uint) 63 0:35 'out_u1' ( temp uint) 71 0:37 'out_u1' ( temp uint) 380 0:25 'out_u1' ( temp uint) 388 0:27 'out_u1' ( temp uint) [all …]
|
D | hlsl.rw.atomics.frag.out | 179 0:67 'out_u1' ( temp uint) 201 0:69 'out_u1' ( temp uint) 213 0:70 'out_u1' ( temp uint) 229 0:71 'out_u1' ( temp uint) 251 0:73 'out_u1' ( temp uint) 273 0:75 'out_u1' ( temp uint) 295 0:77 'out_u1' ( temp uint) 317 0:79 'out_u1' ( temp uint) 499 0:99 'out_u1' ( temp uint) 521 0:101 'out_u1' ( temp uint) [all …]
|
/third_party/openssl/test/ |
D | curve448_internal_test.c | 38 static const uint8_t out_u1[56] = { variable 660 || !TEST_int_eq(memcmp(out, out_u1, sizeof(out)), 0) in test_x448()
|