Home
last modified time | relevance | path

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

123

/third_party/spirv-tools/source/
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,
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()
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()
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()
791 const spv_parsed_instruction_t* inst) { in recordNumberType()
Dparsed_operand.h28 void EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst,
/third_party/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()
/third_party/skia/third_party/externals/swiftshader/third_party/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/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_;
/third_party/skia/third_party/externals/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_;
/third_party/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_;
/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.cpp131 void parseEntryPoint(const spv_parsed_instruction_t *ins) in parseEntryPoint()
153 void parseFunction(const spv_parsed_instruction_t *ins) in parseFunction()
171 void parseFunctionParam(const spv_parsed_instruction_t *ins) in parseFunctionParam()
189 void parseName(const spv_parsed_instruction_t *ins) in parseName()
214 void parseTypePointer(const spv_parsed_instruction_t *ins) in parseTypePointer()
255 void parseOpString(const spv_parsed_instruction_t *ins) in parseOpString()
315 void applyDecoration(uint32_t id, const spv_parsed_instruction_t *ins) in applyDecoration()
377 void parseOpDecorate(const spv_parsed_instruction_t *ins) in parseOpDecorate()
391 void parseOpGroupDecorate(const spv_parsed_instruction_t *ins) in parseOpGroupDecorate()
415 void parseOpTypeImage(const spv_parsed_instruction_t *ins) in parseOpTypeImage()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
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()
Ddisassemble.cpp74 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
87 void EmitOperand(const spv_parsed_instruction_t& inst,
165 const spv_parsed_instruction_t& inst) { in HandleInstruction()
237 void Disassembler::EmitOperand(const spv_parsed_instruction_t& inst, in EmitOperand()
421 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleInstruction()
455 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleTargetInstruction()
Dparsed_operand.h28 void EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst,
Dbinary.cpp111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst,
129 const spv_parsed_instruction_t* inst);
288 spv_parsed_instruction_t inst = {}; in parseInstruction()
406 spv_parsed_instruction_t* inst, in parseOperand()
790 const spv_parsed_instruction_t* inst) { in recordNumberType()
Dextensions.h33 std::string GetExtensionString(const spv_parsed_instruction_t* inst);
/third_party/skia/third_party/externals/spirv-tools/source/
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()
Ddisassemble.cpp74 spv_result_t HandleInstruction(const spv_parsed_instruction_t& inst);
87 void EmitOperand(const spv_parsed_instruction_t& inst,
165 const spv_parsed_instruction_t& inst) { in HandleInstruction()
237 void Disassembler::EmitOperand(const spv_parsed_instruction_t& inst, in EmitOperand()
421 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleInstruction()
455 void* user_data, const spv_parsed_instruction_t* parsed_instruction) { in DisassembleTargetInstruction()
Dparsed_operand.h28 void EmitNumericLiteral(std::ostream* out, const spv_parsed_instruction_t& inst,
Dbinary.cpp111 spv_result_t parseOperand(size_t inst_offset, spv_parsed_instruction_t* inst,
129 const spv_parsed_instruction_t* inst);
288 spv_parsed_instruction_t inst = {}; in parseInstruction()
406 spv_parsed_instruction_t* inst, in parseOperand()
790 const spv_parsed_instruction_t* inst) { in recordNumberType()
Dextensions.h33 std::string GetExtensionString(const spv_parsed_instruction_t* inst);
/third_party/skia/third_party/externals/swiftshader/third_party/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()
500 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
533 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
/third_party/skia/third_party/externals/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()
500 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
533 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
/third_party/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()
491 EXPECT_CALL(client_, Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()
524 Instruction(ParsedInstruction(spv_parsed_instruction_t{ in TEST_F()

123