Searched refs:opsourceGLSLWithFile (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 7380 const std::string opsourceGLSLWithFile = "%opsrcfile = OpString \"foo.vert\"\nOpSource GLSL 450 %opsrcfile "; in createOpSourceTests() local 7390 {"file", opsourceGLSLWithFile}, in createOpSourceTests() 7391 {"source", opsourceGLSLWithFile + "\"void main(){}\""}, in createOpSourceTests() 7393 // words, of which the first 4 are opsourceGLSLWithFile; the rest will in createOpSourceTests() 7396 {"longsource", opsourceGLSLWithFile + '"' + makeLongUTF8String(65530) + "ccc" + '"'} in createOpSourceTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 7368 const std::string opsourceGLSLWithFile = "%opsrcfile = OpString \"foo.vert\"\nOpSource GLSL 450 %opsrcfile "; in createOpSourceTests() local 7378 {"file", opsourceGLSLWithFile}, in createOpSourceTests() 7379 {"source", opsourceGLSLWithFile + "\"void main(){}\""}, in createOpSourceTests() 7381 // words, of which the first 4 are opsourceGLSLWithFile; the rest will in createOpSourceTests() 7384 {"longsource", opsourceGLSLWithFile + '"' + makeLongUTF8String(65530) + "ccc" + '"'} in createOpSourceTests()
|
Completed in 45 milliseconds