Home
last modified time | relevance | path

Searched defs:TestConfig (Results 1 – 25 of 70) sorted by relevance

123

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1435 struct TestConfig struct
1438 vk::PipelineConstructionType pipelineConstructionType;
1441 SequenceOrdering sequenceOrdering;
1444 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry.
1445 deUint32 referenceStencil; // Reference stencil value.
1448 vk::VkClearValue clearColorValue;
1449 float clearDepthValue;
1450 deUint32 clearStencilValue;
1453 ReferenceColorGenerator::P referenceColor;
1454 float expectedDepth;
[all …]
DvktPipelineDynamicControlPoints.cpp74 struct TestConfig { struct
75 vk::PipelineConstructionType constructionType;
76 bool changeOutput;
77 bool firstClockwise;
78 bool secondClockwise;
79 vk::VkCullModeFlags cullMode;
80 tcu::Vec4 expectedFirst;
81 tcu::Vec4 expectedSecond;
DvktPipelineColorWriteEnableTests.cpp153 struct TestConfig struct
155 vk::PipelineConstructionType pipelineConstructionType;
158 SequenceOrdering sequenceOrdering;
161 MeshParams meshParams;
164 tcu::Vec4 clearColorValue;
165 float clearDepthValue;
168 tcu::BVec4 channelMask;
171 std::vector<tcu::Vec4> expectedColor;
172 float expectedDepth;
175 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1435 struct TestConfig struct
1438 vk::PipelineConstructionType pipelineConstructionType;
1441 SequenceOrdering sequenceOrdering;
1444 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry.
1445 deUint32 referenceStencil; // Reference stencil value.
1448 vk::VkClearValue clearColorValue;
1449 float clearDepthValue;
1450 deUint32 clearStencilValue;
1453 ReferenceColorGenerator::P referenceColor;
1454 float expectedDepth;
[all …]
DvktPipelineDynamicControlPoints.cpp74 struct TestConfig { struct
75 vk::PipelineConstructionType constructionType;
76 bool changeOutput;
77 bool firstClockwise;
78 bool secondClockwise;
79 vk::VkCullModeFlags cullMode;
80 tcu::Vec4 expectedFirst;
81 tcu::Vec4 expectedSecond;
DvktPipelineColorWriteEnableTests.cpp153 struct TestConfig struct
155 vk::PipelineConstructionType pipelineConstructionType;
158 SequenceOrdering sequenceOrdering;
161 MeshParams meshParams;
164 tcu::Vec4 clearColorValue;
165 float clearDepthValue;
168 tcu::BVec4 channelMask;
171 std::vector<tcu::Vec4> expectedColor;
172 float expectedDepth;
175 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig;
[all …]
/third_party/cef/tests/ceftests/
Ddialog_unittest.cc17 struct TestConfig { struct in __anon1185eb130111::DialogTestHandler
18 explicit TestConfig(FileDialogMode dialog_mode) in TestConfig() argument
30 FileDialogMode mode;
31 CefString title;
32 CefString default_file_name;
33 std::vector<CefString> accept_types;
34 int selected_accept_filter;
36 bool callback_async; // True if the callback should execute asynchronously.
37 bool callback_cancel; // True if the callback should cancel.
38 std::vector<CefString> callback_paths; // Resulting paths if not cancelled.
Ddisplay_unittest.cc253 struct TestConfig { struct in __anon6e48c5990311::ConsoleTestHandler
255 explicit TestConfig(cef_log_severity_t message_level) in TestConfig() function
262 cef_log_severity_t level;
263 std::string message;
264 std::string expected_message;
265 std::string source;
266 int line;
267 std::string function;
/third_party/vk-gl-cts/modules/egl/
DteglGLES2SharedRenderingPerfTests.cpp62 struct TestConfig struct
64 enum TextureType
73 int threadCount;
74 int perThreadContextCount;
76 int frameCount;
77 int drawCallCount;
78 int triangleCount;
80 bool sharedContexts;
82 bool useCoordBuffer;
83 bool sharedCoordBuffer;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp52 struct TestConfig struct
54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig() argument
55 vk::VkFormat format;
DvktYCbCrConversionTests.cpp153 struct TestConfig struct
155 TestConfig (glu::ShaderType shaderType_, in TestConfig() function
196 glu::ShaderType shaderType;
197 vk::VkFormat format;
198 vk::VkImageTiling imageTiling;
199 vk::VkFilter textureFilter;
200 vk::VkSamplerAddressMode addressModeU;
201 vk::VkSamplerAddressMode addressModeV;
203 vk::VkFilter chromaFilter;
204 vk::VkChromaLocation xChromaOffset;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
DvktYCbCrImageOffsetTests.cpp52 struct TestConfig struct
54 TestConfig (const vk::VkFormat format_) : format (format_) {} in TestConfig() function
55 vk::VkFormat format;
DvktYCbCrConversionTests.cpp153 struct TestConfig struct
155 TestConfig (glu::ShaderType shaderType_, in TestConfig() function
196 glu::ShaderType shaderType;
197 vk::VkFormat format;
198 vk::VkImageTiling imageTiling;
199 vk::VkFilter textureFilter;
200 vk::VkSamplerAddressMode addressModeU;
201 vk::VkSamplerAddressMode addressModeV;
203 vk::VkFilter chromaFilter;
204 vk::VkChromaLocation xChromaOffset;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp104 struct TestConfig struct
106 VkFormat format;
107 deUint32 width;
108 deUint32 height;
109 deUint32 imageLayers;
110 deUint32 viewLayers;
111 deUint32 resolveBaseLayer;
112 VkRect2D renderArea;
113 VkImageAspectFlags aspectFlag;
114 deUint32 sampleCount;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilResolveTests.cpp104 struct TestConfig struct
106 VkFormat format;
107 deUint32 width;
108 deUint32 height;
109 deUint32 imageLayers;
110 deUint32 viewLayers;
111 deUint32 resolveBaseLayer;
112 VkRect2D renderArea;
113 VkImageAspectFlags aspectFlag;
114 deUint32 sampleCount;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp98 struct TestConfig struct
100 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument
135 glu::ShaderType shaderType;
136 vk::VkFormat format;
137 vk::VkImageTiling imageTiling;
138 vk::VkFilter textureFilter;
139 vk::VkSamplerAddressMode addressModeU;
140 vk::VkSamplerAddressMode addressModeV;
142 vk::VkFilter chromaFilter;
143 vk::VkChromaLocation xChromaOffset;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp98 struct TestConfig struct
100 TestConfig (glu::ShaderType shaderType_, in TestConfig() function
135 glu::ShaderType shaderType;
136 vk::VkFormat format;
137 vk::VkImageTiling imageTiling;
138 vk::VkFilter textureFilter;
139 vk::VkSamplerAddressMode addressModeU;
140 vk::VkSamplerAddressMode addressModeV;
142 vk::VkFilter chromaFilter;
143 vk::VkChromaLocation xChromaOffset;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1175 struct TestConfig in createDrawTests() struct
1177 std::string name; in createDrawTests()
1178 std::string description; in createDrawTests()
1179 VkFormat inputFormat; in createDrawTests()
1180 deUint32 numVertexValues; in createDrawTests()
1181 deUint32 numInstanceValues; in createDrawTests()
1182 deUint32 numVertices; in createDrawTests()
1183 deUint32 numInstances; in createDrawTests()
1212 struct TestConfig in createDrawIndexedTests() struct
1214 std::string name; in createDrawIndexedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp1175 struct TestConfig in createDrawTests() struct
1177 std::string name; in createDrawTests()
1178 std::string description; in createDrawTests()
1179 VkFormat inputFormat; in createDrawTests()
1180 deUint32 numVertexValues; in createDrawTests()
1181 deUint32 numInstanceValues; in createDrawTests()
1182 deUint32 numVertices; in createDrawTests()
1183 deUint32 numInstances; in createDrawTests()
1212 struct TestConfig in createDrawIndexedTests() struct
1214 std::string name; in createDrawIndexedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp47 struct TestConfig struct
49 SynchronizationType type;
50 VkEventCreateFlags flags;
51 VideoCodecOperationFlags videoCodecOperationFlags;
167 tcu::TestStatus eventSetResetNoneStage (Context& context, TestConfig) in eventSetResetNoneStage() argument
DvktSynchronizationCrossInstanceSharingTests.cpp59 struct TestConfig struct
61 TestConfig (SynchronizationType type_, in TestConfig() argument
80 const SynchronizationType type;
81 const ResourceDescription resource;
82 const vk::VkSemaphoreType semaphoreType;
83 const OperationName writeOp;
84 const OperationName readOp;
85 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType;
86 const vk::VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType;
87 const bool dedicated;
DvktGlobalPriorityQueueTests.cpp70 struct TestConfig struct
72 VkQueueFlagBits transitionFrom;
73 VkQueueFlagBits transitionTo;
74 VkQueueGlobalPriorityKHR priorityFrom;
75 VkQueueGlobalPriorityKHR priorityTo;
76 bool enableProtected;
77 bool enableSparseBinding;
78 SyncType syncType;
79 deUint32 width;
80 deUint32 height;
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp47 struct TestConfig struct
49 SynchronizationType type;
50 VkEventCreateFlags flags;
51 VideoCodecOperationFlags videoCodecOperationFlags;
167 tcu::TestStatus eventSetResetNoneStage (Context& context, TestConfig) in eventSetResetNoneStage() argument
DvktSynchronizationCrossInstanceSharingTests.cpp59 struct TestConfig struct
61 TestConfig (SynchronizationType type_, in TestConfig() function
80 const SynchronizationType type;
81 const ResourceDescription resource;
82 const vk::VkSemaphoreType semaphoreType;
83 const OperationName writeOp;
84 const OperationName readOp;
85 const vk::VkExternalMemoryHandleTypeFlagBits memoryHandleType;
86 const vk::VkExternalSemaphoreHandleTypeFlagBits semaphoreHandleType;
87 const bool dedicated;
DvktGlobalPriorityQueueTests.cpp70 struct TestConfig struct
72 VkQueueFlagBits transitionFrom;
73 VkQueueFlagBits transitionTo;
74 VkQueueGlobalPriorityKHR priorityFrom;
75 VkQueueGlobalPriorityKHR priorityTo;
76 bool enableProtected;
77 bool enableSparseBinding;
78 SyncType syncType;
79 deUint32 width;
80 deUint32 height;
[all …]

123