Home
last modified time | relevance | path

Searched defs:testName (Results 151 - 175 of 279) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp647 const std::string testName = "triangles_" + suffix; in buildTest() local
678 const std::string testName = "aabbs_" + suffix; in buildTest() local
709 const std::string testName = "mixed_" + suffix; in buildTest() local
H A DvktRayTracingMemGuaranteeTests.cpp833 const std::string testName = de::toString(stages[stagesNdx].name); in createMemGuaranteeTests() local
H A DvktRayTracingWatertightnessTests.cpp823 const std::string testName = de::toString(caseDef.squaresGroupCount); in createWatertightnessTests() local
857 const std::string testName = de::toString(sharedEdgeCount); in createWatertightnessTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp1070 const std::string testName = "seed" + de::toString(parameters.randomSeed) + (parameters.enableGeometry ? "_geometry" : "") + (parameters.enableTessellation ? "_tessellation" : ""); in addDynamicRenderingTest() local
H A DvktRenderPassUnusedAttachmentTests.cpp1001 const std::string testName = std::string("stencilstoreop") + storeOpToString(storeOps[stencilStoreOpIdx]); in createRenderPassUnusedAttachmentTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderFConvertTests.cpp907 std::string testName = std::string() + kFloatNames[i] + "_to_" + kFloatNames[j] + "_size_" + std::to_string(k); in createPrecisionFconvertGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1550 std::string testName = std::string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1792 std::string testName = stageNamePair.second + "_" + de::toLower(opPtr->spirvName()) + "_" + requireNanPair.second + "_" + typeNamePair.second; in createDoubleCompareTestsInGroup() local
1814 std::string testName = stageNamePair.second + "_" + de::toLower(opPtr->spirvName()) + "_" + typeNamePair.second; in createInt64CompareTestsInGroup() local
1836 std::string testName = stageNamePair.second + "_" + de::toLower(opPtr->spirvName()) + "_" + typeNamePair.second; in createUint64CompareTestsInGroup() local
H A DvktSpvAsm8bitStorageTests.cpp1075 string testName = string(CAPABILITIES[STORAGE_BUFFER_TEST].name) + "_" + cTypes[tyIdx].name; in addCompute8bitStorage32To8Group() local
1225 string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name) + "_" + cTypes[tyIdx].name; in addCompute8bitUniform8To32Group() local
1394 const char* testName = cTypes[tyIdx].name; in addCompute8bitStoragePushConstant8To32Group() local
1551 string testName = string(CAPABILITIES[STORAGE_BUFFER_TEST].name) + "_" + cTypes[tyIdx].name; in addCompute8bitStorage16To8Group() local
1707 string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name) + "_" + cTypes[tyIdx].name; in addCompute8bitUniform8To16Group() local
1880 const char* testName = cTypes[tyIdx].name; addCompute8bitStoragePushConstant8To16Group() local
2189 string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name); addCompute8bitStorageUniform8StructTo32StructGroup() local
2411 string testName = string(CAPABILITIES[STORAGE_BUFFER_TEST].name); addCompute8bitStorageUniform32StructTo8StructGroup() local
2626 string testName = string(CAPABILITIES[capIdx].name); addCompute8bitStorage8bitStructMixedTypesGroup() local
3288 string testName = "sint_scalar"; addGraphics8BitStoragePushConstantInt8To32Group() local
3331 string testName = "uint_scalar"; addGraphics8BitStoragePushConstantInt8To32Group() local
3404 string testName = "sint_vector"; addGraphics8BitStoragePushConstantInt8To32Group() local
3448 string testName = "uint_vector"; addGraphics8BitStoragePushConstantInt8To32Group() local
4124 string testName = "sint_scalar"; addGraphics8BitStoragePushConstantInt8To16Group() local
4167 string testName = "uint_scalar"; addGraphics8BitStoragePushConstantInt8To16Group() local
4243 string testName = "sint_vector"; addGraphics8BitStoragePushConstantInt8To16Group() local
4288 string testName = "uint_vector"; addGraphics8BitStoragePushConstantInt8To16Group() local
4563 const string testName = string(CAPABILITIES[capIdx].name) + "_" + intFacts[intFactsNdx].name; addGraphics8BitStorageUniformStruct8To32Group() local
4835 string testName = string(CAPABILITIES[capIdx].name) + "_" + intFacts[intFactsNdx].name; addGraphics8BitStorageUniformStruct32To8Group() local
5051 string testName = string(CAPABILITIES[capIdx].name); addGraphics8bitStorage8bitStructMixedTypesGroup() local
[all...]
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp1240 std::string testName; in createPhysicalStorageBufferTestGroup() member
H A DvktSpvAsmTypeTests.cpp85 const string testName = namePrefix + "_comp"; in createComputeTest() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBasicTests.cpp2233 const string testName = op + testNameSuffix; in createSubgroupsBasicTests() local
2252 const string testName = op + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsBasicTests() local
2303 const string testName = op + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsBasicTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationMiscDrawTests.cpp1051 const auto testName = std::string("switch_primitive_") + getTessPrimitiveTypeShaderName(params.patchTypes.first) + "_to_" + getTessPrimitiveTypeShaderName(params.patchTypes.second) + nameSuffix; in createMiscDrawTests() local
1069 const auto testName = std::string("switch_domain_origin_") + getDomainOriginName(params.domainOrigin.first) + "_to_" + getDomainOriginName(params.domainOrigin.second) + nameSuffix; in createMiscDrawTests() local
1090 const auto testName = std::string("switch_spacing_mode_") + getSpacingModeShaderName(params.spacing.first) + "_to_" + getSpacingModeShaderName(params.spacing.second) + nameSuffix; in createMiscDrawTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoDecodeTests.cpp101 const char* testName; in getTestName() local
1088 const char* testName = getTestName(defn->getTestType()); createVideoDecodeTests() local
1096 const char* testName = getTestName(interleavingTest.type); createVideoDecodeTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp1951 std::ostringstream testName; in buildTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp341 std::string testName() const in testName() function
826 std::string testName() const in testName() function
1063 std::string testName() const in testName() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp1025 const std::string testName = de::toLower(getSpirvFormat(i[0])) + "_from_" + de::toLower(getSpirvFormat(f)); in createImageWriteOpTests() local
H A DvktImageTranscodingSupportTests.cpp1177 const std::string testName = getFormatShortString(featuredFormat); in createImageTranscodingSupportTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderConditionalRenderingTestsEXT.cpp652 const auto testName = "value_" + paddedHex(condValue); in createMeshShaderConditionalRenderingTestsEXT() local
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H A DGPUTestExpectationsParser.cpp426 int32_t GPUTestExpectationsParser::getTestExpectation(const std::string &testName) in getTestExpectation() argument
385 getTestExpectationImpl(const GPUTestConfig *config, const std::string &testName) getTestExpectationImpl() argument
431 getTestExpectationWithConfig(const GPUTestConfig &config, const std::string &testName) getTestExpectationWithConfig() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp794 std::string testName = "mip" + std::to_string(mipLevel) + "_layer" + std::to_string(layer); in createImage2DViewOf3DTests() local
H A DvktPipelineInputAssemblyTests.cpp1796 std::string testName = "restart_disabled_" + test.name; in createPrimitiveRestartTests() local
H A DvktPipelineNoPositionTests.cpp778 std::string testName; in createNoPositionTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildIndirectTests.cpp694 const std::string testName = "build_structure"; in createBuildIndirectTests() local
H A DvktRayTracingBuildLargeTests.cpp577 const std::string testName = de::toString(largestGroup); in createBuildLargeShaderSetTests() local
613 const std::string testName = de::toString(largestGroup); in createBuildLargeShaderSetTests() local

Completed in 60 milliseconds

12345678910>>...12