Home
last modified time | relevance | path

Searched refs:ValidateExtInst (Results 1 – 6 of 6) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp35 using ValidateExtInst = spvtest::ValidateBase<bool>; typedef
746 TEST_F(ValidateExtInst, FindUMsbNot32Bit) { in TEST_F() argument
758 TEST_F(ValidateExtInst, FindSMsbNot32Bit) { in TEST_F() argument
1221 TEST_F(ValidateExtInst, GlslStd450DeterminantSuccess) { in TEST_F() argument
1230 TEST_F(ValidateExtInst, GlslStd450DeterminantIncompatibleResultType) { in TEST_F() argument
1243 TEST_F(ValidateExtInst, GlslStd450DeterminantNotMatrix) { in TEST_F() argument
1255 TEST_F(ValidateExtInst, GlslStd450DeterminantMatrixNotSquare) { in TEST_F() argument
1267 TEST_F(ValidateExtInst, GlslStd450MatrixInverseSuccess) { in TEST_F() argument
1276 TEST_F(ValidateExtInst, GlslStd450MatrixInverseIncompatibleResultType) { in TEST_F() argument
1289 TEST_F(ValidateExtInst, GlslStd450MatrixInverseNotMatrix) { in TEST_F() argument
[all …]
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_ext_inst_test.cpp35 using ValidateExtInst = spvtest::ValidateBase<bool>; typedef
746 TEST_F(ValidateExtInst, FindUMsbNot32Bit) { in TEST_F() argument
758 TEST_F(ValidateExtInst, FindSMsbNot32Bit) { in TEST_F() argument
1221 TEST_F(ValidateExtInst, GlslStd450DeterminantSuccess) { in TEST_F() argument
1230 TEST_F(ValidateExtInst, GlslStd450DeterminantIncompatibleResultType) { in TEST_F() argument
1243 TEST_F(ValidateExtInst, GlslStd450DeterminantNotMatrix) { in TEST_F() argument
1255 TEST_F(ValidateExtInst, GlslStd450DeterminantMatrixNotSquare) { in TEST_F() argument
1267 TEST_F(ValidateExtInst, GlslStd450MatrixInverseSuccess) { in TEST_F() argument
1276 TEST_F(ValidateExtInst, GlslStd450MatrixInverseIncompatibleResultType) { in TEST_F() argument
1289 TEST_F(ValidateExtInst, GlslStd450MatrixInverseNotMatrix) { in TEST_F() argument
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_ext_inst_test.cpp35 using ValidateExtInst = spvtest::ValidateBase<bool>; typedef
746 TEST_F(ValidateExtInst, FindUMsbNot32Bit) { in TEST_F() argument
758 TEST_F(ValidateExtInst, FindSMsbNot32Bit) { in TEST_F() argument
1221 TEST_F(ValidateExtInst, GlslStd450DeterminantSuccess) { in TEST_F() argument
1230 TEST_F(ValidateExtInst, GlslStd450DeterminantIncompatibleResultType) { in TEST_F() argument
1243 TEST_F(ValidateExtInst, GlslStd450DeterminantNotMatrix) { in TEST_F() argument
1255 TEST_F(ValidateExtInst, GlslStd450DeterminantMatrixNotSquare) { in TEST_F() argument
1267 TEST_F(ValidateExtInst, GlslStd450MatrixInverseSuccess) { in TEST_F() argument
1276 TEST_F(ValidateExtInst, GlslStd450MatrixInverseIncompatibleResultType) { in TEST_F() argument
1289 TEST_F(ValidateExtInst, GlslStd450MatrixInverseNotMatrix) { in TEST_F() argument
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp785 spv_result_t ValidateExtInst(ValidationState_t& _, const Instruction* inst) { in ValidateExtInst() function
3407 if (opcode == SpvOpExtInst) return ValidateExtInst(_, inst); in ExtensionPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1089 spv_result_t ValidateExtInst(ValidationState_t& _, const Instruction* inst) { in ValidateExtInst() function
3713 if (opcode == spv::Op::OpExtInst) return ValidateExtInst(_, inst); in ExtensionPass()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_extensions.cpp1085 spv_result_t ValidateExtInst(ValidationState_t& _, const Instruction* inst) { in ValidateExtInst() function
3709 if (opcode == spv::Op::OpExtInst) return ValidateExtInst(_, inst); in ExtensionPass()