Home
last modified time | relevance | path

Searched defs:instruction_opcode (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_replace_add_sub_mul_with_carrying_extended.cpp167 auto instruction_opcode = instruction.opcode(); in IsInstructionSuitable() local
/external/igt-gpu-tools/assembler/
Dgram.y3318 static inline int instruction_opcode(struct brw_program_instruction *insn) in instruction_opcode() function