@@ -5632,7 +5632,7 @@ void ExecutionTest::RunBasicShaderModelTest(CComPtr<ID3D12Device> pDevice,
5632
5632
5633
5633
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
5634
5634
pDevice, m_support, pStream, "BinaryFPOp",
5635
- // this callbacked is called when the test is creating the resource to run
5635
+ // this callback is called when the test is creating the resource to run
5636
5636
// the test
5637
5637
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
5638
5638
UNREFERENCED_PARAMETER(Name);
@@ -6999,7 +6999,7 @@ TEST_F(ExecutionTest, UnaryFloatOpTest) {
6999
6999
7000
7000
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7001
7001
pDevice, m_support, pStream, "UnaryFPOp",
7002
- // this callbacked is called when the test
7002
+ // this callback is called when the test
7003
7003
// is creating the resource to run the test
7004
7004
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7005
7005
VERIFY_IS_TRUE(0 == _stricmp(Name, "SUnaryFPOp"));
@@ -7067,7 +7067,7 @@ TEST_F(ExecutionTest, BinaryFloatOpTest) {
7067
7067
7068
7068
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7069
7069
pDevice, m_support, pStream, "BinaryFPOp",
7070
- // this callbacked is called when the test
7070
+ // this callback is called when the test
7071
7071
// is creating the resource to run the test
7072
7072
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7073
7073
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryFPOp"));
@@ -7157,7 +7157,7 @@ TEST_F(ExecutionTest, TertiaryFloatOpTest) {
7157
7157
7158
7158
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7159
7159
pDevice, m_support, pStream, "TertiaryFPOp",
7160
- // this callbacked is called when the test
7160
+ // this callback is called when the test
7161
7161
// is creating the resource to run the test
7162
7162
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7163
7163
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryFPOp"));
@@ -7234,7 +7234,7 @@ TEST_F(ExecutionTest, UnaryHalfOpTest) {
7234
7234
7235
7235
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7236
7236
pDevice, m_support, pStream, "UnaryFPOp",
7237
- // this callbacked is called when the test
7237
+ // this callback is called when the test
7238
7238
// is creating the resource to run the test
7239
7239
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7240
7240
VERIFY_IS_TRUE(0 == _stricmp(Name, "SUnaryFPOp"));
@@ -7314,7 +7314,7 @@ TEST_F(ExecutionTest, BinaryHalfOpTest) {
7314
7314
7315
7315
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7316
7316
pDevice, m_support, pStream, "BinaryFPOp",
7317
- // this callbacked is called when the test
7317
+ // this callback is called when the test
7318
7318
// is creating the resource to run the test
7319
7319
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7320
7320
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryFPOp"));
@@ -7424,7 +7424,7 @@ TEST_F(ExecutionTest, TertiaryHalfOpTest) {
7424
7424
7425
7425
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7426
7426
pDevice, m_support, pStream, "TertiaryFPOp",
7427
- // this callbacked is called when the test
7427
+ // this callback is called when the test
7428
7428
// is creating the resource to run the test
7429
7429
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7430
7430
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryFPOp"));
@@ -7494,7 +7494,7 @@ TEST_F(ExecutionTest, UnaryIntOpTest) {
7494
7494
7495
7495
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7496
7496
pDevice, m_support, pStream, "UnaryIntOp",
7497
- // this callbacked is called when the test
7497
+ // this callback is called when the test
7498
7498
// is creating the resource to run the test
7499
7499
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7500
7500
VERIFY_IS_TRUE(0 == _stricmp(Name, "SUnaryIntOp"));
@@ -7554,7 +7554,7 @@ TEST_F(ExecutionTest, UnaryUintOpTest) {
7554
7554
7555
7555
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7556
7556
pDevice, m_support, pStream, "UnaryUintOp",
7557
- // this callbacked is called when the test
7557
+ // this callback is called when the test
7558
7558
// is creating the resource to run the test
7559
7559
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7560
7560
VERIFY_IS_TRUE(0 == _stricmp(Name, "SUnaryUintOp"));
@@ -7619,7 +7619,7 @@ TEST_F(ExecutionTest, BinaryIntOpTest) {
7619
7619
7620
7620
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7621
7621
pDevice, m_support, pStream, "BinaryIntOp",
7622
- // this callbacked is called when the test
7622
+ // this callback is called when the test
7623
7623
// is creating the resource to run the test
7624
7624
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7625
7625
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryIntOp"));
@@ -7707,7 +7707,7 @@ TEST_F(ExecutionTest, TertiaryIntOpTest) {
7707
7707
7708
7708
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7709
7709
pDevice, m_support, pStream, "TertiaryIntOp",
7710
- // this callbacked is called when the test
7710
+ // this callback is called when the test
7711
7711
// is creating the resource to run the test
7712
7712
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7713
7713
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryIntOp"));
@@ -7777,7 +7777,7 @@ TEST_F(ExecutionTest, BinaryUintOpTest) {
7777
7777
int numExpected = Validation_Expected2->size() == 0 ? 1 : 2;
7778
7778
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7779
7779
pDevice, m_support, pStream, "BinaryUintOp",
7780
- // this callbacked is called when the test
7780
+ // this callback is called when the test
7781
7781
// is creating the resource to run the test
7782
7782
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7783
7783
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryUintOp"));
@@ -7869,7 +7869,7 @@ TEST_F(ExecutionTest, TertiaryUintOpTest) {
7869
7869
7870
7870
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7871
7871
pDevice, m_support, pStream, "TertiaryUintOp",
7872
- // this callbacked is called when the test
7872
+ // this callback is called when the test
7873
7873
// is creating the resource to run the test
7874
7874
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7875
7875
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryUintOp"));
@@ -7948,7 +7948,7 @@ TEST_F(ExecutionTest, UnaryInt16OpTest) {
7948
7948
7949
7949
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
7950
7950
pDevice, m_support, pStream, "UnaryIntOp",
7951
- // this callbacked is called when the test
7951
+ // this callback is called when the test
7952
7952
// is creating the resource to run the test
7953
7953
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
7954
7954
VERIFY_IS_TRUE(0 == _stricmp(Name, "SUnaryIntOp"));
@@ -8016,7 +8016,7 @@ TEST_F(ExecutionTest, UnaryUint16OpTest) {
8016
8016
8017
8017
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
8018
8018
pDevice, m_support, pStream, "UnaryUintOp",
8019
- // this callbacked is called when the test
8019
+ // this callback is called when the test
8020
8020
// is creating the resource to run the test
8021
8021
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
8022
8022
VERIFY_IS_TRUE(0 == _stricmp(Name, "SUnaryUintOp"));
@@ -8091,7 +8091,7 @@ TEST_F(ExecutionTest, BinaryInt16OpTest) {
8091
8091
8092
8092
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
8093
8093
pDevice, m_support, pStream, "BinaryIntOp",
8094
- // this callbacked is called when the test
8094
+ // this callback is called when the test
8095
8095
// is creating the resource to run the test
8096
8096
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
8097
8097
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryIntOp"));
@@ -8187,7 +8187,7 @@ TEST_F(ExecutionTest, TertiaryInt16OpTest) {
8187
8187
8188
8188
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
8189
8189
pDevice, m_support, pStream, "TertiaryIntOp",
8190
- // this callbacked is called when the test
8190
+ // this callback is called when the test
8191
8191
// is creating the resource to run the test
8192
8192
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
8193
8193
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryIntOp"));
@@ -8264,7 +8264,7 @@ TEST_F(ExecutionTest, BinaryUint16OpTest) {
8264
8264
int numExpected = Validation_Expected2->size() == 0 ? 1 : 2;
8265
8265
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
8266
8266
pDevice, m_support, pStream, "BinaryUintOp",
8267
- // this callbacked is called when the test
8267
+ // this callback is called when the test
8268
8268
// is creating the resource to run the test
8269
8269
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
8270
8270
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryUintOp"));
@@ -8363,7 +8363,7 @@ TEST_F(ExecutionTest, TertiaryUint16OpTest) {
8363
8363
8364
8364
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
8365
8365
pDevice, m_support, pStream, "TertiaryUintOp",
8366
- // this callbacked is called when the test
8366
+ // this callback is called when the test
8367
8367
// is creating the resource to run the test
8368
8368
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
8369
8369
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryUintOp"));
@@ -8948,7 +8948,7 @@ TEST_F(ExecutionTest, DotTest) {
8948
8948
8949
8949
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
8950
8950
pDevice, m_support, pStream, "DotOp",
8951
- // this callbacked is called when the test
8951
+ // this callback is called when the test
8952
8952
// is creating the resource to run the test
8953
8953
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
8954
8954
VERIFY_IS_TRUE(0 == _stricmp(Name, "SDotOp"));
@@ -9240,7 +9240,7 @@ TEST_F(ExecutionTest, Msad4Test) {
9240
9240
9241
9241
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
9242
9242
pDevice, m_support, pStream, "Msad4",
9243
- // this callbacked is called when the test
9243
+ // this callback is called when the test
9244
9244
// is creating the resource to run the test
9245
9245
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
9246
9246
VERIFY_IS_TRUE(0 == _stricmp(Name, "SMsad4"));
@@ -9342,7 +9342,7 @@ TEST_F(ExecutionTest, DenormBinaryFloatOpTest) {
9342
9342
9343
9343
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
9344
9344
pDevice, m_support, pStream, "BinaryFPOp",
9345
- // this callbacked is called when the test
9345
+ // this callback is called when the test
9346
9346
// is creating the resource to run the test
9347
9347
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
9348
9348
VERIFY_IS_TRUE(0 == _stricmp(Name, "SBinaryFPOp"));
@@ -9455,7 +9455,7 @@ TEST_F(ExecutionTest, DenormTertiaryFloatOpTest) {
9455
9455
9456
9456
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTest(
9457
9457
pDevice, m_support, pStream, "TertiaryFPOp",
9458
- // this callbacked is called when the test
9458
+ // this callback is called when the test
9459
9459
// is creating the resource to run the test
9460
9460
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
9461
9461
VERIFY_IS_TRUE(0 == _stricmp(Name, "STertiaryFPOp"));
@@ -9883,7 +9883,7 @@ void ExecutionTest::WaveIntrinsicsActivePrefixTest(
9883
9883
++maskIndex) {
9884
9884
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTestAfterParse(
9885
9885
pDevice, m_support, "WaveIntrinsicsOp",
9886
- // this callbacked is called when the test
9886
+ // this callback is called when the test
9887
9887
// is creating the resource to run the test
9888
9888
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
9889
9889
VERIFY_IS_TRUE(0 == _stricmp(Name, "SWaveIntrinsicsOp"));
@@ -12609,7 +12609,7 @@ TEST_F(ExecutionTest, HelperLaneTest) {
12609
12609
12610
12610
std::shared_ptr<ShaderOpTestResult> test = RunShaderOpTestAfterParse(
12611
12611
pDevice, m_support, "HelperLaneTestNoWave",
12612
- // this callbacked is called when the test is creating the resource to
12612
+ // this callback is called when the test is creating the resource to
12613
12613
// run the test
12614
12614
[&](LPCSTR Name, std::vector<BYTE> &Data, st::ShaderOp *pShaderOp) {
12615
12615
VERIFY_IS_TRUE(0 == _stricmp(Name, "UAVBuffer0"));
0 commit comments