Home
last modified time | relevance | path

Searched refs:m_code (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp1633 out_source.m_parts[i].m_length = static_cast<glw::GLint>(out_source.m_parts[i].m_code.length()); in initShaderSource()
1635 …out_source.m_parts[i].m_code.append("This should be ignored by compiler, as source length is provi… in initShaderSource()
1767 if (true == compute_shader.m_parts[0].m_code.empty()) in testCompute()
2051 if (true == compute_shader.m_parts[0].m_code.empty()) in testCompute()
2658 source.m_parts[0].m_code = shader_template_part_0; in prepareComputShaderSource()
2659 source.m_parts[1].m_code = shader_template_part_1; in prepareComputShaderSource()
2661 replaceAllCaseTokens(source.m_parts[0].m_code); in prepareComputShaderSource()
2662 replaceAllCaseTokens(source.m_parts[1].m_code); in prepareComputShaderSource()
2666 source.m_parts[0].m_code = shader_template_part_0; in prepareComputShaderSource()
2667 source.m_parts[0].m_code.append(shader_template_part_1); in prepareComputShaderSource()
[all …]
Dgl4cShadingLanguage420PackTests.hpp221 std::string m_code; member
/third_party/boost/boost/geometry/srs/projections/
Dexception.hpp32 : m_code(code) in projection_exception()
37 : m_code(0) in projection_exception()
42 : m_code(code) in projection_exception()
52 int code() const { return m_code; } in code()
54 int m_code; member in boost::geometry::projection_exception
/third_party/vk-gl-cts/framework/common/
DtcuTestCase.hpp191 …TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(desc… in TestStatus()
193 bool isComplete (void) const { return m_code != QP_TEST_RESULT_LAST; } in isComplete()
194 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; } in getCode()
202 qpTestResult m_code; member in tcu::TestStatus
/third_party/boost/boost/log/attributes/
Dvalue_visitation.hpp60 error_code m_code; member in boost::visitation_result
67 BOOST_CONSTEXPR visitation_result(error_code code = ok) BOOST_NOEXCEPT : m_code(code) {} in visitation_result()
80 bool operator! () const BOOST_NOEXCEPT { return (m_code != ok); }
85 error_code code() const BOOST_NOEXCEPT { return m_code; } in code()
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlbasesink.c977 CURLMcode m_code; in handle_transfer() local
990 m_code = curl_multi_perform (sink->multi_handle, &running_handles); in handle_transfer()
991 } while (m_code == CURLM_CALL_MULTI_PERFORM); in handle_transfer()
994 while (running_handles && (m_code == CURLM_OK)) { in handle_transfer()
1028 m_code = curl_multi_perform (sink->multi_handle, &running_handles); in handle_transfer()
1029 } while (m_code == CURLM_CALL_MULTI_PERFORM); in handle_transfer()
1033 if (m_code != CURLM_OK) { in handle_transfer()
1035 curl_multi_strerror (m_code)); in handle_transfer()
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_cpp.template159 : m_code(code)
166 error->setInteger("code", m_code);
177 DispatchResponse::ErrorCode m_code;