Searched defs:VulkanBarriersPerfParams (Results 1 – 1 of 1) sorted by relevance
22 struct VulkanBarriersPerfParams final : public RenderTestParams struct24 VulkanBarriersPerfParams(bool bufferCopy, bool largeTransfers, bool slowFS) in VulkanBarriersPerfParams() function44 static constexpr int kImageSizes[3] = {256, 512, 4096};45 static constexpr int kBufferSize = 4096 * 4096;47 bool doBufferCopy;48 bool doLargeTransfers;49 bool doSlowFragmentShaders;