Merge pull request #15363 from unknownbrackets/softjit-unittest
Add unit test to verify compilation of sampler/pixel jits
This commit is contained in:
commit
77502db4c4
13 changed files with 304 additions and 61 deletions
|
@ -753,6 +753,7 @@ bool TestArmEmitter();
|
|||
bool TestArm64Emitter();
|
||||
bool TestX64Emitter();
|
||||
bool TestShaderGenerators();
|
||||
bool TestSoftwareGPUJit();
|
||||
bool TestThreadManager();
|
||||
|
||||
TestItem availableTests[] = {
|
||||
|
@ -778,6 +779,7 @@ TestItem availableTests[] = {
|
|||
TEST_ITEM(CLZ),
|
||||
TEST_ITEM(MemMap),
|
||||
TEST_ITEM(ShaderGenerators),
|
||||
TEST_ITEM(SoftwareGPUJit),
|
||||
TEST_ITEM(Path),
|
||||
TEST_ITEM(AndroidContentURI),
|
||||
TEST_ITEM(ThreadManager),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue