Home
last modified time | relevance | path

Searched refs:TestType (Results 1 - 25 of 111) sorted by relevance

12345

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp100 enum class TestType class
285 TestType type;
290 : type (TestType::COUNT), in CaseDef()
297 CaseDef(const TestType& inType) in CaseDef()
305 CaseDef(const TestType& inType, in CaseDef()
3811 ShaderRecordBlockTest( const TestType& testType, const std::vector<VariableType>& varTypesToTest) in ShaderRecordBlockTest()
3857 static std::vector<VariableType> getVarsToTest(const TestType& testType) in getVarsToTest()
3859 return ((testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_SCALAR_OFFSET_1) || (testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_STD430_OFFSET_1) || (testType == TestType in getVarsToTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp100 enum class TestType class
284 TestType type;
289 : type (TestType::COUNT), in CaseDef()
296 CaseDef(const TestType& inType) in CaseDef()
304 CaseDef(const TestType& inType, in CaseDef()
3806 ShaderRecordBlockTest( const TestType& testType, const std::vector<VariableType>& varTypesToTest) in ShaderRecordBlockTest()
3852 static std::vector<VariableType> getVarsToTest(const TestType& testType) in getVarsToTest()
3854 return ((testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_SCALAR_OFFSET_1) || (testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_STD430_OFFSET_1) || (testType == TestType in getVarsToTest()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cNumberParsingTests.cpp81 enum struct TestType struct
89 TestType testType;
103 TestType::NORMAL, // TestType testType
112 TestType::NORMAL, // TestType testType
121 TestType::NORMAL, // TestType testType
130 TestType::NORMAL, // TestType testTyp
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp54 enum class TestType class
166 const TestType testType, in DescriptorLimitTestInstance()
190 const TestType m_testType;
210 const VkImageUsageFlags imageFlags = m_testType == TestType::InputAttachments in iterate()
212 : m_testType == TestType::StorageImages in iterate()
216 const VkImageLayout finalImageLayout = m_testType == TestType::InputAttachments in iterate()
218 : m_testType == TestType::StorageImages in iterate()
306 if (m_testType == TestType::InputAttachments) in iterate()
345 if (m_testType != TestType::StorageBuffers && m_useCompShader) in iterate()
350 if (m_testType == TestType in iterate()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp56 enum class TestType class
167 const TestType testType, in TestParams()
179 const TestType m_testType;
188 if (m_testType == TestType::StorageBuffers && m_useCompShader) in getDescCount()
233 const VkImageUsageFlags imageFlags = m_params.m_testType == TestType::InputAttachments in iterate()
235 : m_params.m_testType == TestType::StorageImages in iterate()
239 const VkImageLayout finalImageLayout = m_params.m_testType == TestType::InputAttachments in iterate()
241 : m_params.m_testType == TestType::StorageImages in iterate()
332 if (m_params.m_testType == TestType::InputAttachments) in iterate()
373 if (m_params.m_testType != TestType in iterate()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DconstEnum3.js2 const enum TestType { foo, bar }
3 type TestTypeStr = keyof typeof TestType;
5 function f1(f: TestType) { }
8 f1(TestType.foo)
9 f1(TestType.bar)
17 f1(0 /* TestType.foo */);
18 f1(1 /* TestType.bar */);
H A DdeclarationEmitNoNonRequiredParens.js6 export type TestType = typeof Test;
8 export const bar = (null as TestType[Extract<keyof TestType, string>][]);
29 export type TestType = typeof Test;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp186 enum class TestType class
193 void fillImageCreateInfo (VkImageCreateInfo& imageCreateInfo, TestType testType, VkFormat format) in fillImageCreateInfo()
195 const VkImageCreateFlags imageFlags = ((testType == TestType::SPARSE_READ) ? (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) : 0u); in fillImageCreateInfo()
223 const TestType type,
232 const TestType m_type;
239 const TestType type, in MismatchedFormatTest()
255 if (m_type == TestType::SPARSE_READ) in checkSupport()
290 if (m_type == TestType::READ) in initPrograms()
303 else if (m_type == TestType::WRITE) in initPrograms()
316 else if (m_type == TestType in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp84 enum class TestType class
100 TestType testType;
109 bool isHelperClassTest(TestType testType) in isHelperClassTest()
111 const bool helperClass = (testType == TestType::HelperClassColor) || (testType == TestType::HelperClassDepth) || in isHelperClassTest()
112 (testType == TestType::HelperClassStencil); in isHelperClassTest()
148 deUint32 getSampleMask(TestType testType) in getSampleMask()
150 return (testType == TestType::MsaaSampleMask) ? 0xaaaaaaaa : 0; in getSampleMask()
153 deUint32 getColorAttachmentCount(TestType testType) in getColorAttachmentCount()
157 case TestType in getColorAttachmentCount()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedFormatsTests.cpp186 enum class TestType class
193 void fillImageCreateInfo (VkImageCreateInfo& imageCreateInfo, TestType testType, VkFormat format) in fillImageCreateInfo()
195 const VkImageCreateFlags imageFlags = ((testType == TestType::SPARSE_READ) ? (VK_IMAGE_CREATE_SPARSE_BINDING_BIT | VK_IMAGE_CREATE_SPARSE_RESIDENCY_BIT) : 0u); in fillImageCreateInfo()
224 const TestType type,
233 const TestType m_type;
241 const TestType type, in MismatchedFormatTest()
257 if (m_type == TestType::SPARSE_READ) in checkSupport()
292 if (m_type == TestType::READ) in initPrograms()
305 else if (m_type == TestType::WRITE) in initPrograms()
318 else if (m_type == TestType in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmNonSemanticInfoTests.cpp40 enum TestType enum
75 SpvAsmSpirvNonSemanticInfoBasicInstance (Context& ctx, TestType type);
80 TestType m_testType;
83 SpvAsmSpirvNonSemanticInfoBasicInstance::SpvAsmSpirvNonSemanticInfoBasicInstance(Context& ctx, TestType type) in SpvAsmSpirvNonSemanticInfoBasicInstance()
98 SpvAsmSpirvNonSemanticInfoBasicCase (tcu::TestContext& testCtx, const char* name, TestType type);
105 TestType m_testType;
108 SpvAsmSpirvNonSemanticInfoBasicCase::SpvAsmSpirvNonSemanticInfoBasicCase(tcu::TestContext& testCtx, const char* name, TestType type) in SpvAsmSpirvNonSemanticInfoBasicCase()
344 TestType type; in createNonSemanticInfoGroup()
H A DvktSpvAsmImageSamplerTests.cpp48 enum TestType enum
90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
168 const char* getTestTypeName (TestType testType) in getTestTypeName()
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
524 std::string getFunctionParamTypeStr (TestType testType) in getFunctionParamTypeStr()
541 std::string getFunctionSrcParamStr (TestType testType) in getFunctionSrcParamStr()
558 std::string getFunctionDstParamStr (ReadOp readOp, TestType testType) in getFunctionDstParamStr()
656 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, const FormatDataForShaders& formatData) in getImageSamplerTypeStr()
805 if (!isValidTestCase((TestType)testNd in addComputeImageSamplerTest()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmNonSemanticInfoTests.cpp40 enum TestType enum
75 SpvAsmSpirvNonSemanticInfoBasicInstance (Context& ctx, TestType type);
80 TestType m_testType;
83 SpvAsmSpirvNonSemanticInfoBasicInstance::SpvAsmSpirvNonSemanticInfoBasicInstance(Context& ctx, TestType type) in SpvAsmSpirvNonSemanticInfoBasicInstance()
98 SpvAsmSpirvNonSemanticInfoBasicCase (tcu::TestContext& testCtx, const char* name, TestType type);
105 TestType m_testType;
108 SpvAsmSpirvNonSemanticInfoBasicCase::SpvAsmSpirvNonSemanticInfoBasicCase(tcu::TestContext& testCtx, const char* name, TestType type) in SpvAsmSpirvNonSemanticInfoBasicCase()
343 TestType type; in createNonSemanticInfoGroup()
H A DvktSpvAsmImageSamplerTests.cpp48 enum TestType enum
90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase()
168 const char* getTestTypeName (TestType testType) in getTestTypeName()
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr()
448 std::string getFunctionSrcVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionSrcVariableStr()
524 std::string getFunctionParamTypeStr (TestType testType) in getFunctionParamTypeStr()
541 std::string getFunctionSrcParamStr (TestType testType) in getFunctionSrcParamStr()
558 std::string getFunctionDstParamStr (ReadOp readOp, TestType testType) in getFunctionDstParamStr()
679 std::string getImageSamplerTypeStr (DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) in getImageSamplerTypeStr()
828 if (!isValidTestCase((TestType)testNd in addComputeImageSamplerTest()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp62 enum struct TestType struct
157 TestType testType;
198 result.push_back({ testNameVs.str(), testDescriptionVs.str(), TestType::VERTEX_SHADER, outputType, inputTypes, test.extraFields }); in generateTestParams()
199 result.push_back({ testNameFs.str(), testDescriptionFs.str(), TestType::FRAGMENT_SHADER, outputType, inputTypes, test.extraFields }); in generateTestParams()
206 result.push_back({ testNameInvalidVs.str(), testDescriptionVs.str(), TestType::VERTEX_SHADER_ERROR, outputType, failInputTypes, test.extraFields }); in generateTestParams()
207 result.push_back({ testNameInvalidFs.str(), testDescriptionFs.str(), TestType::FRAGMENT_SHADER_ERROR, outputType, failInputTypes, test.extraFields }); in generateTestParams()
434 case TestType::VERTEX_SHADER_ERROR: in GLSLVectorConstructorTestCase()
435 case TestType::VERTEX_SHADER: in GLSLVectorConstructorTestCase()
439 case TestType::FRAGMENT_SHADER_ERROR: in GLSLVectorConstructorTestCase()
440 case TestType in GLSLVectorConstructorTestCase()
[all...]
/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp25 enum TestType { enum in TestImageGenerator
36 TestImageGenerator(TestType type, skiatest::Reporter* reporter, in TestImageGenerator()
82 const TestType fType;
91 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST()
100 TestImageGenerator::TestType test = testTypes[i]; in DEF_TEST()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp58 enum class TestType class
67 TestType type;
114 if (m_params.type == TestType::CustomDevice) in createInstance()
351 const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstanceInterface() : fakeContext.getInstanceInterface(); in checkSupport()
355 if (m_params.type == TestType::Real) in checkSupport()
431 const DeviceInterface& deviceInterface = (m_params.type == TestType::Fake) ? fakeContext.getDeviceInterface() : m_context.getDeviceInterface(); in iterate()
432 const InstanceInterface& instanceInterface = (m_params.type == TestType::Fake) ? fakeContext.getInstanceInterface() : m_context.getInstanceInterface(); in iterate()
476 TestType type; in createDeviceFaultTests()
478 } const types[] = { { TestType::Real, "real" }, { TestType in createDeviceFaultTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/postmortem/
H A DvktPostmortemDeviceFaultTests.cpp58 enum class TestType class
67 TestType type;
114 if (m_params.type == TestType::CustomDevice) in createInstance()
351 const InstanceInterface& instanceInterface = (m_params.type == TestType::Real) ? context.getInstanceInterface() : fakeContext.getInstanceInterface(); in checkSupport()
355 if (m_params.type == TestType::Real) in checkSupport()
431 const DeviceInterface& deviceInterface = (m_params.type == TestType::Fake) ? fakeContext.getDeviceInterface() : m_context.getDeviceInterface(); in iterate()
432 const InstanceInterface& instanceInterface = (m_params.type == TestType::Fake) ? fakeContext.getInstanceInterface() : m_context.getInstanceInterface(); in iterate()
476 TestType type; in createDeviceFaultTests()
478 } const types[] = { { TestType::Real, "real" }, { TestType in createDeviceFaultTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp45 const char* generateShaderVarString (TestType testType) in generateShaderVarString()
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString()
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp45 const char* generateShaderVarString (TestType testType) in generateShaderVarString()
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString()
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp41 enum TestType enum
85 TestType testType;
92 static inline string getTestSpirvBuiltinName (TestType testType) in getTestSpirvBuiltinName()
97 static inline string getTestName (TestType testType) in getTestName()
102 static inline string getTestVarName (TestType testType) in getTestVarName()
107 static inline string getTestMathOp (TestType testType) in getTestMathOp()
112 static inline string getTestSpirvOp (TestType testType) in getTestSpirvOp()
1365 const TestType allStagesBuiltinVars[] = in createSubgroupsBuiltinMaskVarTests()
1395 const TestType testType = allStagesBuiltinVars[a]; in createSubgroupsBuiltinMaskVarTests()
1401 testType, // TestType testTyp in createSubgroupsBuiltinMaskVarTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp41 enum TestType enum
85 TestType testType;
92 static inline string getTestSpirvBuiltinName (TestType testType) in getTestSpirvBuiltinName()
97 static inline string getTestName (TestType testType) in getTestName()
102 static inline string getTestVarName (TestType testType) in getTestVarName()
107 static inline string getTestMathOp (TestType testType) in getTestMathOp()
112 static inline string getTestSpirvOp (TestType testType) in getTestSpirvOp()
1365 const TestType allStagesBuiltinVars[] = in createSubgroupsBuiltinMaskVarTests()
1395 const TestType testType = allStagesBuiltinVars[a]; in createSubgroupsBuiltinMaskVarTests()
1401 testType, // TestType testTyp in createSubgroupsBuiltinMaskVarTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceDrmPropertiesTests.cpp42 enum TestType enum
47 void checkSupport (Context& context, const TestType config) in checkSupport()
81 static tcu::TestStatus testDeviceDrmProperties (Context& context, const TestType testType) in testDeviceDrmProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDeviceDrmPropertiesTests.cpp42 enum TestType enum
47 void checkSupport (Context& context, const TestType config) in checkSupport()
81 static tcu::TestStatus testDeviceDrmProperties (Context& context, const TestType testType) in testDeviceDrmProperties()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp48 enum TestType enum in deqp::gles31::Functional::__anon30911::InterpolationOffsetCase
56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
64 const TestType m_testType;
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType) in InterpolationOffsetCase()

Completed in 33 milliseconds

12345