Home
last modified time | relevance | path

Searched defs:testName (Results 176 - 200 of 279) sorted by relevance

12345678910>>...12

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingBuildTests.cpp644 const std::string testName = "triangles_" + suffix; in buildTest() local
673 const std::string testName = "aabbs_" + suffix; in buildTest() local
702 const std::string testName = "mixed_" + suffix; in buildTest() local
H A DvktRayTracingMemGuaranteeTests.cpp832 const std::string testName = de::toString(stages[stagesNdx].name); in createMemGuaranteeTests() local
H A DvktRayTracingWatertightnessTests.cpp822 const std::string testName = de::toString(caseDef.squaresGroupCount); in createWatertightnessTests() local
856 const std::string testName = de::toString(sharedEdgeCount); in createWatertightnessTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktDynamicRenderingRandomTests.cpp1069 const std::string testName = "seed" + de::toString(parameters.randomSeed) + (parameters.enableGeometry ? "_geometry" : "") + (parameters.enableTessellation ? "_tessellation" : ""); in addDynamicRenderingTest() local
H A DvktRenderPassUnusedAttachmentTests.cpp1002 const std::string testName = std::string("stencilstoreop") + storeOpToString(storeOps[stencilStoreOpIdx]); in createRenderPassUnusedAttachmentTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp1553 std::string testName = std::string("basic_") + precisionName + "_" + dataTypeName + "_" + shaderTypeName; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
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 in addCompute8bitStorage16To8Group() local
1707 string testName = string(CAPABILITIES[UNIFORM_AND_STORAGEBUFFER_TEST].name) + "_" + cTypes[tyIdx].name; 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_no_buildgn/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_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp1878 std::ostringstream testName; in buildTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp1160 std::string testName = de::toString(param); in InstancedTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp1108 std::ostringstream testName; in createMemoryBindingTests() local
1125 std::ostringstream testName; in createMemoryBindingTests() local
[all...]
H A DvktMemoryDeviceMemoryReportTests.cpp2223 const std::string testName = std::string("import_and_unimport_") + std::string(externalMemoryTypeToName(externalMemoryType)); in createExternalMemoryTestsGroup() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelMessagePassing.cpp1763 void checkPermutedIndexTestSupport (Context& context, std::string testName) in checkPermutedIndexTestSupport() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderApiTestsEXT.cpp826 const auto testName = std::string(taskCase.name) + cmdBufferCase.suffix; in createMeshShaderApiTestsEXT() local
H A DvktMeshShaderBuiltinTests.cpp2093 const auto testName = "primitive_shading_rate_" in createMeshShaderBuiltinTests() local
H A DvktMeshShaderBuiltinTestsEXT.cpp2490 const auto testName = "primitive_shading_rate_" in createMeshShaderBuiltinTestsEXT() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBindPointTests.cpp988 const auto testName = toString(params.dispatchSequence); in createBindPointTests() local
H A DvktPipelineCacheTests.cpp1924 std::string testName = "src_" + getMergeCacheTypesStr(cacheTestParam.srcCacheTypes) + "_dst_" + getMergeCacheTypeStr(cacheTestParam.destCacheType); in createCacheTests() local
1938 std::string testName = "src_" + getMergeCacheTypesStr(cacheTestParamTwoCaches.srcCacheTypes) + "_dst_" + getMergeCacheTypeStr(cacheTestParamTwoCaches.destCacheType); in createCacheTests() local
H A DvktPipelineDepthTests.cpp1473 std::string testName = getFormatCaseName(format) + "_" + de::toLower(std::string(getCompareOpName(compareOp)).substr(14)) + viewportCase.suffix; in createDepthTests() local
H A DvktPipelineImageSlicedViewOf3DTests.cpp992 const auto testName = "offset_" + std::to_string(offset) + samplingCase.suffix; in createImageSlicedViewOf3DTests() local
1022 const auto testName = std::string(stageCase.name) + samplingCase.suffix; in createImageSlicedViewOf3DTests() local
H A DvktPipelineMiscTests.cpp1704 std::string testName = "unused_shader_stages"; in createMiscTests() local
H A DvktPipelinePushDescriptorTests.cpp4324 string testName; in createPushDescriptorTests() local
[all...]

Completed in 73 milliseconds

12345678910>>...12