Home
last modified time | relevance | path

Searched refs:testType (Results 1 - 25 of 144) sorted by relevance

123456

/third_party/node/test/parallel/
H A Dtest-process-emitwarning.js11 const testType = 'CustomWarning';
24 this.name = testType;
33 [testMsg, testType],
35 [testMsg, testType, CustomWarning],
36 [testMsg, testType, testCode],
37 [testMsg, { type: testType }],
38 [testMsg, { type: testType, code: testCode }],
39 [testMsg, { type: testType, code: testCode, detail: testDetail }],
42 [testMsg, { type: testType, code: testCode, detail: true }],
43 [testMsg, { type: testType, cod
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() argument
93 switch (testType) in isValidTestCase()
152 switch (testType) in isValidTestCase()
168 const char* getTestTypeName (TestType testType) in getTestTypeName() argument
170 switch (testType) in getTestTypeName()
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() argument
305 const bool passNdx = (testType == TESTTYPE_LOCAL_VARIABLES) || (testType == TESTTYPE_OPTYPEIMAGE_MISMATCH); in getFunctionDstVariableStr()
306 const bool passImg = ((testType == TESTTYPE_PASS_IMAGE_TO_FUNCTION) || (testType in getFunctionDstVariableStr()
448 getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) getFunctionSrcVariableStr() argument
524 getFunctionParamTypeStr(TestType testType) getFunctionParamTypeStr() argument
541 getFunctionSrcParamStr(TestType testType) getFunctionSrcParamStr() argument
558 getFunctionDstParamStr(ReadOp readOp, TestType testType) getFunctionDstParamStr() argument
656 getImageSamplerTypeStr(DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, const FormatDataForShaders& formatData) getImageSamplerTypeStr() argument
992 generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) generateGraphicsImageSamplerSource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmImageSamplerTests.cpp90 bool isValidTestCase (TestType testType, DescriptorType descriptorType, ReadOp readOp) in isValidTestCase() argument
93 switch (testType) in isValidTestCase()
152 switch (testType) in isValidTestCase()
168 const char* getTestTypeName (TestType testType) in getTestTypeName() argument
170 switch (testType) in getTestTypeName()
303 std::string getFunctionDstVariableStr (ReadOp readOp, DescriptorType descType, TestType testType) in getFunctionDstVariableStr() argument
305 const bool passNdx = (testType == TESTTYPE_LOCAL_VARIABLES) || (testType == TESTTYPE_OPTYPEIMAGE_MISMATCH); in getFunctionDstVariableStr()
306 const bool passImg = ((testType == TESTTYPE_PASS_IMAGE_TO_FUNCTION) || (testType in getFunctionDstVariableStr()
448 getFunctionSrcVariableStr(ReadOp readOp, DescriptorType descType, TestType testType) getFunctionSrcVariableStr() argument
524 getFunctionParamTypeStr(TestType testType) getFunctionParamTypeStr() argument
541 getFunctionSrcParamStr(TestType testType) getFunctionSrcParamStr() argument
558 getFunctionDstParamStr(ReadOp readOp, TestType testType) getFunctionDstParamStr() argument
679 getImageSamplerTypeStr(DescriptorType descType, ReadOp readOp, deUint32 depthProperty, TestType testType, int formatIndex) getImageSamplerTypeStr() argument
1010 generateGraphicsImageSamplerSource(ReadOp readOp, DescriptorType descriptorType, TestType testType, DepthProperty depthProperty, deUint32 outputBinding, deUint32 formatIndex) generateGraphicsImageSamplerSource() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp85 TestType testType; member
92 static inline string getTestSpirvBuiltinName (TestType testType) in getTestSpirvBuiltinName() argument
94 return TestTypeSpirvBuiltins[static_cast<deUint32>(testType)]; in getTestSpirvBuiltinName()
97 static inline string getTestName (TestType testType) in getTestName() argument
99 return de::toLower(getTestSpirvBuiltinName(testType)); in getTestName()
102 static inline string getTestVarName (TestType testType) in getTestVarName() argument
104 return string("gl_") + getTestSpirvBuiltinName(testType); in getTestVarName()
107 static inline string getTestMathOp (TestType testType) in getTestMathOp() argument
109 return TestTypeMathOps[static_cast<deUint32>(testType)]; in getTestMathOp()
112 static inline string getTestSpirvOp (TestType testType) in getTestSpirvOp() argument
1395 const TestType testType = allStagesBuiltinVars[a]; createSubgroupsBuiltinMaskVarTests() local
[all...]
H A DvktSubgroupsBuiltinVarTests.cpp59 const char* getTestName (TestType testType) in getTestName() argument
61 return TestTypeNames[static_cast<deUint32>(testType)]; in getTestName()
359 TestType testType; member
1741 switch (caseDef.testType) in noSSBOtest()
1750 switch (caseDef.testType) in noSSBOtest()
1759 switch (caseDef.testType) in noSSBOtest()
1791 switch (caseDef.testType) in test()
1937 switch (caseDef.testType) in test()
1949 switch (caseDef.testType) in test()
2003 const TestType testType in createSubgroupsBuiltinVarTests() local
2086 const TestType testType = computeOnlyBuiltinVars[a]; createSubgroupsBuiltinVarTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsBuiltinMaskVarTests.cpp85 TestType testType; member
92 static inline string getTestSpirvBuiltinName (TestType testType) in getTestSpirvBuiltinName() argument
94 return TestTypeSpirvBuiltins[static_cast<deUint32>(testType)]; in getTestSpirvBuiltinName()
97 static inline string getTestName (TestType testType) in getTestName() argument
99 return de::toLower(getTestSpirvBuiltinName(testType)); in getTestName()
102 static inline string getTestVarName (TestType testType) in getTestVarName() argument
104 return string("gl_") + getTestSpirvBuiltinName(testType); in getTestVarName()
107 static inline string getTestMathOp (TestType testType) in getTestMathOp() argument
109 return TestTypeMathOps[static_cast<deUint32>(testType)]; in getTestMathOp()
112 static inline string getTestSpirvOp (TestType testType) in getTestSpirvOp() argument
1395 const TestType testType = allStagesBuiltinVars[a]; createSubgroupsBuiltinMaskVarTests() local
[all...]
H A DvktSubgroupsBuiltinVarTests.cpp59 const char* getTestName (TestType testType) in getTestName() argument
61 return TestTypeNames[static_cast<deUint32>(testType)]; in getTestName()
359 TestType testType; member
1741 switch (caseDef.testType) in noSSBOtest()
1750 switch (caseDef.testType) in noSSBOtest()
1759 switch (caseDef.testType) in noSSBOtest()
1791 switch (caseDef.testType) in test()
1937 switch (caseDef.testType) in test()
1949 switch (caseDef.testType) in test()
2003 const TestType testType in createSubgroupsBuiltinVarTests() local
2086 const TestType testType = computeOnlyBuiltinVars[a]; createSubgroupsBuiltinVarTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp45 const char* generateShaderVarString (TestType testType) in generateShaderVarString() argument
47 switch (testType) in generateShaderVarString()
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString() argument
64 switch (testType) { in generateShaderBufferString()
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms() argument
160 validatorParams["VAR_TYPE"] = generateShaderVarString(testType); in initBufferValidatorPrograms()
161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, 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() argument
47 switch (testType) in generateShaderVarString()
57 const char* generateShaderBufferString (TestType testType, BufferType bufferType) in generateShaderBufferString() argument
64 switch (testType) { in generateShaderBufferString()
75 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms() argument
160 validatorParams["VAR_TYPE"] = generateShaderVarString(testType); in initBufferValidatorPrograms()
161 validatorParams["BUFFER_TYPE"] = generateShaderBufferString(testType, bufferType); in initBufferValidatorPrograms()
/third_party/vk-gl-cts/framework/common/
H A DtcuAstcUtil.hpp59 const char* getBlockTestTypeName (BlockTestType testType);
60 const char* getBlockTestTypeDescription (BlockTestType testType);
61 bool isBlockTestTypeHDROnly (BlockTestType testType);
62 Vec4 getBlockTestTypeColorScale (BlockTestType testType);
63 Vec4 getBlockTestTypeColorBias (BlockTestType testType);
65 void generateBlockCaseTestData (std::vector<deUint8>& dst, CompressedTexFormat format, BlockTestType testType);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp95 TestType testType; member
290 const bool queryResultWithStatus = m_caseDef.testType == TEST_TYPE_H264_DECODE_QUERY_RESULT_WITH_STATUS; in VideoDecodeTestInstance()
292 || m_caseDef.testType == TEST_TYPE_H264_DECODE_I_P_NOT_MATCHING_ORDER in VideoDecodeTestInstance()
293 || m_caseDef.testType == TEST_TYPE_H265_DECODE_I_P_NOT_MATCHING_ORDER; in VideoDecodeTestInstance()
295 || m_caseDef.testType == TEST_TYPE_H264_DECODE_I_P_B_13_NOT_MATCHING_ORDER in VideoDecodeTestInstance()
296 || m_caseDef.testType == TEST_TYPE_H265_DECODE_I_P_B_13_NOT_MATCHING_ORDER; in VideoDecodeTestInstance()
297 const uint32_t gopSize = m_caseDef.testType == TEST_TYPE_H264_DECODE_RESOLUTION_CHANGE ? 15 in VideoDecodeTestInstance()
298 : m_caseDef.testType == TEST_TYPE_H264_DECODE_RESOLUTION_CHANGE_DPB ? 15 in VideoDecodeTestInstance()
300 const uint32_t gopCount = m_caseDef.testType == TEST_TYPE_H264_DECODE_RESOLUTION_CHANGE ? 2 in VideoDecodeTestInstance()
301 : m_caseDef.testType in VideoDecodeTestInstance()
1191 getTestName(const TestType testType) getTestName() argument
1222 const TestType testType = static_cast<TestType>(testTypeNdx); createVideoDecodeTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp106 TestType testType; member
1090 if ((m_parameters.testType == TEST_TYPE_XFB_CLIPDISTANCE || m_parameters.testType == TEST_TYPE_XFB_CLIP_AND_CULL) && !features.shaderClipDistance) in TransformFeedbackBuiltinTestInstance()
1092 if ((m_parameters.testType == TEST_TYPE_XFB_CULLDISTANCE || m_parameters.testType == TEST_TYPE_XFB_CLIP_AND_CULL) && !features.shaderCullDistance) in TransformFeedbackBuiltinTestInstance()
1141 const deUint32 perVertexDataSize = (m_parameters.testType == TEST_TYPE_XFB_POINTSIZE) ? static_cast<deUint32>(sizeof(float)) in iterate()
1142 : (m_parameters.testType == TEST_TYPE_XFB_CLIPDISTANCE) ? static_cast<deUint32>(8u * sizeof(float)) in iterate()
1143 : (m_parameters.testType == TEST_TYPE_XFB_CULLDISTANCE) ? static_cast<deUint32>(8u * sizeof(float)) in iterate()
1144 : (m_parameters.testType == TEST_TYPE_XFB_CLIP_AND_CULL) ? static_cast<deUint32>(6u * sizeof(float)) in iterate()
1199 if (parameters.testType in TransformFeedbackDepthClipControlTestInstance()
3563 const TestType testType = testTypes[testTypesNdx]; createTransformFeedbackSimpleTests() local
3587 const TestType testType = TEST_TYPE_WINDING; createTransformFeedbackSimpleTests() local
3609 const TestType testType = TEST_TYPE_DRAW_INDIRECT; createTransformFeedbackSimpleTests() local
3626 const TestType testType = TEST_TYPE_BACKWARD_DEPENDENCY; createTransformFeedbackSimpleTests() local
3643 const TestType testType = TEST_TYPE_QUERY_GET; createTransformFeedbackSimpleTests() local
3735 const TestType testType = TEST_TYPE_LINES_TRIANGLES; createTransformFeedbackSimpleTests() local
3783 const TestType testType = testTypes[testTypesNdx]; createTransformFeedbackStreamsSimpleTests() local
3797 const TestType testType = TEST_TYPE_MULTISTREAMS; createTransformFeedbackStreamsSimpleTests() local
3812 const TestType testType = TEST_TYPE_MULTIQUERY; createTransformFeedbackStreamsSimpleTests() local
[all...]
/third_party/skia/tests/
H A DGrContextAbandonTest.cpp17 for (int testType = 0; testType < 6; ++testType) { in DEF_GPUTEST()
23 switch (testType) { in DEF_GPUTEST()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp93 TestType testType; member
202 if (m_data.testType == TT_MATRIXMULADD || in checkSupport()
203 m_data.testType == TT_MATRIXMULADD_ARRAY) in checkSupport()
313 if (m_data.testType == TT_MATRIXMULADD || in initPrograms()
314 m_data.testType == TT_MATRIXMULADD_ARRAY) in initPrograms()
381 if (m_data.testType == TT_CONSTANT) in initPrograms()
384 if (m_data.testType == TT_FUNC) in initPrograms()
470 if (m_data.testType == TT_COMPOSITE_ARRAY || in initPrograms()
471 m_data.testType == TT_MATRIXMULADD_ARRAY) in initPrograms()
479 switch (m_data.testType) in initPrograms()
1321 TestType testType = (TestType)ttCases[ttNdx].value; createCooperativeMatrixTests() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
H A DvktShaderTileImageTests.cpp100 TestType testType; member
109 bool isHelperClassTest(TestType testType) in isHelperClassTest() argument
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() argument
150 return (testType == TestType::MsaaSampleMask) ? 0xaaaaaaaa : 0; in getSampleMask()
153 deUint32 getColorAttachmentCount(TestType testType) in getColorAttachmentCount() argument
155 switch (testType) in getColorAttachmentCount()
171 return (testParam->testType in getVertexCountPerPatch()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp133 TestType testType; member
152 bool isMatrixMulAddOp (TestType testType) in isMatrixMulAddOp() argument
154 return testType == TT_MATRIXMULADD || testType == TT_MATRIXMULADD_ARRAY || testType == TT_MATRIXMULADD_SATURATED || testType == TT_MATRIXMULADD_WRAPPING || testType == TT_MATRIXMULADD_STRIDE0; in isMatrixMulAddOp()
351 const auto isMMA = isMatrixMulAddOp(m_data.testType); in checkSupport()
352 const auto isMMASat = m_data.testType == TT_MATRIXMULADD_SATURATED; in checkSupport()
477 const char* sat = (m_data.testType in initPrograms()
1843 const TestType testType = (TestType)ttCases[ttNdx].value; createCooperativeMatrixTestsInternal() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktApplicationParametersTests.cpp58 ApplicationParametersTestType testType; member
90 switch(testParams.testType) in getDefaultTestData()
114 if (testParams.createType == DEVICE && testParams.testType != VALID) in getDefaultTestData()
182 if (testParams.testType != INVALID_PARAM_VALUE && testParams.testType != VALID) in getTestDataList()
188 vendorTestData.testParams.testType == testParams.testType && in getTestDataList()
372 ApplicationParametersTestType testType; in createApplicationParametersTests() member
389 TestParams testParams = { groups[groupIdx].createType, tests[testIdx].testType }; in createApplicationParametersTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktApplicationParametersTests.cpp58 ApplicationParametersTestType testType; member
90 switch(testParams.testType) in getDefaultTestData()
114 if (testParams.createType == DEVICE && testParams.testType != VALID) in getDefaultTestData()
182 if (testParams.testType != INVALID_PARAM_VALUE && testParams.testType != VALID) in getTestDataList()
188 vendorTestData.testParams.testType == testParams.testType && in getTestDataList()
372 ApplicationParametersTestType testType; in createApplicationParametersTests() member
389 TestParams testParams = { groups[groupIdx].createType, tests[testIdx].testType }; in createApplicationParametersTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackSimpleTests.cpp112 TestType testType; member
1199 if ((m_parameters.testType == TEST_TYPE_XFB_CLIPDISTANCE || m_parameters.testType == TEST_TYPE_XFB_CLIP_AND_CULL) && !features.shaderClipDistance) in TransformFeedbackBuiltinTestInstance()
1201 if ((m_parameters.testType == TEST_TYPE_XFB_CULLDISTANCE || m_parameters.testType == TEST_TYPE_XFB_CLIP_AND_CULL) && !features.shaderCullDistance) in TransformFeedbackBuiltinTestInstance()
1250 const deUint32 perVertexDataSize = (m_parameters.testType == TEST_TYPE_XFB_POINTSIZE) ? static_cast<deUint32>(sizeof(float)) in iterate()
1251 : (m_parameters.testType == TEST_TYPE_XFB_CLIPDISTANCE) ? static_cast<deUint32>(8u * sizeof(float)) in iterate()
1252 : (m_parameters.testType == TEST_TYPE_XFB_CULLDISTANCE) ? static_cast<deUint32>(8u * sizeof(float)) in iterate()
1253 : (m_parameters.testType == TEST_TYPE_XFB_CLIP_AND_CULL) ? static_cast<deUint32>(6u * sizeof(float)) in iterate()
1308 if (parameters.testType in TransformFeedbackDepthClipControlTestInstance()
4395 const TestType testType = testTypes[testTypesNdx]; createTransformFeedbackSimpleTests() local
4420 const TestType testType = TEST_TYPE_WINDING; createTransformFeedbackSimpleTests() local
4446 const TestType testType = (multiview ? TEST_TYPE_DRAW_INDIRECT_MULTIVIEW : TEST_TYPE_DRAW_INDIRECT); createTransformFeedbackSimpleTests() local
4467 TestType testType; createTransformFeedbackSimpleTests() member
4477 const auto& testType = testCase.testType; createTransformFeedbackSimpleTests() local
4497 const TestType testType = TEST_TYPE_QUERY_GET; createTransformFeedbackSimpleTests() local
4595 const TestType testType = TEST_TYPE_LINES_TRIANGLES; createTransformFeedbackSimpleTests() local
4668 const TestType testType = testTypes[testTypesNdx]; createTransformFeedbackStreamsSimpleTests() local
4683 const TestType testType = TEST_TYPE_MULTISTREAMS; createTransformFeedbackStreamsSimpleTests() local
4699 const TestType testType = TEST_TYPE_MULTISTREAMS_SAME_LOCATION; createTransformFeedbackStreamsSimpleTests() local
4712 const TestType testType = TEST_TYPE_MULTIQUERY; createTransformFeedbackStreamsSimpleTests() local
4732 TestType testType; createTransformFeedbackStreamsSimpleTests() member
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fLayoutBindingTests.cpp310 TestType testType,
358 TestType testType, in LayoutBindingRenderCase()
367 , m_testType (testType) in LayoutBindingRenderCase()
697 TestType testType,
741 TestType testType, in LayoutBindingNegativeCase()
753 , m_testType (testType) in LayoutBindingNegativeCase()
1021 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType);
1045 TestType testType, in SamplerBindingRenderCase()
1048 : LayoutBindingRenderCase (context, name, desc, shaderType, testType, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS, GL_MAX_TEXTURE_IMAGE_UNITS, GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS, "u_sampler") in SamplerBindingRenderCase()
1226 TestType testType,
354 LayoutBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) LayoutBindingRenderCase() argument
737 LayoutBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum maxBindingPointEnum, glw::GLenum maxVertexUnitsEnum, glw::GLenum maxTessCtrlUnitsEnum, glw::GLenum maxTessEvalUnitsEnum, glw::GLenum maxFragmentUnitsEnum, glw::GLenum maxCombinedUnitsEnum, const std::string& uniformName) LayoutBindingNegativeCase() argument
1041 SamplerBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType) SamplerBindingRenderCase() argument
1238 SamplerBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum samplerType) SamplerBindingNegativeCase() argument
1364 ImageBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum imageType, glw::GLenum textureType) ImageBindingRenderCase() argument
1562 ImageBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType, glw::GLenum imageType) ImageBindingNegativeCase() argument
1680 UBOBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType) UBOBindingRenderCase() argument
1832 UBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) UBOBindingNegativeCase() argument
1949 SSBOBindingRenderCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType) SSBOBindingRenderCase() argument
2101 SSBOBindingNegativeCase(Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, ErrorType errorType) SSBOBindingNegativeCase() argument
2239 TestType testType; init() member
2260 TestType testType; init() member
[all...]
/third_party/node/benchmark/test_runner/
H A Dsuite-tests.js12 testType: ['sync', 'async'],
19 async function run({ numberOfSuites, testsPerSuite, testType, concurrency }) {
25 switch (testType) {
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectPipelineInteractionTests.cpp59 TestType testType; member
90 switch (m_params.testType) { in getDrawCount()
279 bool createDynamicPipeline = m_params.testType != MIN_PIPELINE_SHADER_OBJECT && m_params.testType != SHADER_OBJECT_MIN_PIPELINE && m_params.testType != COMPUTE_SHADER_OBJECT_MIN_PIPELINE && m_params.testType != RENDER_PASS_PIPELINE_SHADER_OBJECT && m_params.testType != RENDER_PASS_PIPELINE_SHADER_OBJECT_AFTER_BEGIN; in iterate()
448 if (m_params.testType == RENDER_PASS_PIPELINE_SHADER_OBJECT || m_params.testType == RENDER_PASS_PIPELINE_SHADER_OBJECT_AFTER_BEGIN) in iterate()
471 if (m_params.testType in iterate()
1319 TestType testType; createShaderObjectPipelineInteractionTests() member
[all...]
/third_party/skia/gm/
H A Dcolrv1.cpp44 ColrV1GM(ColrV1TestType testType, SkScalar skewX, SkScalar rotateDeg) in ColrV1GM() argument
45 : fSkewX(skewX), fRotateDeg(rotateDeg), fTestType(testType) {} in ColrV1GM()
48 static SkString testTypeToString(ColrV1TestType testType) { in testTypeToString() argument
49 switch (testType) { in testTypeToString()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp3811 ShaderRecordBlockTest( const TestType& testType, const std::vector<VariableType>& varTypesToTest) in ShaderRecordBlockTest() argument
3813 m_testType (testType), in ShaderRecordBlockTest()
3857 static std::vector<VariableType> getVarsToTest(const TestType& testType) in getVarsToTest() argument
3859 return ((testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_SCALAR_OFFSET_1) || (testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_STD430_OFFSET_1) || (testType == TestType::SHADER_RECORD_BLOCK_SCALAR_1) || (testType == TestType::SHADER_RECORD_BLOCK_STD430_1)) ? g_ShaderRecordBlockTestVars1 in getVarsToTest()
3860 : ((testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_SCALAR_OFFSET_2) || (testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_STD430_OFFSET_2) || (testType in getVarsToTest()
4111 isExplicitScalarOffsetTest(const TestType& testType) isExplicitScalarOffsetTest() argument
4121 isExplicitSTD430OffsetTest(const TestType& testType) isExplicitSTD430OffsetTest() argument
4131 isScalarLayoutTest(const TestType& testType) isScalarLayoutTest() argument
4141 isSTD430LayoutTest(const TestType& testType) isSTD430LayoutTest() argument
4151 isTest(const TestType& testType) isTest() argument
4179 usesF64(const TestType& testType) usesF64() argument
4207 usesI8(const TestType& testType) usesI8() argument
4226 usesI16(const TestType& testType) usesI16() argument
4245 usesI64(const TestType& testType) usesI64() argument
4264 usesU8(const TestType& testType) usesU8() argument
4283 usesU16(const TestType& testType) usesU16() argument
4302 usesU64(const TestType& testType) usesU64() argument
7408 getModeFromTestType(const TestType& testType) getModeFromTestType() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingMiscTests.cpp3806 ShaderRecordBlockTest( const TestType& testType, const std::vector<VariableType>& varTypesToTest) in ShaderRecordBlockTest() argument
3808 m_testType (testType), in ShaderRecordBlockTest()
3852 static std::vector<VariableType> getVarsToTest(const TestType& testType) in getVarsToTest() argument
3854 return ((testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_SCALAR_OFFSET_1) || (testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_STD430_OFFSET_1) || (testType == TestType::SHADER_RECORD_BLOCK_SCALAR_1) || (testType == TestType::SHADER_RECORD_BLOCK_STD430_1)) ? g_ShaderRecordBlockTestVars1 in getVarsToTest()
3855 : ((testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_SCALAR_OFFSET_2) || (testType == TestType::SHADER_RECORD_BLOCK_EXPLICIT_STD430_OFFSET_2) || (testType in getVarsToTest()
4106 isExplicitScalarOffsetTest(const TestType& testType) isExplicitScalarOffsetTest() argument
4116 isExplicitSTD430OffsetTest(const TestType& testType) isExplicitSTD430OffsetTest() argument
4126 isScalarLayoutTest(const TestType& testType) isScalarLayoutTest() argument
4136 isSTD430LayoutTest(const TestType& testType) isSTD430LayoutTest() argument
4146 isTest(const TestType& testType) isTest() argument
4174 usesF64(const TestType& testType) usesF64() argument
4202 usesI8(const TestType& testType) usesI8() argument
4221 usesI16(const TestType& testType) usesI16() argument
4240 usesI64(const TestType& testType) usesI64() argument
4259 usesU8(const TestType& testType) usesU8() argument
4278 usesU16(const TestType& testType) usesU16() argument
4297 usesU64(const TestType& testType) usesU64() argument
7403 getModeFromTestType(const TestType& testType) getModeFromTestType() argument
[all...]

Completed in 42 milliseconds

123456