Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktShaderTileImageTests.cpp97 struct TestParam struct
99 bool coherent;
100 TestType testType;
101 VkFormat colorFormat;
102 VkFormat depthStencilFormat;
103 VkSampleCountFlagBits m_sampleCount;
104 bool multipleDrawCalls;
105 bool multiplePatchesPerDraw;
106 deUint32 frameBufferSize;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc66 struct TestParam { struct
68 explicit TestParam(InputShareMode input_share_mode) in TestParam() argument
73 bool refcount_is_one = true;
78 bool with_capacity = true;
85 InputShareMode input_share_mode = kPrivate;
87 std::string ToString() const { in ToString()