Lines Matching refs:to
5 ; this script is used by TexConv to build a sample .tpl file
10 ; to build, start the MS-DOS shell,
28 ; to cancel, type path = 0
42 ; we have provided a function to read .tga files.
43 ; it is up to the developer to provide functions to read other
44 … ; file types ( see tplConv.h for how to install this code in TexConv )
69 ; if mipmapping: source image is considered to be LOD 0.
70 ; numbers indicate minLOD desired relative to source image,
71 ; maxLOD desired relative to source image, remapped minLOD.
77 … ; shortest dimension must be long enough to provide maxLOD.
81 ; convert to RGBA8 format
83 ; set the tpl minLOD to 0.
87 image 2 = 0, 0, CMPR, 0, 7, 0 ; compressed format with source alpha reduced to 1-bit alpha.
97 ; note: if converting a C8 source file to true color format,
105 ; all alphas set to maximum value.
111 image 10 = 0, x, I4, 0, 7, 0 ; color images are reduced to greyscale by averaging color va…
119 image 14 = 2, x, CMPR, GX_REPEAT, GX_CLAMP ; set wrapS to repeat and set wrapT to cla…
120 image 15 = 2, x, CMPR, 0, 7, 0, GX_CLAMP, GX_MIRROR ; set wrapS to clamp and set wrapT to mirr…
126 ; palettes can be converted to RGB565, RGB5A3 format.
128 ; dest. alpha in CLUT will be set to maximum.