Home
last modified time | relevance | path

Searched refs:SomeValue (Results 1 – 15 of 15) sorted by relevance

/external/deqp-deps/glslang/Test/
Dhlsl.rw.swizzle.frag4 float3 SomeValue() { return float3(1,2,3); }
13 rwtx[tc2].zyx = SomeValue(); // full swizzle, complex RHS
19 // buf[tc].yz = SomeValue().x; // partial swizzle, complex RHS
24 // buf[tc].y = SomeValue().x; // single index, complex RHS
Dhlsl.rw.bracket.frag50 float4 SomeValue() { return c4; }
77 g_tTex1df4[c1] = SomeValue(); // complex R-value
95 g_tTex2df4[c2] = SomeValue(); // complex L-value
101 g_tTex3df4[c3] = SomeValue(); // complex L-value
Dhlsl.rw.scalar.bracket.frag50 float SomeValue() { return c1; }
77 g_tTex1df1[c1] = SomeValue(); // complex R-value
95 g_tTex2df1[c2] = SomeValue(); // complex L-value
101 g_tTex3df1[c3] = SomeValue(); // complex L-value
Dhlsl.rw.vec2.bracket.frag50 float2 SomeValue() { return c2; }
77 g_tTex1df2[c1] = SomeValue(); // complex R-value
95 g_tTex2df2[c2] = SomeValue(); // complex L-value
101 g_tTex3df2[c3] = SomeValue(); // complex L-value
Dhlsl.tx.bracket.frag42 float4 SomeValue() { return c4; }
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.rw.swizzle.frag.out5 0:4 Function Definition: SomeValue( ( temp 3-component vector of float)
58 0:13 Function Call: SomeValue( ( temp 3-component vector of float)
108 0:4 Function Definition: SomeValue( ( temp 3-component vector of float)
161 0:13 Function Call: SomeValue( ( temp 3-component vector of float)
216 Name 9 "SomeValue("
266 9(SomeValue(): 7(fvec3) Function None 8
286 40: 7(fvec3) FunctionCall 9(SomeValue()
Dhlsl.tx.bracket.frag.out23 0:42 Function Definition: SomeValue( ( temp 4-component vector of float)
236 0:42 Function Definition: SomeValue( ( temp 4-component vector of float)
442 Name 28 "SomeValue("
638 28(SomeValue(): 21(fvec4) Function None 27
Dhlsl.rw.scalar.bracket.frag.out47 0:50 Function Definition: SomeValue( ( temp float)
156 0:77 Function Call: SomeValue( ( temp float)
395 0:95 Function Call: SomeValue( ( temp float)
442 0:101 Function Call: SomeValue( ( temp float)
894 0:50 Function Definition: SomeValue( ( temp float)
1003 0:77 Function Call: SomeValue( ( temp float)
1242 0:95 Function Call: SomeValue( ( temp float)
1289 0:101 Function Call: SomeValue( ( temp float)
1717 Name 37 "SomeValue("
2019 37(SomeValue(): 18(float) Function None 36
[all …]
Dhlsl.rw.bracket.frag.out56 0:50 Function Definition: SomeValue( ( temp 4-component vector of float)
165 0:77 Function Call: SomeValue( ( temp 4-component vector of float)
410 0:95 Function Call: SomeValue( ( temp 4-component vector of float)
463 0:101 Function Call: SomeValue( ( temp 4-component vector of float)
930 0:50 Function Definition: SomeValue( ( temp 4-component vector of float)
1039 0:77 Function Call: SomeValue( ( temp 4-component vector of float)
1284 0:95 Function Call: SomeValue( ( temp 4-component vector of float)
1337 0:101 Function Call: SomeValue( ( temp 4-component vector of float)
1770 Name 40 "SomeValue("
2088 40(SomeValue(): 21(fvec4) Function None 39
[all …]
Dhlsl.rw.vec2.bracket.frag.out50 0:50 Function Definition: SomeValue( ( temp 2-component vector of float)
159 0:77 Function Call: SomeValue( ( temp 2-component vector of float)
400 0:95 Function Call: SomeValue( ( temp 2-component vector of float)
449 0:101 Function Call: SomeValue( ( temp 2-component vector of float)
906 0:50 Function Definition: SomeValue( ( temp 2-component vector of float)
1015 0:77 Function Call: SomeValue( ( temp 2-component vector of float)
1256 0:95 Function Call: SomeValue( ( temp 2-component vector of float)
1305 0:101 Function Call: SomeValue( ( temp 2-component vector of float)
1736 Name 40 "SomeValue("
2052 40(SomeValue(): 21(fvec2) Function None 39
[all …]
/external/clang/test/Sema/
DMicrosoftExtensions.c90 SomeValue = 0x100000000 enumerator
/external/llvm-project/clang/test/Sema/
DMicrosoftExtensions.c91 SomeValue = 0x100000000 enumerator
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp185 SomeValue = 0x100000000 enumerator
/external/llvm-project/clang/test/SemaCXX/
DMicrosoftExtensions.cpp166 SomeValue = 0x100000000 enumerator
/external/llvm-project/clang/test/SemaObjC/
Dunguarded-availability.m249SomeValue = SomeConstexprValue // expected-warning{{'SomeConstexprValue' is only available on macO… enum