Home
last modified time | relevance | path

Searched refs:spv_parsed_instruction_t (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Ddisassemble.h59 void EmitInstruction(const spv_parsed_instruction_t& inst,
64 void EmitInstructionInBlock(const spv_parsed_instruction_t& inst,
68 void EmitSectionComment(const spv_parsed_instruction_t& inst,
90 void EmitInstructionImpl(const spv_parsed_instruction_t& inst,
96 void EmitOperand(std::ostream& stream, const spv_parsed_instruction_t& inst,
105 void GenerateCommentForDecoratedId(const spv_parsed_instruction_t& inst);
H A Ddisassemble.cpp71 ParsedInstruction(const spv_parsed_instruction_t* instruction) { in ParsedInstruction()
82 const spv_parsed_instruction_t* get() const { return &instruction_; } in get()
85 spv_parsed_instruction_t instruction_;
138 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
185 const spv_parsed_instruction_t& inst) { in HandleInstruction()
231 uint32_t GetOperand(const spv_parsed_instruction_t* instruction, in GetOperand()
253 const spv_parsed_instruction_t* maybe_merge = in BuildControlFlowGraph()
274 const spv_parsed_instruction_t* branch = block.instructions.back().get(); in BuildControlFlowGraph()
549 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleInstruction()
583 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleTargetInstruction()
[all …]
H A Dbinary.cpp66 std::string spvDecodeLiteralStringOperand(const spv_parsed_instruction_t& inst, in spvDecodeLiteralStringOperand()
121 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst,
139 const spv_parsed_instruction_t* inst);
298 spv_parsed_instruction_t inst = {}; in parseInstruction()
416 spv_parsed_instruction_t* inst, in parseOperand()
831 const spv_parsed_instruction_t* inst) { in recordNumberType()
H A Dname_mapper.h98 spv_result_t ParseInstruction(const spv_parsed_instruction_t& inst);
103 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in ParseInstructionForwarder()
/aosp_15_r20/external/mesa3d/src/compiler/clc/
H A Dclc_helpers.cpp156 void parseEntryPoint(const spv_parsed_instruction_t *ins)
178 void parseFunction(const spv_parsed_instruction_t *ins)
196 void parseFunctionParam(const spv_parsed_instruction_t *ins)
214 void parseName(const spv_parsed_instruction_t *ins)
239 void parseTypePointer(const spv_parsed_instruction_t *ins)
280 void parseOpString(const spv_parsed_instruction_t *ins)
340 void applyDecoration(uint32_t id, const spv_parsed_instruction_t *ins)
401 void parseOpDecorate(const spv_parsed_instruction_t *ins)
415 void parseOpGroupDecorate(const spv_parsed_instruction_t *ins)
439 void parseOpTypeImage(const spv_parsed_instruction_t *ins)
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/
H A Ddisassemble.cpp66 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
104 const spv_parsed_instruction_t& inst) { in HandleInstruction()
145 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleInstruction()
179 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleTargetInstruction()
246 const spv_parsed_instruction_t& inst, size_t inst_byte_offset) { in EmitInstruction()
291 const spv_parsed_instruction_t& inst, bool& inserted_decoration_space, in EmitSectionComment()
319 void InstructionDisassembler::EmitOperand(const spv_parsed_instruction_t& inst, in EmitOperand()
H A Ddisassemble.h58 void EmitInstruction(const spv_parsed_instruction_t& inst,
62 void EmitSectionComment(const spv_parsed_instruction_t& inst,
79 void EmitOperand(const spv_parsed_instruction_t& inst,
H A Dbinary.cpp66 std::string spvDecodeLiteralStringOperand(const spv_parsed_instruction_t& inst, in spvDecodeLiteralStringOperand()
121 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst,
139 const spv_parsed_instruction_t* inst);
298 spv_parsed_instruction_t inst = {}; in parseInstruction()
416 spv_parsed_instruction_t* inst, in parseOperand()
821 const spv_parsed_instruction_t* inst) { in recordNumberType()
H A Dname_mapper.h98 spv_result_t ParseInstruction(const spv_parsed_instruction_t& inst);
103 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in ParseInstructionForwarder()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/
Ddisassemble.cpp66 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
104 const spv_parsed_instruction_t& inst) { in HandleInstruction()
145 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleInstruction()
179 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleTargetInstruction()
246 const spv_parsed_instruction_t& inst, size_t inst_byte_offset) { in EmitInstruction()
291 const spv_parsed_instruction_t& inst, bool& inserted_decoration_space, in EmitSectionComment()
319 void InstructionDisassembler::EmitOperand(const spv_parsed_instruction_t& inst, in EmitOperand()
Ddisassemble.h58 void EmitInstruction(const spv_parsed_instruction_t& inst,
62 void EmitSectionComment(const spv_parsed_instruction_t& inst,
79 void EmitOperand(const spv_parsed_instruction_t& inst,
Dbinary.cpp66 std::string spvDecodeLiteralStringOperand(const spv_parsed_instruction_t& inst, in spvDecodeLiteralStringOperand()
121 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst,
139 const spv_parsed_instruction_t* inst);
298 spv_parsed_instruction_t inst = {}; in parseInstruction()
416 spv_parsed_instruction_t* inst, in parseOperand()
817 const spv_parsed_instruction_t* inst) { in recordNumberType()
Dname_mapper.h98 spv_result_t ParseInstruction(const spv_parsed_instruction_t& inst);
103 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in ParseInstructionForwarder()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/objdump/
H A Dextract_source.cpp66 const spv_parsed_instruction_t& instruction, in extractOpString()
85 const spv_position_t& loc, const spv_parsed_instruction_t& instruction, in extractOpSourceContinued()
104 const spv_parsed_instruction_t& instruction, in extractOpSource()
154 &instructionIndex](const spv_parsed_instruction_t& instruction) { in ExtractSourceFromModule()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/objdump/
H A Dextract_source.cpp66 const spv_parsed_instruction_t& instruction, in extractOpString()
85 const spv_position_t& loc, const spv_parsed_instruction_t& instruction, in extractOpSourceContinued()
104 const spv_parsed_instruction_t& instruction, in extractOpSource()
154 &instructionIndex](const spv_parsed_instruction_t& instruction) { in ExtractSourceFromModule()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/objdump/
Dextract_source.cpp66 const spv_parsed_instruction_t& instruction, in extractOpString()
85 const spv_position_t& loc, const spv_parsed_instruction_t& instruction, in extractOpSourceContinued()
104 const spv_parsed_instruction_t& instruction, in extractOpSource()
154 &instructionIndex](const spv_parsed_instruction_t& instruction) { in ExtractSourceFromModule()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dbinary_parse_test.cpp55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction()
97 spv_parsed_instruction_t pi = {}; in TEST()
122 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in invoke_instruction()
168 const spv_parsed_instruction_t parsed_void_inst = { in MakeParsedVoidTypeInstruction()
187 spv_parsed_instruction_t parsed_i32_inst = { in MakeParsedInt32TypeInstruction()
228 instruction_parser_ = [this](const spv_parsed_instruction_t& instruction) { in CxxBinaryParseTest()
737 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
762 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
794 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
825 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dbinary_parse_test.cpp55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction()
97 spv_parsed_instruction_t pi = {}; in TEST()
122 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in invoke_instruction()
168 const spv_parsed_instruction_t parsed_void_inst = { in MakeParsedVoidTypeInstruction()
187 spv_parsed_instruction_t parsed_i32_inst = { in MakeParsedInt32TypeInstruction()
228 instruction_parser_ = [this](const spv_parsed_instruction_t& instruction) { in CxxBinaryParseTest()
737 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
762 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
794 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
825 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dbinary_parse_test.cpp55 explicit ParsedInstruction(const spv_parsed_instruction_t& inst) in ParsedInstruction()
97 spv_parsed_instruction_t pi = {}; in TEST()
122 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in invoke_instruction()
168 const spv_parsed_instruction_t parsed_void_inst = { in MakeParsedVoidTypeInstruction()
187 spv_parsed_instruction_t parsed_i32_inst = { in MakeParsedInt32TypeInstruction()
228 instruction_parser_ = [this](const spv_parsed_instruction_t& instruction) { in CxxBinaryParseTest()
737 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
762 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
794 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
825 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/val/
Dinstruction.h38 explicit Instruction(const spv_parsed_instruction_t* inst);
82 const spv_parsed_instruction_t& c_inst() const { return inst_; } in c_inst()
115 spv_parsed_instruction_t inst_;
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dinstruction.h38 explicit Instruction(const spv_parsed_instruction_t* inst);
82 const spv_parsed_instruction_t& c_inst() const { return inst_; } in c_inst()
115 spv_parsed_instruction_t inst_;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/val/
H A Dinstruction.h39 explicit Instruction(const spv_parsed_instruction_t* inst);
83 const spv_parsed_instruction_t& c_inst() const { return inst_; } in c_inst()
116 spv_parsed_instruction_t inst_;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/cfg/
H A Dbin_to_dot.cpp54 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
83 const spv_parsed_instruction_t& inst) { in HandleInstruction()
160 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in HandleInstruction()
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/
H A Dbin_to_dot.cpp54 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
83 const spv_parsed_instruction_t& inst) { in HandleInstruction()
160 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in HandleInstruction()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/cfg/
Dbin_to_dot.cpp54 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
83 const spv_parsed_instruction_t& inst) { in HandleInstruction()
160 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in HandleInstruction()

1234