Home
last modified time | relevance | path

Searched defs:glslSource (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp139 std::vector<uint32_t> compileGLSLtoSPIRV(const char *glslSource, EShLanguage glslLanguage) in compileGLSLtoSPIRV()
H A DDrawTester.cpp443 vk::ShaderModule DrawTester::createShaderModule(const char *glslSource, EShLanguage glslLanguage) in createShaderModule()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSpirvUtils.cpp330 bool verifyMappings(std::string glslSource, std::string spirVSource, SpirVMapping &mappings, bool a… in verifyMappings()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingMutableTests.cpp2570 auto &glslSource = programCollection.glslSources.add(shaderNameStr); in initPrograms() local