Home
last modified time | relevance | path

Searched defs:TestParam (Results 1 – 4 of 4) 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/protobuf/src/google/protobuf/
Dreflection_visit_fields_test.cc41 struct TestParam { struct
42 absl::string_view name;
43 Message* (*create_message)(Arena& arena);
/third_party/openhitls/testcode/common/
Dexecute_base.c52 } TestParam; typedef
/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()