Home
last modified time | relevance | path

Searched refs:input (Results 1 – 11 of 11) sorted by relevance

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/MultiThreadConvert/
Dtest.fx15 PS_IN VS( VS_IN input )
19 output.pos = mul(input.pos, worldViewProj);
20 output.col = input.col;
25 float4 PS( PS_IN input ) : SV_Target
27 return input.col;
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/CustomConverterApp/
Dtest.fx15 PS_IN VS( VS_IN input )
19 output.pos = mul(input.pos, worldViewProj);
20 output.col = input.col;
25 float4 PS( PS_IN input ) : SV_Target
27 return input.col;
/CafeSDK-2.12.13-1/system/include/nn/util/
Dutil_Crc.h48 void Update(const void* input, size_t length);
65 static u8 Calculate(const void* input, size_t length, u8 context = CRC8_STANDARD_INIT);
113 void Update(const void* input, size_t length);
130 static u16 Calculate(const void* input, size_t length, u16 context = CRC16_STANDARD_INIT);
179 void Update(const void* input, size_t length);
196 static u16 Calculate(const void* input, size_t length, u16 context = CRC16_CCITT_INIT);
246 void Update(const void* input, size_t length);
263 static u32 Calculate(const void* input, size_t length, u32 context = CRC32_STANDARD_INIT);
313 void Update(const void* input, size_t length);
330 static u32 Calculate(const void* input, size_t length, u32 context = CRC32_POSIX_INIT);
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/deferredTestDX9/
DdeferredTest.fx42 PS_INPUT_SETUP vertexSetup(VS_INPUT_SETUP input)
46 output.vWorldPos = mul(input.position, u_modelMtx);
48 output.vWorldNrm = normalize(mul(float4(input.normal, 0.0), u_modelMtx));
53 PS_OUTPUT_SETUP pixelSetup(PS_INPUT_SETUP input)
58 output.vWorldNrm = float4(input.vWorldNrm.xyz, 1.0);
59 output.vWorldPosXYZ = input.vWorldPos;
126 PS_INPUT_LIGHTING vertexLighting(VS_INPUT_LIGHTING input)
130 output.vPos = input.position;
131 output.vTex0 = input.texCoord;
136 float4 pixelLighting(PS_INPUT_LIGHTING input) : COLOR0
[all …]
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DTools.cs171 internal static string Root(string input) in Root() argument
173 if (Path.IsPathRooted(input)) in Root()
175 return input; in Root()
179 return Environment.CurrentDirectory + "\\" + input; in Root()
189 internal static string Windowsify(string input) in Windowsify() argument
192 Log.WriteLine("Windowsify input = " + input); in Windowsify()
194 if (string.IsNullOrEmpty(input)) in Windowsify()
196 return input; in Windowsify()
201 cygdriverIndex = input.IndexOf(@"/cygdrive///"); in Windowsify()
207input = input.Replace( @"/cygdrive///", Path.Combine(CafeX.Program.CYGWIN_PATH.value, "cygdrive/")… in Windowsify()
[all …]
DCharacter stream dumper.cs598 public InputThread(TcpClient tcp, Stream input, Encoding targetEncoding) in InputThread() argument
602 input_stream = input; in InputThread()
1241 private string TrimSpecial(string input, char seperator) in TrimSpecial() argument
1243 if (!string.IsNullOrEmpty(input)) in TrimSpecial()
1246 foreach (char c in input) in TrimSpecial()
DCafeFunctions.cs872 static bool StartProcessOnCrashdump(string input) in StartProcessOnCrashdump() argument
874 if (input == null) in StartProcessOnCrashdump()
878 int pos = input.IndexOf(IOS_CRASHDUMP_TOKEN); in StartProcessOnCrashdump()
882 Log.WriteLine(String.Format("Found crash token in '{0}'!", input)); in StartProcessOnCrashdump()
884 string line = input.Substring(pos + IOS_CRASHDUMP_TOKEN.Length).Trim(); in StartProcessOnCrashdump()
8749 static string args_to_bar_sep_list(string[] input) in args_to_bar_sep_list() argument
8751 return StringCombiner.MakeDelimitedString(input, '|'); in args_to_bar_sep_list()
/CafeSDK-2.12.13-1/system/include/cafe/
Dsyn.h72 u8 input[SYN_INPUT_BUFFER_SIZE][3]; member
178 void SYNMidiInput (SYNSYNTH *synth, u8 *input);
Dmix.h141 int input, // initial input atten / gain
346 void MIXInitInputControl(AXVPB *voice, s16 input, u32 mode);
Dax.h727 s32 AXGetAdpcmData (const s16* input,
735 s32 AXDecodeAdpcmData (const u8* input,
/CafeSDK-2.12.13-1/system/src/build/make/
Deppccleandepend_cygwin.sed5 # latest sed keeps \r (0x0d) characters of input file, so just '$' doesn't work