Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp7650 …const std::string opsourceGLSLWithFile = "%opsrcfile = OpString \"foo.vert\"\nOpSource GLSL 450 %o… in createOpSourceTests() local
7658 {"file", opsourceGLSLWithFile}, in createOpSourceTests()
7659 … {"source", opsourceGLSLWithFile + "\"void main(){}\""}, in createOpSourceTests()
7664 … {"longsource", opsourceGLSLWithFile + '"' + makeLongUTF8String(65530) + "ccc" + '"'}}; in createOpSourceTests()