Home
last modified time | relevance | path

Searched refs:spvOpcodeIsLinearAlgebra (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_replace_linear_algebra_instructions.cpp40 if (!spvOpcodeIsLinearAlgebra(instruction.opcode())) { in Apply()
Dtransformation_replace_linear_algebra_instruction.cpp44 if (!spvOpcodeIsLinearAlgebra(instruction->opcode())) { in IsApplicable()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_linear_algebra_instructions.cpp40 if (!spvOpcodeIsLinearAlgebra(instruction.opcode())) { in Apply()
Dtransformation_replace_linear_algebra_instruction.cpp44 if (!spvOpcodeIsLinearAlgebra(instruction->opcode())) { in IsApplicable()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_replace_linear_algebra_instructions.cpp40 if (!spvOpcodeIsLinearAlgebra(instruction.opcode())) { in Apply()
Dtransformation_replace_linear_algebra_instruction.cpp44 if (!spvOpcodeIsLinearAlgebra(instruction->opcode())) { in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dopcode.h146 bool spvOpcodeIsLinearAlgebra(SpvOp opcode);
Dopcode.cpp673 bool spvOpcodeIsLinearAlgebra(SpvOp opcode) { in spvOpcodeIsLinearAlgebra() function
/third_party/skia/third_party/externals/spirv-tools/source/
Dopcode.h146 bool spvOpcodeIsLinearAlgebra(SpvOp opcode);
Dopcode.cpp673 bool spvOpcodeIsLinearAlgebra(SpvOp opcode) { in spvOpcodeIsLinearAlgebra() function
/third_party/spirv-tools/source/
Dopcode.h144 bool spvOpcodeIsLinearAlgebra(spv::Op opcode);
Dopcode.cpp680 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra() function