Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_base.h71 enum instr_type { enum
103 Instruction(instr_type t);
107 instr_type type() const { return m_type;} in type()
133 instr_type m_type;
Dsfn_instruction_cf.cpp32 CFInstruction::CFInstruction(instr_type type):Instruction(type) in CFInstruction()
37 IfElseInstruction::IfElseInstruction(instr_type type): in IfElseInstruction()
Dsfn_instruction_cf.h36 CFInstruction(instr_type type);
41 IfElseInstruction(instr_type type);
Dsfn_instruction_base.cpp94 Instruction::Instruction(instr_type t): in Instruction()
Dsfn_instruction_export.h40 WriteoutInstruction(instr_type t, const GPRVector& value);
Dsfn_instruction_export.cpp34 WriteoutInstruction::WriteoutInstruction(instr_type t, const GPRVector& value): in WriteoutInstruction()
/third_party/mesa3d/src/compiler/nir/
Dnir_serialize.c608 unsigned instr_type:4; /* always present */ member
613 unsigned instr_type:4; member
627 unsigned instr_type:4; member
636 unsigned instr_type:4; member
643 unsigned instr_type:4; member
650 unsigned instr_type:4; member
657 unsigned instr_type:4; member
663 unsigned instr_type:4; member
670 unsigned instr_type:4; member
675 unsigned instr_type:4; member
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp698 opt::Instruction* instr_type = in ValidOpPhiArgument() local
702 if (instr_type->opcode() == SpvOpTypeVoid) { in ValidOpPhiArgument()
707 if (instr_type->opcode() == SpvOpTypePointer && in ValidOpPhiArgument()
714 if (instr_type->opcode() == SpvOpTypeSampledImage) { in ValidOpPhiArgument()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp698 opt::Instruction* instr_type = in ValidOpPhiArgument() local
702 if (instr_type->opcode() == SpvOpTypeVoid) { in ValidOpPhiArgument()
707 if (instr_type->opcode() == SpvOpTypePointer && in ValidOpPhiArgument()
714 if (instr_type->opcode() == SpvOpTypeSampledImage) { in ValidOpPhiArgument()
/third_party/spirv-tools/source/fuzz/
Dtransformation_duplicate_region_with_selection.cpp698 opt::Instruction* instr_type = in ValidOpPhiArgument() local
702 if (instr_type->opcode() == SpvOpTypeVoid) { in ValidOpPhiArgument()
707 if (instr_type->opcode() == SpvOpTypePointer && in ValidOpPhiArgument()
714 if (instr_type->opcode() == SpvOpTypeSampledImage) { in ValidOpPhiArgument()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_internal.h213 enum instr_type { enum
Ddxil_module.c2549 create_instr(struct dxil_module *m, enum instr_type type, in create_instr()