Searched defs:TestParam (Results 1 – 4 of 4) sorted by relevance
97 struct TestParam struct99 bool coherent;100 TestType testType;101 VkFormat colorFormat;102 VkFormat depthStencilFormat;103 VkSampleCountFlagBits m_sampleCount;104 bool multipleDrawCalls;105 bool multiplePatchesPerDraw;106 deUint32 frameBufferSize;
41 struct TestParam { struct42 absl::string_view name;43 Message* (*create_message)(Arena& arena);
52 } TestParam; typedef
66 struct TestParam { struct68 explicit TestParam(InputShareMode input_share_mode) in TestParam() argument73 bool refcount_is_one = true;78 bool with_capacity = true;85 InputShareMode input_share_mode = kPrivate;87 std::string ToString() const { in ToString()