Lines Matching refs:entrypoint
524 unsigned entrypoint = stream[word - 1];
526 if (entrypoint < GLSLstd450Count) {
527 out << "(" << GlslStd450DebugNames[entrypoint] << ")";
530 out << "(" << GLSLextAMDGetDebugNames(name, entrypoint) << ")";
533 out << "(" << GLSLextNVGetDebugNames(name, entrypoint) << ")";
537 out << "(" << NonSemanticShaderDebugInfo100GetDebugNames(entrypoint) << ")";
665 static const char* GLSLextAMDGetDebugNames(const char* name, unsigned entrypoint)
668 switch (entrypoint) {
676 switch (entrypoint) {
689 switch (entrypoint) {
695 switch (entrypoint) {
707 static const char* GLSLextNVGetDebugNames(const char* name, unsigned entrypoint)
717 switch (entrypoint) {
761 static const char* NonSemanticShaderDebugInfo100GetDebugNames(unsigned entrypoint)
763 switch (entrypoint) {