Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 25 of 122) sorted by relevance

12345

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemBufferValidator.cpp45 const char *generateShaderVarString(TestType testType) in generateShaderVarString()
62 const char *generateShaderBufferString(TestType testType, BufferType bufferType) in generateShaderBufferString()
86 void initBufferValidatorPrograms(vk::SourceCollections &programCollection, TestType testType, Buffe… in initBufferValidatorPrograms()
DvktProtectedMemStorageBufferTests.cpp210 …StorageBufferTestCase(tcu::TestContext &testctx, const SSBOTestType testType, const glu::ShaderTyp… in StorageBufferTestCase()
252 StorageBufferTestInstance<T>::StorageBufferTestInstance(Context &ctx, const SSBOTestType testType, in StorageBufferTestInstance()
695SSBOTestType testType, const glu::ShaderType shaderType, in createSpecifiedStorageBufferTests()
715 tcu::TestCaseGroup *createRandomizedBufferTests(tcu::TestContext &testCtx, SSBOTestType testType, in createRandomizedBufferTests()
754 SSBOTestType testType, in createRWStorageBufferTests()
/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/
DProxyTest.java98 private TlsContext createProxyTlsContext(ProxyTestType testType) { in createProxyTlsContext()
110 private String getProxyHostForTest(ProxyTestType testType, ProxyAuthType authType) { in getProxyHostForTest()
122 private int getProxyPortForTest(ProxyTestType testType, ProxyAuthType authType) { in getProxyPortForTest()
134 private URI getUriForTest(ProxyTestType testType) { in getUriForTest()
150 …te HttpProxyOptions.HttpProxyConnectionType getProxyConnectionTypeForTest(ProxyTestType testType) { in getProxyConnectionTypeForTest()
165 …private HttpProxyOptions buildProxyOptions(ProxyTestType testType, ProxyAuthType authType, TlsCont… in buildProxyOptions()
180 …private HttpClientConnectionManager buildProxiedConnectionManager(ProxyTestType testType, ProxyAut… in buildProxiedConnectionManager()
376 …private CredentialsProvider buildProxiedX509CredentialsProvider(ProxyTestType testType, ProxyAuthT… in buildProxiedX509CredentialsProvider()
430 …private MqttClientConnection buildDirectMqttConnection(ProxyTestType testType, ProxyAuthType authT… in buildDirectMqttConnection()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsBuiltinMaskVarTests.cpp70 TestType testType; member
77 static inline string getTestSpirvBuiltinName(TestType testType) in getTestSpirvBuiltinName()
82 static inline string getTestName(TestType testType) in getTestName()
87 static inline string getTestVarName(TestType testType) in getTestVarName()
92 static inline string getTestMathOp(TestType testType) in getTestMathOp()
97 static inline string getTestSpirvOp(TestType testType) in getTestSpirvOp()
1378 const TestType testType = allStagesBuiltinVars[a]; in createSubgroupsBuiltinMaskVarTests() local
DvktSubgroupsBuiltinVarTests.cpp58 const char *getTestName(TestType testType) in getTestName()
308 TestType testType; member
1993 const TestType testType = allStagesBuiltinVars[a]; in createSubgroupsBuiltinVarTests() local
2072 const TestType testType = computeOnlyBuiltinVars[a]; in createSubgroupsBuiltinVarTests() local
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderClockTests.cpp80 struct testType struct
82 clockType testClockType;
83 bitType testBitType;
84 const char *testName;
/external/skia/tests/
DVkProtectedContextTest.cpp54 void create_nonprotected_context(skiatest::Reporter* reporter, skiatest::TestType testType) { in create_nonprotected_context()
95 void create_protected_surface(skiatest::Reporter* reporter, skiatest::TestType testType) { in create_protected_surface()
256 skiatest::TestType testType) { in async_read_from_protected_surface()
298 void draw_rectangle(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle()
334 void draw_rectangle_with_aa(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle_with_aa()
371 void draw_rectangle_with_blendmode(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle_with_blendmode()
408 void draw_rectangle_with_filter(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_rectangle_with_filter()
446 void draw_thin_path(skiatest::Reporter* reporter, skiatest::TestType testType) { in draw_thin_path()
487 void save_layer(skiatest::Reporter* reporter, skiatest::TestType testType) { in save_layer()
526 skiatest::TestType testType) { in draw_protected_image_on_protected_surface()
DGrContextAbandonTest.cpp20 for (int testType = 0; testType < 6; ++testType) { in DEF_GANESH_TEST() local
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase(TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
166 const char *getTestTypeName(TestType testType) in getTestTypeName()
301 std::string getFunctionDstVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
526 std::string getFunctionParamTypeStr(TestType testType) in getFunctionParamTypeStr()
545 std::string getFunctionSrcParamStr(TestType testType) in getFunctionSrcParamStr()
564 std::string getFunctionDstParamStr(ReadOp readOp, TestType testType) in getFunctionDstParamStr()
664 …geSamplerTypeStr(DescriptorType descType, ReadOp readOp, uint32_t depthProperty, TestType testType, in getImageSamplerTypeStr()
1033 …generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType, TestType testType, in generateGraphicsImageSamplerSource()
/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/
Dviews_iota.pass.cpp22 constexpr void testType(U u) { in testType() function
Dbegin.pass.cpp21 constexpr void testType() { in testType() function
Dend.pass.cpp27 constexpr void testType(U u) { in testType() function
/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.empty/
Dviews.empty.pass.cpp20 constexpr void testType() { in testType() function
Dempty_view.pass.cpp20 constexpr void testType() { in testType() function
/external/deqp/modules/gles31/functional/
Des31fLayoutBindingTests.cpp364 ShaderType shaderType, TestType testType, in LayoutBindingRenderCase()
743 … ShaderType shaderType, TestType testType, ErrorType errorType, in LayoutBindingNegativeCase()
1055 … ShaderType shaderType, TestType testType, glw::GLenum samplerType, in SamplerBindingRenderCase()
1258 … ShaderType shaderType, TestType testType, ErrorType errorType, in SamplerBindingNegativeCase()
1385 … ShaderType shaderType, TestType testType, glw::GLenum imageType, in ImageBindingRenderCase()
1593 … ShaderType shaderType, TestType testType, ErrorType errorType, in ImageBindingNegativeCase()
1714 TestType testType) in UBOBindingRenderCase()
1873 … ShaderType shaderType, TestType testType, ErrorType errorType) in UBOBindingNegativeCase()
1992 ShaderType shaderType, TestType testType) in SSBOBindingRenderCase()
2152 … ShaderType shaderType, TestType testType, ErrorType errorType) in SSBOBindingNegativeCase()
[all …]
/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/
Dsubscript.pass.cpp21 constexpr void testType() { in testType() function
Dstar.pass.cpp52 constexpr void testType() { in testType() function
/external/truth/extensions/proto/src/test/java/com/google/common/truth/extensions/proto/
DMapWithProtoValuesSubjectTest.java55 public MapWithProtoValuesSubjectTest(TestType testType) { in MapWithProtoValuesSubjectTest()
DMultimapWithProtoValuesSubjectTest.java56 public MultimapWithProtoValuesSubjectTest(TestType testType) { in MultimapWithProtoValuesSubjectTest()
DIterableOfProtosSubjectTest.java58 public IterableOfProtosSubjectTest(TestType testType) { in IterableOfProtosSubjectTest()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiDeviceDrmPropertiesTests.cpp80 static tcu::TestStatus testDeviceDrmProperties(Context &context, const TestType testType) in testDeviceDrmProperties()
/external/deqp/external/vulkancts/modules/vulkan/sc/
DvktApplicationParametersTests.cpp58 ApplicationParametersTestType testType; member
347 ApplicationParametersTestType testType; in createApplicationParametersTests() member
/external/clang/test/Misc/
Dast-dump-decl.cpp370 template<typename> class testType { }; class
371 template class testType<int>; variable
/external/deqp/external/vulkancts/modules/vulkan/ray_query/
DvktRayQueryStressTests.cpp56 TestType testType; member
530 TestType testType; in createRayQueryStressTests() member
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktDynamicRenderingLocalReadTests.cpp156 BasicLocalReadTestInstance::BasicLocalReadTestInstance(Context &context, TestType testType) in BasicLocalReadTestInstance()
878 …lendStateTestInstance::MappingWithBlendStateTestInstance(Context &context, const TestType testType) in MappingWithBlendStateTestInstance()
1117 …dTestCase::LocalReadTestCase(tcu::TestContext &context, const std::string &name, TestType testType) in LocalReadTestCase()
1427 TestType testType; in createDynamicRenderingLocalReadTests() member

12345