Home
last modified time | relevance | path

Searched refs:testTypeStr (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp728 std::ostringstream testTypeStr; in initPrograms() local
735 testTypeStr << "layout(set = 0, binding = " << descCount - 1u << ") uniform sampler2D texSamplerInput;\n"; in initPrograms()
746 testTypeStr << "layout(set = 0, binding = " << descCount - 1u << ") uniform uboInput\n" in initPrograms()
758 testTypeStr << "layout(set = 0, binding = " << (descCount - 1u) << ") readonly buffer ssboInput\n" in initPrograms()
770 testTypeStr << "#extension GL_EXT_samplerless_texture_functions : enable\n" in initPrograms()
780 testTypeStr << "#extension GL_EXT_samplerless_texture_functions : enable\n" in initPrograms()
790 testTypeStr << "layout (input_attachment_index = 1, set = 0, binding = " << descCount - 1u << ") uniform subpassInput imageInput;\n"; in initPrograms()
816 << testTypeStr.str() in initPrograms()
829 << (m_params.m_testType != TestType::InputAttachments ? testTypeStr.str() : "") in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp710 std::ostringstream testTypeStr; in initPrograms() local
716 testTypeStr << "layout(set = 0, binding = " << m_descCount - 1u << ") uniform sampler2D texSamplerInput;\n"; in initPrograms()
727 testTypeStr << "layout(set = 0, binding = " << m_descCount - 1u << ") uniform uboInput\n" in initPrograms()
739 testTypeStr << "layout(set = 0, binding = " << m_descCount - 1u << ") readonly buffer ssboInput\n" in initPrograms()
751 testTypeStr << "#extension GL_EXT_samplerless_texture_functions : enable\n" in initPrograms()
761 testTypeStr << "#extension GL_EXT_samplerless_texture_functions : enable\n" in initPrograms()
771 testTypeStr << "layout (input_attachment_index = 0, set = 0, binding = " << m_descCount - 1u << ") uniform subpassInput imageInput;\n"; in initPrograms()
797 << testTypeStr.str() in initPrograms()
810 << (m_testType != TestType::InputAttachments ? testTypeStr.str() : "") in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp704 const std::string testTypeStr = getSSBOTypeString(testType); in createSpecifiedStorageBufferTests() local
705 const std::string description = "Storage buffer " + testTypeStr + " tests"; in createSpecifiedStorageBufferTests()
710 const std::string name = testTypeStr + "_" + de::toString(ndx + 1); in createSpecifiedStorageBufferTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStorageBufferTests.cpp715 const std::string testTypeStr = getSSBOTypeString(testType); in createSpecifiedStorageBufferTests() local
716 const std::string description = "Storage buffer " + testTypeStr + " tests"; in createSpecifiedStorageBufferTests()
721 const std::string name = testTypeStr + "_" + de::toString(ndx + 1); in createSpecifiedStorageBufferTests()

Completed in 7 milliseconds