Home
last modified time | relevance | path

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

123

/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/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1833 struct TestConfig struct
1836 vk::PipelineConstructionType pipelineConstructionType;
1839 SequenceOrdering sequenceOrdering;
1842 std::vector<MeshParams> meshParams; // Mesh parameters for each full-screen layer of geometry.
1843 deUint32 referenceStencil; // Reference stencil value.
1846 vk::VkClearValue clearColorValue;
1847 float clearDepthValue;
1848 deUint32 clearStencilValue;
1851 ReferenceColorGenerator::P referenceColor;
1852 float expectedDepth;
[all …]
DvktPipelineDynamicControlPoints.cpp76 struct TestConfig { struct
77 vk::PipelineConstructionType constructionType;
78 bool changeOutput;
79 bool firstClockwise;
80 bool secondClockwise;
81 vk::VkCullModeFlags cullMode;
82 tcu::Vec4 expectedFirst;
83 tcu::Vec4 expectedSecond;
DvktPipelineColorWriteEnableTests.cpp155 struct TestConfig struct
157 vk::PipelineConstructionType pipelineConstructionType;
160 SequenceOrdering sequenceOrdering;
163 MeshParams meshParams;
166 tcu::Vec4 clearColorValue;
167 float clearDepthValue;
170 tcu::BVec4 channelMask;
173 std::vector<tcu::Vec4> expectedColor;
174 float expectedDepth;
177 StaticAndDynamicPair<Bool32Vec> colorWriteEnableConfig;
[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/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() function
55 vk::VkFormat format;
DvktYCbCrConversionTests.cpp153 struct TestConfig struct
155 TestConfig (glu::ShaderType shaderType_, in TestConfig() argument
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/backends/testsuite/backend/genesys/
Dsession_config_test.cpp44 struct TestConfig struct
46 std::uint16_t vendor_id = 0;
47 std::uint16_t product_id = 0;
48 std::uint16_t bcd_device = 0;
49 std::string model_name;
50 genesys::ScanMethod method = genesys::ScanMethod::FLATBED;
51 genesys::ScanColorMode color_mode = genesys::ScanColorMode::COLOR_SINGLE_PASS;
52 unsigned depth = 0;
53 unsigned resolution = 0;
55 std::string name() const in name()
/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_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.cpp1168 struct TestConfig in createDrawTests() struct
1170 std::string name; in createDrawTests()
1171 VkFormat inputFormat; in createDrawTests()
1172 deUint32 numVertexValues; in createDrawTests()
1173 deUint32 numInstanceValues; in createDrawTests()
1174 deUint32 numVertices; in createDrawTests()
1175 deUint32 numInstances; in createDrawTests()
1207 struct TestConfig in createDrawIndexedTests() struct
1209 std::string name; in createDrawIndexedTests()
1210 VkFormat inputFormat; in createDrawIndexedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktGlobalPriorityQueueTests.cpp71 struct TestConfig struct
73 VkQueueFlagBits transitionFrom;
74 VkQueueFlagBits transitionTo;
75 VkQueueGlobalPriorityKHR priorityFrom;
76 VkQueueGlobalPriorityKHR priorityTo;
77 bool enableProtected;
78 bool enableSparseBinding;
79 SyncType syncType;
80 deUint32 width;
81 deUint32 height;
[all …]
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;
/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_no_buildgn/vulkan/memory/
DvktMemoryAllocationTests.cpp82 struct TestConfig struct
84 enum Order
92 Maybe<VkDeviceSize> memorySize;
93 Maybe<float> memoryPercentage;
94 deUint32 memoryAllocationCount;
95 Order order;
96 AllocationMode allocationMode;
98 TestConfig (void) in TestConfig() argument

123