Home
last modified time | relevance | path

Searched defs:caseName (Results 76 - 100 of 130) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderLoopTests.cpp308 createGenericLoopCase(tcu::TestContext& testCtx, const std::string& caseName, const std::string& description, bool isVertexCase, LoopType loopType, LoopCountType loopCountType, glu::Precision loopCountPrecision, glu::DataType loopCountDataType) createGenericLoopCase() argument
533 createSpecialLoopCase(tcu::TestContext& testCtx, const std::string& caseName, const std::string& description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCountType loopCountType) createSpecialLoopCase() argument
H A DvktShaderRenderDerivateTests.cpp1911 std::ostringstream caseName; in init() local
1939 std::ostringstream caseName; in init() local
1969 std::ostringstream caseName; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp844 const string caseName = de::toLower(string(enumName).substr(10)); in createColorspaceCompareTests() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderApiTests.cpp866 const std::string caseName = name + "_" + shaderTypeName; in addProgramStateCase() local
1060 const std::string caseName = std::string("replace_source") + ((shaderType == glu::SHADERTYPE_FRAGMENT) ? "_fragment" : "_vertex"); in init() local
1079 const std::string caseName = "split_source_" in init() local
H A Des2fShaderLoopTests.cpp276 static ShaderLoopCase* createGenericLoopCase (Context& context, const char* caseName, const char* description, bool isVertexCase, LoopType loopType, LoopCountType loopCountType, Precision loopCountPrecision, DataType loopCountDataType) in createGenericLoopCase() argument
484 static ShaderLoopCase* createSpecialLoopCase (Context& context, const char* caseName, const char* description, bool isVertexCase, LoopCase loopCase, LoopType loopType, LoopCountType loopCountType) in createSpecialLoopCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1711 std::ostringstream caseName; in createBufferDeviceAddressTests() local
H A DvktBindingDescriptorUpdateTests.cpp709 std::string caseName = typeCase.second + "_" + pointerCase.second; in createSamplerlessWriteTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp1829 const std::string caseName = de::toString(numClipPlanes) + (numCullPlanes > 0 ? "_" + de::toString(numCullPlanes) : "") + de::toString(fragmentShaderReads[fragmentShaderReadNdx].name); in addClippingTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMultisampleMixedAttachmentSamplesTests.cpp1881 const char* const caseName; in createMixedAttachmentSamplesTestsInGroup() member
H A DvktPipelineSpecConstantTests.cpp2106 const std::string caseName = (isArrayOfArray ? "array_" : "") + elemTypeName; in makeArrayCompositeCaseDefinition() local
2163 const std::string caseName = glu::getDataTypeName(memberType); in makeStructCompositeCaseDefinition() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp2055 const std::string caseName = de::toLower(samplerName); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1996 std::ostringstream caseName; in init() local
2028 std::ostringstream caseName; in init() local
2059 std::ostringstream caseName; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1201 const string caseName = string(glu::getPrecisionName(precision)) + "_" + typeName; in init() local
1214 const string caseName = string(matrixFlags[matFlagNdx].name) + "_" + string(glu::getPrecisionName(precision)) + "_" + typeName; in init() local
1426 string caseName = layoutFlags[layoutFlagNdx].name; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationSignalOrderTests.cpp1232 std::string caseName = getResourceName(resource) + "_" + in init() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp1322 std::ostringstream caseName; in create2DDerivTests() local
1435 std::ostringstream caseName; in create2DSizeTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
H A DvktBindingBufferDeviceAddressTests.cpp1699 std::ostringstream caseName; in createBufferDeviceAddressTests() local
H A DvktBindingDescriptorUpdateTests.cpp709 std::string caseName = typeCase.second + "_" + pointerCase.second; in createSamplerlessWriteTests() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp1751 const std::string caseName = de::toString(numClipPlanes) + (numCullPlanes > 0 ? "_" + de::toString(numCullPlanes) : "") + de::toString(fragmentShaderReads[fragmentShaderReadNdx].name); in addClippingTests() local
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderApiTests.cpp926 const std::string caseName = name + "_" + shaderTypeName; in addProgramStateCase() local
1491 const std::string caseName = name + "_" + shaderTypeName; in addProgramBinaryPersistenceCase() local
1686 const std::string caseName = std::string("replace_source_") + shaderTypeName; in init() local
1705 const std::string caseName = "split_source_" in init() local
H A Des3fShaderDerivateTests.cpp1826 ostringstream caseName; in init() local
1854 ostringstream caseName; in init() local
1887 ostringstream caseName; in init() local
1919 ostringstream caseName; in init() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fOpaqueTypeIndexingTests.cpp1336 const string caseName = de::toLower(samplerName); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineSpecConstantTests.cpp2093 const std::string caseName = (isArrayOfArray ? "array_" : "") + elemTypeName; in makeArrayCompositeCaseDefinition() local
2150 const std::string caseName = glu::getDataTypeName(memberType); in makeStructCompositeCaseDefinition() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktOpaqueTypeIndexingTests.cpp2059 const std::string caseName = de::toLower(samplerName); in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp1201 const string caseName = string(glu::getPrecisionName(precision)) + "_" + typeName; in init() local
1214 const string caseName = string(matrixFlags[matFlagNdx].name) + "_" + string(glu::getPrecisionName(precision)) + "_" + typeName; in init() local
1425 string caseName = layoutFlags[layoutFlagNdx].name; in init() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationSignalOrderTests.cpp1213 std::string caseName = getResourceName(resource) + "_" + in init() local

Completed in 66 milliseconds

123456