Searched refs:ComputeParams (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/tests/VulkanUnitTests/ |
D | ComputeTests.cpp | 33 struct ComputeParams struct 40 friend std::ostream &operator<<(std::ostream &os, const ComputeParams ¶ms) in operator <<() argument 50 class ComputeTest : public testing::TestWithParam<ComputeParams> 312 …ComputeParams, SwiftShaderVulkanBufferToBufferComputeTest, testing::Values(ComputeParams{ 512, 1, … 315 … ComputeParams{ 3, 1, 1, 1 }, ComputeParams{ 2, 1, 1, 1 }));
|