Home
last modified time | relevance | path

Searched refs:m_code (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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 provided"); 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 in prepareComputShaderSource()
[all...]
H A Dgl4cShadingLanguage420PackTests.hpp221 std::string m_code; member
/third_party/vk-gl-cts/framework/common/
H A DtcuTestCase.hpp203 TestStatus (qpTestResult code, const std::string& description) : m_code(code), m_description(description) {} in TestStatus()
205 bool isComplete (void) const { return m_code != QP_TEST_RESULT_LAST; } in isComplete()
206 bool isFail (void) const { return m_code == QP_TEST_RESULT_FAIL; } in isFail()
207 qpTestResult getCode (void) const { DE_ASSERT(isComplete()); return m_code; } in getCode()
215 qpTestResult m_code; member in tcu::TestStatus

Completed in 13 milliseconds