Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfranx/ShaderDebugger
/ functions
Functions
909 in github.com/dfranx/ShaderDebugger
⨍
Functions
909
◇
Types & classes
120
↓ 2 callers
Method
BitFieldEnd
libs/wgtcc/ast.h:627
↓ 2 callers
Method
Copy
libs/wgtcc/token.h:292
↓ 2 callers
Method
FindTagInCurScope
libs/wgtcc/scope.cc:32
↓ 2 callers
Method
FuncType
libs/wgtcc/ast.h:697
↓ 2 callers
Method
GetBytecode
inc/ShaderDebugger/Compiler.h:25
↓ 2 callers
Method
GetCompiler
inc/ShaderDebugger/ShaderDebugger.h:69
↓ 2 callers
Function
GetDir
libs/wgtcc/cpp.cc:800
↓ 2 callers
Function
GetMatrixTypeFromName
src/Utils.cpp:122
↓ 2 callers
Function
GetTextureDimension
src/Utils.cpp:155
↓ 2 callers
Method
IVal
libs/wgtcc/ast.h:467
↓ 2 callers
Method
InsertFront
If there is preceding newline
libs/wgtcc/token.h:387
↓ 2 callers
Method
IsBeginOfLine
* If this seq starts from the begin of a line. * Called only after we have saw '#' in the token sequence. */
libs/wgtcc/token.cc:196
↓ 2 callers
Method
IsConstQualified
libs/wgtcc/ast.h:284
↓ 2 callers
Method
IsConstant
libs/wgtcc/token.h:228
↓ 2 callers
Method
IsUnsigned
libs/wgtcc/type.h:155
↓ 2 callers
Method
Mark
libs/wgtcc/scanner.h:75
↓ 2 callers
Method
MemberMap
libs/wgtcc/type.h:377
↓ 2 callers
Method
Parent
libs/wgtcc/scope.h:33
↓ 2 callers
Method
Parse
src/HLSLCompiler.cpp:283
↓ 2 callers
Method
ParseExpr
libs/wgtcc/parser.cc:128
↓ 2 callers
Method
Print
libs/wgtcc/scope.cc:97
↓ 2 callers
Method
Process
TODO(wgtdkp): add predefined macros
libs/wgtcc/cpp.cc:267
↓ 2 callers
Method
RepSeq
libs/wgtcc/cpp.cc:918
↓ 2 callers
Method
Repr
libs/wgtcc/ast.h:640
↓ 2 callers
Method
ResetTo
libs/wgtcc/token.h:371
↓ 2 callers
Method
SVal
libs/wgtcc/ast.h:469
↓ 2 callers
Method
SetDecl
libs/wgtcc/ast.h:624
↓ 2 callers
Method
SetImmediate
inc/ShaderDebugger/Compiler.h:32
↓ 2 callers
Method
Str
libs/wgtcc/type.cc:205
↓ 2 callers
Method
Str
libs/wgtcc/type.h:192
↓ 2 callers
Method
TexelFetch
src/Texture.cpp:73
↓ 2 callers
Method
UpdateHeadLocation
libs/wgtcc/token.h:299
↓ 2 callers
Method
Val
libs/wgtcc/ast.h:571
↓ 2 callers
Method
Width
libs/wgtcc/type.h:188
↓ 2 callers
Function
create_int3
src/CommonLibrary.cpp:108
↓ 2 callers
Function
create_uint2
src/CommonLibrary.cpp:211
↓ 2 callers
Function
multiply_mat_vec
src/CommonLibrary.cpp:300
↓ 2 callers
Function
noise1
I know... this takes least time, i'll have to reimplement noise functions anyway
src/GLSLLibrary.cpp:95
↓ 2 callers
Function
noise2
src/GLSLLibrary.cpp:101
↓ 2 callers
Function
noise3
src/GLSLLibrary.cpp:113
↓ 2 callers
Function
noise4
src/GLSLLibrary.cpp:127
↓ 2 callers
Method
operator->
libs/wgtcc/type.h:97
↓ 1 callers
Method
AddBitField
libs/wgtcc/type.cc:411
↓ 1 callers
Method
AddFunctionDefinition
inc/ShaderDebugger/Compiler.h:34
↓ 1 callers
Method
AddStructureDefinition
inc/ShaderDebugger/Compiler.h:35
↓ 1 callers
Method
Align
libs/wgtcc/ast.h:613
↓ 1 callers
Method
AllTagsInCurScope
libs/wgtcc/scope.cc:87
↓ 1 callers
Function
Append32LE
libs/wgtcc/encoding.cc:17
↓ 1 callers
Method
ClearDefinitions
inc/ShaderDebugger/Compiler.h:37
↓ 1 callers
Function
ConvertToUTF16
libs/wgtcc/encoding.cc:23
↓ 1 callers
Function
ConvertToUTF32
libs/wgtcc/encoding.cc:32
↓ 1 callers
Method
CurFunc
libs/wgtcc/parser.h:211
↓ 1 callers
Function
Date
libs/wgtcc/cpp.cc:866
↓ 1 callers
Method
Empty
libs/wgtcc/token.h:372
↓ 1 callers
Method
FVal
libs/wgtcc/ast.h:468
↓ 1 callers
Method
Finalize
libs/wgtcc/cpp.cc:244
↓ 1 callers
Method
FinalizeSubst
libs/wgtcc/token.h:304
↓ 1 callers
Method
GetLanguage
inc/ShaderDebugger/Compiler.h:53
↓ 1 callers
Method
GetLine
libs/wgtcc/token.cc:183
↓ 1 callers
Function
GetMatrixSizeFromName
src/Utils.cpp:93
↓ 1 callers
Method
GetSemanticValue
src/ShaderDebugger.cpp:50
↓ 1 callers
Function
GetVariableTypeFromName
src/Utils.cpp:130
↓ 1 callers
Method
HasInit
libs/wgtcc/ast.h:637
↓ 1 callers
Method
HasTag
libs/wgtcc/type.h:380
↓ 1 callers
Method
IsDecl
libs/wgtcc/token.h:232
↓ 1 callers
Method
IsLVal
libs/wgtcc/ast.h:604
↓ 1 callers
Method
IsLiteral
libs/wgtcc/token.h:227
↓ 1 callers
Method
IsTypeSpecQual
libs/wgtcc/token.h:231
↓ 1 callers
Function
LogError
src/HLSLCompiler.cpp:250
↓ 1 callers
Function
LogErrorArgs
hlslparser logger functions
src/HLSLCompiler.cpp:245
↓ 1 callers
Method
MergeAnony
Move members of Anonymous struct/union to external struct/union
libs/wgtcc/type.cc:432
↓ 1 callers
Function
ModifyBase
libs/wgtcc/parser.cc:1411
↓ 1 callers
Method
Next
libs/wgtcc/token.h:326
↓ 1 callers
Method
ObjLike
libs/wgtcc/cpp.h:38
↓ 1 callers
Method
PopBack
libs/wgtcc/token.h:361
↓ 1 callers
Method
PreDef
libs/wgtcc/cpp.h:40
↓ 1 callers
Method
Qual
libs/wgtcc/type.h:108
↓ 1 callers
Function
ReadFile
libs/wgtcc/scanner.cc:396
↓ 1 callers
Method
ScanCharacter
libs/wgtcc/scanner.cc:272
↓ 1 callers
Method
ScanIdentifier
libs/wgtcc/scanner.cc:181
↓ 1 callers
Method
SetAlign
libs/wgtcc/ast.h:614
↓ 1 callers
Method
SetBody
libs/wgtcc/ast.h:699
↓ 1 callers
Method
SetDerived
libs/wgtcc/type.h:249
↓ 1 callers
Method
SetLabel
libs/wgtcc/ast.h:152
↓ 1 callers
Method
SetParams
libs/wgtcc/type.h:335
↓ 1 callers
Method
SetParser
libs/wgtcc/token.h:397
↓ 1 callers
Method
SetStorage
libs/wgtcc/ast.h:612
↓ 1 callers
Method
Storage
libs/wgtcc/ast.h:611
↓ 1 callers
Method
Tag
libs/wgtcc/type.h:224
↓ 1 callers
Method
ToDerived
libs/wgtcc/type.h:167
↓ 1 callers
Function
TypeLL
libs/wgtcc/parser.cc:871
↓ 1 callers
Method
VisitBinaryOp
libs/wgtcc/evaluator.cc:10
↓ 1 callers
Method
VisitCompoundStmt
libs/wgtcc/evaluator.h:55
↓ 1 callers
Method
VisitConditionalOp
libs/wgtcc/evaluator.cc:104
↓ 1 callers
Method
VisitConstant
libs/wgtcc/evaluator.cc:209
↓ 1 callers
Method
VisitDeclaration
We may should assert here
libs/wgtcc/evaluator.h:49
↓ 1 callers
Method
VisitEnumerator
libs/wgtcc/evaluator.h:26
↓ 1 callers
Method
VisitFuncCall
libs/wgtcc/evaluator.h:23
↓ 1 callers
Method
VisitFuncDef
libs/wgtcc/evaluator.h:56
↓ 1 callers
Method
VisitIdentifier
libs/wgtcc/evaluator.h:29
← previous
next →
101–200 of 909, ranked by callers