mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-02 17:52:49 -04:00
Set names for symbols relating to the gfx C0 command
This commit is contained in:
+365
-324
File diff suppressed because it is too large
Load Diff
@@ -449,7 +449,7 @@ void texSelect(Gfx **gdlptr, struct textureconfig *tconfig, u32 arg2, s32 arg3,
|
||||
}
|
||||
|
||||
if (tex && tex->hasloddata) {
|
||||
tex0f173e50(tex, &depth2, &lrs);
|
||||
texGetDepthAndSize(tex, &depth2, &lrs);
|
||||
} else {
|
||||
switch (depth) {
|
||||
case G_IM_SIZ_32b:
|
||||
|
||||
+2
-19
@@ -21,29 +21,12 @@ void texSetRenderMode(Gfx **gdlptr, s32 arg1, s32 numcycles, s32 arg3);
|
||||
void texLoadFromConfig(struct textureconfig *config);
|
||||
void texSelect(Gfx **gdl, struct textureconfig *tconfig, u32 arg2, s32 arg3, u32 ulst, bool arg5, struct texpool *pool);
|
||||
|
||||
void tex0f173a08(void);
|
||||
bool texSetLutMode(u32 value);
|
||||
bool tex0f173a70(s32 index, s32 arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, s32 arg7, s32 arg8, s32 shifts, s32 shiftt);
|
||||
bool tex0f173b8c(s32 index, s32 uls, s32 ult, s32 lrs, s32 lrt);
|
||||
s32 texGetWidthAtLod(struct tex *tex, s32 lod);
|
||||
s32 texGetHeightAtLod(struct tex *tex, s32 lod);
|
||||
s32 texGetLineSizeInBytes(struct tex *tex, s32 lod);
|
||||
s32 texGetSizeInBytes(struct tex *tex, s32 lod);
|
||||
void tex0f173e50(struct tex *tex, s32 *arg1, s32 *arg2);
|
||||
s32 tex0f173f18(s32 arg0);
|
||||
s32 tex0f173f48(s32 arg0);
|
||||
Gfx *tex0f173f78(Gfx *gdl, struct tex *tex, s32 arg2, s32 shifts, s32 shiftt, s32 arg5);
|
||||
Gfx *tex0f1742e4(Gfx *arg0, Gfx *arg1, struct tex *tex, bool arg3);
|
||||
Gfx *tex0f1743a0(Gfx *gdl, struct tex *tex, s32 arg2);
|
||||
Gfx *tex0f1747a4(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, u32 size);
|
||||
Gfx *tex0f174b54(Gfx *gdl, struct tex *tex);
|
||||
Gfx *tex0f174f30(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4, s32 tile);
|
||||
Gfx *tex0f1751e4(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4, bool arg5);
|
||||
Gfx *tex0f175308(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4, struct tex *arg5, s32 arg6, s32 arg7, s32 arg8, bool arg9);
|
||||
Gfx *tex0f175490(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4, s32 arg5, s32 arg6, s32 arg7, bool arg8);
|
||||
Gfx *tex0f1755dc(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4);
|
||||
Gfx *tex0f17563c(Gfx *gdl, struct tex *tex, s32 arg2, s32 arg3, s32 arg4);
|
||||
s32 texLoadFromGdl(Gfx *arg0, s32 gdlsizeinbytes, Gfx *arg2, struct texpool *pool, u8 *arg4);
|
||||
void texGetDepthAndSize(struct tex *tex, s32 *arg1, s32 *arg2);
|
||||
s32 texLoadFromGdl(Gfx *instart, s32 gdlsizeinbytes, Gfx *outstart, struct texpool *pool, u8 *vtxstart);
|
||||
void texCopyGdls(Gfx *src, Gfx *dst, s32 numbytes);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5228,28 +5228,6 @@ struct var80061420 {
|
||||
u8 *unk04;
|
||||
};
|
||||
|
||||
struct var800ab5b8 {
|
||||
u32 unk00;
|
||||
u32 unk04;
|
||||
u32 unk08;
|
||||
u32 unk0c;
|
||||
u32 unk10;
|
||||
u32 unk14;
|
||||
u32 unk18;
|
||||
u32 unk1c;
|
||||
u32 unk20;
|
||||
u32 unk24;
|
||||
u32 unk28;
|
||||
};
|
||||
|
||||
struct var800ab718 {
|
||||
bool inuse;
|
||||
s32 uls;
|
||||
s32 ult;
|
||||
s32 lrs;
|
||||
s32 lrt;
|
||||
};
|
||||
|
||||
struct menurendercontext {
|
||||
s16 x;
|
||||
s16 y;
|
||||
|
||||
Reference in New Issue
Block a user