Home
last modified time | relevance | path

Searched defs:testCtx (Results 726 - 750 of 1129) sorted by relevance

1...<<21222324252627282930>>...46

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp772 tcu::TestContext& testCtx = group->getTestContext(); in addComputeImageSamplerTest() local
1131 tcu::TestContext& testCtx = group->getTestContext(); in addGraphicsImageSamplerTest() local
1267 createImageSamplerComputeGroup(tcu::TestContext& testCtx) createImageSamplerComputeGroup() argument
1276 createImageSamplerGraphicsGroup(tcu::TestContext& testCtx) createImageSamplerGraphicsGroup() argument
[all...]
H A DvktSpvAsmIntegerDotProductTests.cpp512 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, in addOpSDotKHRComputeTests() argument
539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in addOpSDotKHRComputeTests() argument
578 void add32bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add32bitOpSDotKHRComputeTests() argument
585 void add16bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add16bitOpSDotKHRComputeTests() argument
592 add8bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add8bitOpSDotKHRComputeTests() argument
599 addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpUDotKHRComputeTests() argument
627 addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax) addOpUDotKHRComputeTests() argument
666 add32bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add32bitOpUDotKHRComputeTests() argument
673 add16bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add16bitOpUDotKHRComputeTests() argument
680 add8bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add8bitOpUDotKHRComputeTests() argument
687 addOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo) addOpSUDotKHRComputeTests() argument
714 addOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) addOpSUDotKHRComputeTests() argument
754 add32bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add32bitOpSUDotKHRComputeTests() argument
761 add16bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add16bitOpSUDotKHRComputeTests() argument
768 add8bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add8bitOpSUDotKHRComputeTests() argument
775 addOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpSDotAccSatKHRComputeTests() argument
810 addOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax, bool useMaxAddend) addOpSDotAccSatKHRComputeTests() argument
850 add32bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpSDotAccSatKHRComputeTests() argument
857 add16bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpSDotAccSatKHRComputeTests() argument
864 add8bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpSDotAccSatKHRComputeTests() argument
871 addOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<OperandT> &inputInts1, vector<OperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpUDotAccSatKHRComputeTests() argument
906 addOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax, bool useMaxAddend) addOpUDotAccSatKHRComputeTests() argument
946 add32bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpUDotAccSatKHRComputeTests() argument
953 add16bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpUDotAccSatKHRComputeTests() argument
960 add8bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpUDotAccSatKHRComputeTests() argument
967 addOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, int numElements, vector<LHSOperandT> &inputInts1, vector<RHSOperandT> &inputInts2, const struct DotProductInputInfo &inputInfo, const struct DotProductPackingInfo &packingInfo, const struct DotProductVectorInfo &vectorInfo, bool useMaxAddend) addOpSUDotAccSatKHRComputeTests() argument
1002 addOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend) addOpSUDotAccSatKHRComputeTests() argument
1042 add32bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add32bitOpSUDotAccSatKHRComputeTests() argument
1049 add16bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add16bitOpSUDotAccSatKHRComputeTests() argument
1056 add8bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add8bitOpSUDotAccSatKHRComputeTests() argument
1064 createOpSDotKHRComputeGroup(tcu::TestContext& testCtx) createOpSDotKHRComputeGroup() argument
1078 createOpUDotKHRComputeGroup(tcu::TestContext& testCtx) createOpUDotKHRComputeGroup() argument
1091 createOpSUDotKHRComputeGroup(tcu::TestContext& testCtx) createOpSUDotKHRComputeGroup() argument
1104 createOpSDotAccSatKHRComputeGroup(tcu::TestContext& testCtx) createOpSDotAccSatKHRComputeGroup() argument
1124 createOpUDotAccSatKHRComputeGroup(tcu::TestContext& testCtx) createOpUDotAccSatKHRComputeGroup() argument
1143 createOpSUDotAccSatKHRComputeGroup(tcu::TestContext& testCtx) createOpSUDotAccSatKHRComputeGroup() argument
[all...]
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp489 SpvAsmPhysicalStorageBufferTestCase (tcu::TestContext& testCtx, in SpvAsmPhysicalStorageBufferTestCase() argument
1235 tcu::TestCaseGroup* createPhysicalStorageBufferTestGroup (tcu::TestContext& testCtx) in createPhysicalStorageBufferTestGroup() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp2188 TestCaseGroup* createSubgroupsBasicTests (TestContext& testCtx) in createSubgroupsBasicTests() argument
H A DvktSubgroupsSizeControlTests.cpp1092 TestCaseGroup* createSubgroupsSizeControlTests (TestContext& testCtx) in createSubgroupsSizeControlTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp903 tcu::TestCaseGroup* createGlobalPriorityQueueTests (tcu::TestContext& testCtx) in createGlobalPriorityQueueTests() argument
H A DvktSynchronizationInternallySynchronizedObjectsTests.cpp1122 PipelineCacheComputeTest (TestContext& testCtx, in PipelineCacheComputeTest() argument
1194 PipelineCacheGraphicTest (TestContext& testCtx, in PipelineCacheGraphicTest() argument
1285 tcu::TestCaseGroup* createInternallySynchronizedObjects (tcu::TestContext& testCtx) in createInternallySynchronizedObjects() argument
H A DvktSynchronizationOperationMultiQueueTests.cpp869 BaseTestCase (tcu::TestContext& testCtx, in BaseTestCase() argument
969 tcu::TestContext& testCtx = group->getTestContext(); in createTests() local
1036 tcu::TestCaseGroup* createSynchronizedOperationMultiQueueTests (tcu::TestContext& testCtx, SynchronizationType type, PipelineCacheData& pipelineCacheData) in createSynchronizedOperationMultiQueueTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp581 TessStateSwitchCase (tcu::TestContext& testCtx, const std::string& name, const TessStateSwitchParams& params) in TessStateSwitchCase() argument
978 tcu::TestCaseGroup* createMiscDrawTests (tcu::TestContext& testCtx) in createMiscDrawTests() argument
H A DvktTessellationUserDefinedIO.cpp460 UserDefinedIOTest::UserDefinedIOTest (tcu::TestContext& testCtx, const std::string& name, const CaseDefinition caseDef) in UserDefinedIOTest() argument
973 tcu::TestCaseGroup* createUserDefinedIOTests (tcu::TestContext& testCtx) in createUserDefinedIOTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp1096 tcu::TestContext& testCtx = textureFilteringTests->getTestContext(); in populateTextureFilteringTests() local
1832 createTextureFilteringTests(tcu::TestContext& testCtx) createTextureFilteringTests() argument
[all...]
H A DvktTextureShadowTests.cpp154 bool verifyTexCompareResult (tcu::TestContext& testCtx, in verifyTexCompareResult() argument
1598 tcu::TestContext& testCtx = textureShadowTests->getTestContext(); in populateTextureShadowTests() local
1934 createTextureShadowTests(tcu::TestContext& testCtx) createTextureShadowTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp1079 tcu::TestCaseGroup* createVideoDecodeTests(tcu::TestContext& testCtx) in createVideoDecodeTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktTestPackage.cpp213 static MovePtr<vk::Library> createLibrary (tcu::TestContext& testCtx) in createLibrary() argument
242 TestCaseExecutor::TestCaseExecutor (tcu::TestContext& testCtx) in TestCaseExecutor() argument
647 deinitTestPackage(tcu::TestContext& testCtx) deinitTestPackage() argument
696 reportDurations(tcu::TestContext& testCtx, const std::string& packageName, const deInt64& duration, const std::map<std::string, deUint64>& groupsDurationTime) reportDurations() argument
744 runTestsInSubprocess(tcu::TestContext& testCtx) runTestsInSubprocess() argument
1017 tcu::TestContext& testCtx = glslTests->getTestContext(); createGlslTests() local
1092 BaseTestPackage(tcu::TestContext& testCtx, const char* name) BaseTestPackage() argument
1103 TestPackage(tcu::TestContext& testCtx) TestPackage() argument
1112 ExperimentalTestPackage(tcu::TestContext& testCtx) ExperimentalTestPackage() argument
1125 TestPackageSC(tcu::TestContext& testCtx) TestPackageSC() argument
1141 createGlslTests(tcu::TestContext& testCtx, const std::string& name) createGlslTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiDisplayTests.cpp2289 tcu::TestContext& testCtx = group->getTestContext(); in addTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp2006 createConversionTests(tcu::TestContext& testCtx) createConversionTests() argument
[all...]
H A DvktYCbCrViewTests.cpp911 tcu::TestCaseGroup* createViewTests (tcu::TestContext& testCtx) in createViewTests() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMemoryRequirementsTests.cpp287 MemoryRequirementsTest (TestContext& testCtx, in MemoryRequirementsTest() argument
963 tcu::TestCaseGroup* createBufferMemoryRequirementsTests (tcu::TestContext& testCtx) in createBufferMemoryRequirementsTests() argument
H A DvktApiBufferViewAccessTests.cpp514 BufferViewTestCase (tcu::TestContext& testCtx, in BufferViewTestCase() argument
970 BufferViewAllFormatsTestCase (tcu::TestContext& testCtx, in BufferViewAllFormatsTestCase() argument
1096 tcu::TestCaseGroup* createBufferViewAccessTests (tcu::TestContext& testCtx) in createBufferViewAccessTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp1242 tcu::TestCaseGroup* createCooperativeMatrixTests (tcu::TestContext& testCtx) in createCooperativeMatrixTests() argument
H A DvktComputeIndirectComputeDispatchTests.cpp363 tcu::TestContext& testCtx = m_context.getTestContext(); in iterate() local
537 tcu::TestContext& testCtx = m_context.getTestContext(); in verifyResultBuffer() local
577 IndirectDispatchCaseBufferUpload::IndirectDispatchCaseBufferUpload (tcu::TestContext& testCtx, in IndirectDispatchCaseBufferUpload() argument
729 IndirectDispatchCaseBufferGenerate (tcu::TestContext& testCtx, in IndirectDispatchCaseBufferGenerate() argument
838 createIndirectComputeDispatchTests(tcu::TestContext& testCtx) createIndirectComputeDispatchTests() argument
[all...]
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp399 AliasTest(tcu::TestContext& testCtx, const CaseDef& caseDef) in AliasTest() argument
843 ZeroTest(tcu::TestContext& testCtx, const CaseDef& caseDef) in ZeroTest() argument
1098 PaddingTest(tcu::TestContext& testCtx, const CaseDef& caseDef) in PaddingTest() argument
1243 SizeTest(tcu::TestContext& testCtx, deUint32 size) in SizeTest() argument
1352 cts_amber::AmberTestCase* CreateAmberTestCase(tcu::TestContext& testCtx, in CreateAmberTestCase() argument
1375 tcu::TestContext& testCtx = group->getTestContext(); AddCopyMemoryTests() local
1385 tcu::TestContext& testCtx = group->getTestContext(); AddZeroInitializeExtensionTests() local
1394 createWorkgroupMemoryExplicitLayoutTests(tcu::TestContext& testCtx) createWorkgroupMemoryExplicitLayoutTests() argument
[all...]
H A DvktComputeZeroInitializeWorkgroupMemoryTests.cpp199 MaxWorkgroupMemoryTest(tcu::TestContext& testCtx, in MaxWorkgroupMemoryTest() argument
316 TypeTest(tcu::TestContext& testCtx, in TypeTest() argument
598 CompositeTest(tcu::TestContext& testCtx, in CompositeTest() argument
966 MaxWorkgroupsTest(tcu::TestContext& testCtx, in MaxWorkgroupsTest() argument
1081 SpecializeWorkgroupTest(tcu::TestContext& testCtx, in SpecializeWorkgroupTest() argument
1178 RepeatedPipelineTest(tcu::TestContext& testCtx, const std::string& name, const std::string& description, deUint32 xSize, deUint32 repeat, deUint32 odd) RepeatedPipelineTest() argument
1408 tcu::TestContext& testCtx = group->getTestContext(); AddSharedMemoryTests() local
1434 createZeroInitializeWorkgroupMemoryTests(tcu::TestContext& testCtx) createZeroInitializeWorkgroupMemoryTests() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawDiscardRectanglesTests.cpp827 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests() local
861 tcu::TestCaseGroup* createDiscardRectanglesTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams) in createDiscardRectanglesTests() argument
H A DvktDrawIndirectTest.cpp1164 IndirectDrawTests::IndirectDrawTests (tcu::TestContext& testCtx, const SharedGroupParams groupParams) in IndirectDrawTests() argument

Completed in 58 milliseconds

1...<<21222324252627282930>>...46