Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_linear_algebra_instructions.cpp40 if (!spvOpcodeIsLinearAlgebra(instruction.opcode())) { in Apply()
H A Dtransformation_replace_linear_algebra_instruction.cpp44 if (!spvOpcodeIsLinearAlgebra(instruction->opcode())) { in IsApplicable()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/fuzz/
H A Dfuzzer_pass_replace_linear_algebra_instructions.cpp40 if (!spvOpcodeIsLinearAlgebra(instruction.opcode())) { in Apply()
H A Dtransformation_replace_linear_algebra_instruction.cpp44 if (!spvOpcodeIsLinearAlgebra(instruction->opcode())) { in IsApplicable()
/aosp_15_r20/external/deqp-deps/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()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Dopcode.h144 bool spvOpcodeIsLinearAlgebra(spv::Op opcode);
H A Dopcode.cpp684 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Dopcode.h144 bool spvOpcodeIsLinearAlgebra(spv::Op opcode);
Dopcode.cpp682 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Dopcode.h144 bool spvOpcodeIsLinearAlgebra(spv::Op opcode);
H A Dopcode.cpp720 bool spvOpcodeIsLinearAlgebra(spv::Op opcode) { in spvOpcodeIsLinearAlgebra() function