Home
last modified time | relevance | path

Searched defs:CaseDefinition (Results 1 – 25 of 42) sorted by relevance

12

/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness_case.go19 type CaseDefinition struct { struct
20 Bench BenchCase
21 Count int
22 Size int
23 RequiredIterations int
24 Runtime time.Duration
26 cumulativeRuntime time.Duration
27 elapsed time.Duration
28 startAt time.Time
29 isRunning bool
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness_case.go19 type CaseDefinition struct { struct
20 Bench BenchCase
21 Count int
22 Size int
23 RequiredIterations int
24 Runtime time.Duration
26 cumulativeRuntime time.Duration
27 elapsed time.Duration
28 startAt time.Time
29 isRunning bool
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness_case.go19 type CaseDefinition struct { struct
20 Bench BenchCase
21 Count int
22 Size int
23 RequiredIterations int
24 Runtime time.Duration
26 cumulativeRuntime time.Duration
27 elapsed time.Duration
28 startAt time.Time
29 isRunning bool
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness_case.go19 type CaseDefinition struct { struct
20 Bench BenchCase
21 Count int
22 Size int
23 RequiredIterations int
24 Runtime time.Duration
26 cumulativeRuntime time.Duration
27 elapsed time.Duration
28 startAt time.Time
29 isRunning bool
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness_case.go19 type CaseDefinition struct { struct
20 Bench BenchCase
21 Count int
22 Size int
23 RequiredIterations int
24 Runtime time.Duration
26 cumulativeRuntime time.Duration
27 elapsed time.Duration
28 startAt time.Time
29 isRunning bool
[all …]
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/go.mongodb.org/mongo-driver/benchmark/
H A Dharness_case.go19 type CaseDefinition struct { struct
20 Bench BenchCase
21 Count int
22 Size int
23 RequiredIterations int
24 Runtime time.Duration
26 cumulativeRuntime time.Duration
27 elapsed time.Duration
28 startAt time.Time
29 isRunning bool
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotBroadcastTests.cpp79 struct CaseDefinition struct
81 int opType;
82 VkShaderStageFlags shaderStage;
83 VkFormat format;
84 de::SharedPtr<bool> geometryPointSizeSupported;
85 deBool extShaderSubGroupBallotTests;
86 deBool subgroupSizeControl;
87 int requiredSubgroupSize;
H A DvktSubgroupsClusteredTests.cpp89 struct CaseDefinition struct
91 Operator op;
92 VkShaderStageFlags shaderStage;
93 VkFormat format;
94 de::SharedPtr<bool> geometryPointSizeSupported;
95 deBool requiredSubgroupSize;
H A DvktSubgroupsQuadTests.cpp103 struct CaseDefinition struct
105 int opType;
106 VkShaderStageFlags shaderStage;
107 VkFormat format;
108 de::SharedPtr<bool> geometryPointSizeSupported;
109 deBool requiredSubgroupSize;
H A DvktSubgroupsArithmeticTests.cpp158 struct CaseDefinition struct
160 Operator op;
161 ScanType scanType;
162 VkShaderStageFlags shaderStage;
163 VkFormat format;
164 de::SharedPtr<bool> geometryPointSizeSupported;
165 deBool requiredSubgroupSize;
H A DvktSubgroupsVoteTests.cpp116 struct CaseDefinition struct
118 int opType;
119 VkShaderStageFlags shaderStage;
120 VkFormat format;
121 de::SharedPtr<bool> geometryPointSizeSupported;
122 deBool requiredSubgroupSize;
123 deBool requires8BitUniformBuffer;
124 deBool requires16BitUniformBuffer;
H A DvktSubgroupsShuffleTests.cpp81 struct CaseDefinition struct
83 int opType;
84 VkShaderStageFlags shaderStage;
85 VkFormat format;
86 de::SharedPtr<bool> geometryPointSizeSupported;
87 deBool requiredSubgroupSize;
H A DvktSubgroupsBuiltinMaskVarTests.cpp58 struct CaseDefinition struct
60 std::string varName;
61 VkShaderStageFlags shaderStage;
62 de::SharedPtr<bool> geometryPointSizeSupported;
63 deBool requiredSubgroupSize;
H A DvktSubgroupsShapeTests.cpp75 struct CaseDefinition struct
77 int opType;
78 VkShaderStageFlags shaderStage;
79 de::SharedPtr<bool> geometryPointSizeSupported;
80 deBool requiredSubgroupSize;
H A DvktSubgroupsBallotTests.cpp54 struct CaseDefinition struct
56 VkShaderStageFlags shaderStage;
57 de::SharedPtr<bool> geometryPointSizeSupported;
58 deBool extShaderSubGroupBallotTests;
59 deBool requiredSubgroupSize;
H A DvktSubgroupsBallotMasksTests.cpp85 struct CaseDefinition struct
87 int maskType;
88 VkShaderStageFlags shaderStage;
89 de::SharedPtr<bool> geometryPointSizeSupported;
90 deBool requiredSubgroupSize;
H A DvktSubgroupsBallotOtherTests.cpp90 struct CaseDefinition struct
92 int opType;
93 VkShaderStageFlags shaderStage;
94 de::SharedPtr<bool> geometryPointSizeSupported;
95 deBool requiredSubgroupSize;
H A DvktSubgroupsPartitionedTests.cpp164 struct CaseDefinition struct
166 Operator op;
167 ScanType scanType;
168 VkShaderStageFlags shaderStage;
169 VkFormat format;
170 de::SharedPtr<bool> geometryPointSizeSupported;
171 deBool requiredSubgroupSize;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationShaderInputOutputTests.cpp208 struct CaseDefinition struct
210 int inPatchSize;
211 int outPatchSize;
212 std::string referenceImagePath;
346 struct CaseDefinition struct
348 CaseType caseType;
349 std::string caseName;
352 std::string caseDescription;
789 struct CaseDefinition struct
791 CaseType caseType;
[all …]
H A DvktTessellationPrimitiveDiscardTests.cpp56 struct CaseDefinition struct
58 TessPrimitiveType primitiveType;
59 SpacingMode spacingMode;
60 Winding winding;
61 bool usePointMode;
62 bool useLessThanOneInnerLevels;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsQuadTests.cpp81 struct CaseDefinition struct
83 int opType;
84 ShaderStageFlags shaderStage;
85 Format format;
86 int direction;
H A DglcSubgroupsBallotBroadcastTests.cpp75 struct CaseDefinition struct
77 int opType;
78 ShaderStageFlags shaderStage;
79 Format format;
H A DglcSubgroupsShuffleTests.cpp81 struct CaseDefinition struct
83 int opType;
84 ShaderStageFlags shaderStage;
85 Format format;
H A DglcSubgroupsBuiltinMaskVarTests.cpp55 struct CaseDefinition struct
57 std::string varName;
58 ShaderStageFlags shaderStage;
H A DglcSubgroupsVoteTests.cpp108 struct CaseDefinition struct
110 int opType;
111 ShaderStageFlags shaderStage;
112 Format format;

12