Home
last modified time | relevance | path

Searched defs:VulkanBarriersPerfParams (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/angle/src/tests/perf_tests/
H A DVulkanBarriersPerf.cpp22 struct VulkanBarriersPerfParams final : public RenderTestParams struct
24 VulkanBarriersPerfParams(bool bufferCopy, bool largeTransfers, bool slowFS) in VulkanBarriersPerfParams() function
44 static constexpr int kImageSizes[3] = {256, 512, 4096};
45 static constexpr int kBufferSize = 4096 * 4096;
47 bool doBufferCopy;
48 bool doLargeTransfers;
49 bool doSlowFragmentShaders;