Home
last modified time | relevance | path

Searched defs:testName (Results 76 - 100 of 308) sorted by relevance

12345678910>>...13

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmSpirvVersionTests.cpp391 const std::string testName = spirvVersionName + "_" + operationNames[static_cast<deUint32>(operation)]; in createSpivVersionCheckTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBallotMasksTests.cpp409 const string testName = mask + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotMasksTests() local
427 const string testName = mask + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotMasksTests() local
476 const string testName = mask + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsBallotMasksTests() local
H A DvktSubgroupsBallotOtherTests.cpp484 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsBallotOtherTests() local
502 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + getShaderStageName(stage); in createSubgroupsBallotOtherTests() local
551 const string testName = op + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsBallotOtherTests() local
H A DvktSubgroupsBallotTests.cpp1025 const string testName = getShaderStageName(caseDef.shaderStage) + testNameSuffix; in createSubgroupsBallotTests() local
1052 const string testName = getShaderStageName(caseDef.shaderStage) + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBallotTests() local
H A DvktSubgroupsShapeTests.cpp421 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsShapeTests() local
439 const string testName = op + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + getShaderStageName(stage); in createSubgroupsShapeTests() local
488 const string testName = op + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsShapeTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureConversionTests.cpp355 std::string testName; in populateSnormClampTests() member
390 std::string testName; in populateSnormLinearClampTests() member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferViewCreateTests.cpp434 const std::string testName = de::toLower(getFormatName((VkFormat)format)).substr(10); in createBufferViewCreateTests() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp91 std::string testName; member
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A Dglmark2Benchmark.cpp233 std::string testName, testConfig; in parseOutput() local
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py102 testName = c[0] variable
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp243 const char* testName = "release"; in OpDebug() local
239 OpDebug(const SkPath& one, const SkPath& two, SkPathOp op, SkPath* result SkDEBUGPARAMS(bool skipAssert) SkDEBUGPARAMS(const char* testName)) OpDebug() argument
/third_party/skia/tests/
H A DSRGBReadWritePixelsTest.cpp229 SkString testName; in test_write_read() local
H A Dskia_test.cpp66 void endTest(const char* testName, in endTest() argument
133 static bool should_run(const char* testName, bool isGPUTest, bool isGraphiteTest) { in should_run() argument
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp217 const char* testName = ::testing::UnitTest::GetInstance()->current_test_info()->name(); in RunTest() local
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/aots/
H A Dhb-aots-tester.cpp52 runTest(const char *testName, in runTest() argument
141 bool gsub_test(const char *testName, in gsub_test() argument
220 bool cmap_test(const char *testName, in cmap_test() argument
299 gpos_test(const char *testName, const char *fontfileName, int nbIn, unsigned int *in, int nbOut, unsigned int *out, int *x, int *y) gpos_test() argument
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFunctionalTests.cpp132 const char* testName; member
H A Des31fNegativeSampleVariablesTests.cpp323 std::ostringstream testName; in redeclare_built_in_types() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemStackTests.cpp404 std::string testName = std::string("stacksize_") + de::toString(stackMemSizes[stackMemSizeIdx]); in createStackTests() local
H A DvktProtectedMemWorkgroupStorageTests.cpp373 std::string testName = std::string("memsize_") + de::toString(sharedMemSizes[sharedMemSizeIdx]); in createWorkgroupStorageTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassSubpassMergeFeedbackTests.cpp367 const std::string testName = std::string("single_subpass"); in createRenderPassSubpassMergeFeedbackTests() local
377 const std::string testName = std::string("single_subpass_disallow_renderpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local
387 const std::string testName = std::string("three_subpasses"); in createRenderPassSubpassMergeFeedbackTests() local
397 const std::string testName = std::string("three_subpasses_disallow_renderpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local
407 const std::string testName = std::string("three_subpasses_disallow_subpass_merge"); in createRenderPassSubpassMergeFeedbackTests() local
417 const std::string testName = std::string("many_subpasses"); createRenderPassSubpassMergeFeedbackTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktCommandPoolMemoryReservationTests.cpp363 std::ostringstream testName; in createCommandPoolMemoryReservationTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderClockTests.cpp84 const char* testName; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCompositeInsertTests.cpp215 string testName; in addComputeVectorCompositeInsertTests() local
241 const string testName = string(useUndef ? "undef_" : "") + "vec" + de::toString(elements); in addGraphicsVectorCompositeInsertTests() local
368 string testName = string(useUndef ? "undef_" : "") + "mat" + de::toString(cols) + "x" + de::toString(rows); addComputeMatrixCompositeInsertTests() local
394 string testName = string(useUndef ? "undef_" : "") + "mat" + de::toString(cols) + "x" + de::toString(rows); addGraphicsMatrixCompositeInsertTests() local
469 const string testName = string(useUndef ? "undef_" : "") + "nested_struct"; addComputeNestedStructCompositeInsertTests() local
542 const string testName = string(useUndef ? "undef_" : "") + "nested_struct"; addGraphicsNestedStructCompositeInsertTests() local
[all...]
H A DvktSpvAsmFloatControlsExtensionlessTests.cpp226 const char* testName; in createFloatControlsExtensionlessGroup() member
248 const std::string testName = fpFeatures[execModeNdx].testName; in createFloatControlsExtensionlessGroup() local

Completed in 18 milliseconds

12345678910>>...13