Home
last modified time | relevance | path

Searched refs:output (Results 1 – 9 of 9) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/test/tests/
Dtest_Test.cpp375 void testRunSpecificTestFunc(nn::test::Output& output) in testRunSpecificTestFunc() argument
389 NN_TASSERT_(true == test.RunSpecificTestFunc("Test::Test1", output)); in testRunSpecificTestFunc()
390 NN_TASSERT_(false == test.RunSpecificTestFunc("Test::Test2", output)); in testRunSpecificTestFunc()
391 NN_TASSERT_(false == test.RunSpecificTestFunc("Test::Test3", output)); in testRunSpecificTestFunc()
392 NN_TASSERT_(false == test.RunSpecificTestFunc("Test::Test4", output)); in testRunSpecificTestFunc()
394 NN_TASSERT_(false == test.RunSpecificTestFunc("SubTest1::Test1", output)); in testRunSpecificTestFunc()
398 NN_TASSERT_(true == test.RunSpecificTestFunc(1, output)); in testRunSpecificTestFunc()
399 NN_TASSERT_(false == test.RunSpecificTestFunc(2, output)); in testRunSpecificTestFunc()
400 NN_TASSERT_(false == test.RunSpecificTestFunc(3, output)); in testRunSpecificTestFunc()
401 NN_TASSERT_(false == test.RunSpecificTestFunc(4, output)); in testRunSpecificTestFunc()
[all …]
/CTR-SDK-4.2.5/sources/libraries/test/
Dtest_Suite.cpp71 bool Suite::Run(Output& output, bool isContinue) in Run() argument
78 output.OnInitialize(total, (subSuiteNum+1)); in Run()
83 DoRun(&output, isContinue); in Run()
85 output.OnFinished(total, time); in Run()
308 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
319 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc()
320 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc()
326 …ificTestFunc(const char* subSuiteName, const char* testFuncName, Output& output, bool contAfterFai… in RunSpecificTestFunc() argument
337 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc()
340 bool Suite::RunSpecificTestFunc(s32 testFuncId, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
[all …]
/CTR-SDK-4.2.5/build/runner/
Drun-core_0_2.py83 if options.output != None:
84 f = file(options.output,"w")
/CTR-SDK-4.2.5/include/nn/phtsel/CTR/
Dphtsel_Api.h91 PhtselOutput output; // member
/CTR-SDK-4.2.5/build/omake/platforms/CTR/
DCTR.commondefs.gl.om80 # Find the full path of the file name to output
83 # Define the assembler rules (when there are no warning or errors, cut output with grep)
119 # Find the full path of the file name to output
122 # Define the link rules (when there are no warning or errors, cut output with grep)
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Dabstruct.csv15 0x050,Setting of first output attribute from vertex shader
16 0x051,Setting of second output attribute from vertex shader
17 0x052,Setting of third output attribute from vertex shader
18 0x053,Setting of fourth output attribute from vertex shader
19 0x054,Setting of fifth output attribute from vertex shader
20 0x055,Setting of sixth output attribute from vertex shader
21 0x056,Setting of seventh output attribute from vertex shader
25 0x064,Are texture coordinates output from the vertex shader? (yes/no)
33 0x06f,Clock control setting for output attributes from vertex shader
252 0x1d2,Lighting lookup table output value scaling
[all …]
Ddetail.csv45 0x4f,[2:0],glUseProgram,The number of output registers written by the vertex shader
47 0x50,[4:0],glUseProgram,"Attribute for the x-component of the first set of output data.
72 0x50,[12:8],glUseProgram,"Attribute for the y-component of the first set of output data.
97 0x50,[20:16],glUseProgram,"Attribute for the z-component of the first set of output data.
122 0x50,[28:24],glUseProgram,"Attribute for the w-component of the first set of output data.
147 0x51,[4:0],glUseProgram,"Attribute for the x-component of the second set of output data.
172 0x51,[12:8],glUseProgram,"Attribute for the y-component of the second set of output data.
197 0x51,[20:16],glUseProgram,"Attribute for the z-component of the second set of output data.
222 0x51,[28:24],glUseProgram,"Attribute for the w-component of the second set of output data.
247 0x52,[4:0],glUseProgram,"Attribute for the x-component of the third set of output data.
[all …]
/CTR-SDK-4.2.5/include/nn/voicesel/CTR/
Dvoicesel_Api.h235 Output output; member
/CTR-SDK-4.2.5/documents/api/nn/fs/briefing/
Dsavedata_calc.js1388 var out = document.FsDebug.output;
1399 var out = document.FsDebug.output;