Searched defs:TestParam (Results 1 – 2 of 2) 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;
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()