Home
last modified time | relevance | path

Searched defs:Tuple4 (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp1109 struct Tuple4 struct
1111 explicit Tuple4 (const T0 e0 = T0(), in Tuple4() function
1122 T0 a;
1123 T1 b;
1124 T2 c;
1125 T3 d;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1627 struct Tuple4 struct
1629 explicit Tuple4 (const T0 e0 = T0(), in Tuple4() function
1640 T0 a;
1641 T1 b;
1642 T2 c;
1643 T3 d;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1654 struct Tuple4 struct
1656 explicit Tuple4 (const T0 e0 = T0(), in Tuple4() function
1667 T0 a;
1668 T1 b;
1669 T2 c;
1670 T3 d;
/third_party/typescript/tests/cases/compiler/
DunderscoreTest1.ts25 interface Tuple4<T0, T1, T2, T3> extends Array<any> { interface