Searched refs:selectStream (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 549 // Each function uses selectStream and map subroutines. 550 // selectStream is used to choose a proper substream of shader. 551 // E.g. if an operation is OpConstant it should be put into constants definitions stream - so selectStream will return that stream. 561 selectStream(a, 0) << map(a) << '\n'; in operator ()() 567 selectStream(a, 0) << map(a) << '\t' << map(b) << '\n'; in operator ()() 573 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\n'; in operator ()() 579 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\t' << map(d) << '\n'; in operator ()() 585 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\t' << map(d) << '\t' << map(e) << '\n'; in operator ()() 591 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\t' << map(d) << '\t' << map(e) << '\t' << map(f) << '\n'; in operator ()() 597 selectStream( in operator ()() 690 std::stringstream& selectStream (const T0& op0, const T1& op1) selectStream() function in vkt::robustness::__anon28603::ShaderStream 700 std::stringstream& selectStream (const Operation& op, const T1& op1) selectStream() function in vkt::robustness::__anon28603::ShaderStream 719 std::stringstream& selectStream (const T0& op0, const Operation& op) selectStream() function in vkt::robustness::__anon28603::ShaderStream [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 553 // Each function uses selectStream and map subroutines. 554 // selectStream is used to choose a proper substream of shader. 555 // E.g. if an operation is OpConstant it should be put into constants definitions stream - so selectStream will return that stream. 565 selectStream(a, 0) << map(a) << '\n'; in operator ()() 571 selectStream(a, 0) << map(a) << '\t' << map(b) << '\n'; in operator ()() 577 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\n'; in operator ()() 583 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\t' << map(d) << '\n'; in operator ()() 589 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\t' << map(d) << '\t' << map(e) << '\n'; in operator ()() 595 selectStream(a, c) << map(a) << '\t' << map(b) << '\t' << map(c) << '\t' << map(d) << '\t' << map(e) << '\t' << map(f) << '\n'; in operator ()() 601 selectStream( in operator ()() 694 std::stringstream& selectStream (const T0& op0, const T1& op1) selectStream() function in vkt::robustness::__anon29782::ShaderStream 704 std::stringstream& selectStream (const Operation& op, const T1& op1) selectStream() function in vkt::robustness::__anon29782::ShaderStream 723 std::stringstream& selectStream (const T0& op0, const Operation& op) selectStream() function in vkt::robustness::__anon29782::ShaderStream [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 2984 const auto selectStream = static_cast<bool>(m_testConfig.shaderRasterizationStream); in initPrograms() local 2985 const auto streamNumber = (selectStream ? m_testConfig.shaderRasterizationStream.get() : 0u); in initPrograms() 2993 << (selectStream ? "layout (stream=" + streamNumberStr + ") out;\n" : "") in initPrograms() 3010 << " " << (selectStream ? ("EmitStreamVertex(" + streamNumberStr + ")") : "EmitVertex()") << ";\n" in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineExtendedDynamicStateTests.cpp | 3622 const auto selectStream = static_cast<bool>(m_testConfig.shaderRasterizationStream); in initPrograms() local 3623 const auto streamNumber = (selectStream ? m_testConfig.shaderRasterizationStream.get() : 0u); in initPrograms() 3631 << (selectStream ? "layout (stream=" + streamNumberStr + ") out;\n" : "") in initPrograms() 3648 << " " << (selectStream ? ("EmitStreamVertex(" + streamNumberStr + ")") : "EmitVertex()") << ";\n" in initPrograms()
|
Completed in 28 milliseconds