Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/SPIRV/
DGLSL.ext.NV.h42 const char* const E_SPV_NV_geometry_shader_passthrough = "SPV_NV_geometry_shader_passthrough"; variable
Ddisassemble.cpp511 strcmp(spv::E_SPV_NV_geometry_shader_passthrough, name) == 0 || in disassembleInstruction()
701 strcmp(name, spv::E_SPV_NV_geometry_shader_passthrough) == 0 || in GLSLextNVGetDebugNames()
DGlslangToSpv.cpp3361 builder.addExtension(spv::E_SPV_NV_geometry_shader_passthrough); in decorateStructType()
7342 builder.addExtension(spv::E_SPV_NV_geometry_shader_passthrough);
/external/deqp-deps/glslang/glslang/MachineIndependent/
DVersions.h206 const char* const E_SPV_NV_geometry_shader_passthrough = "GL_NV_geometry_shader_passthroug… variable
DVersions.cpp234 extensionBehavior[E_SPV_NV_geometry_shader_passthrough] = EBhDisable; in initializeExtensionBehavior()
DParseHelper.cpp4608 if (language == EShLangGeometry && extensionTurnedOn(E_SPV_NV_geometry_shader_passthrough)) { in finish()
4746 … requireExtensions(loc, 1, &E_SPV_NV_geometry_shader_passthrough, "geometry shader passthrough"); in setLayoutQualifier()