/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/ |
H A D | disassemble.h | 59 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 D | disassemble.cpp | 71 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 D | binary.cpp | 66 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 D | name_mapper.h | 98 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 D | clc_helpers.cpp | 156 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 D | disassemble.cpp | 66 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 D | disassemble.h | 58 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 D | binary.cpp | 66 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 D | name_mapper.h | 98 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/ |
D | disassemble.cpp | 66 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()
|
D | disassemble.h | 58 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,
|
D | binary.cpp | 66 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()
|
D | name_mapper.h | 98 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 D | extract_source.cpp | 66 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 D | extract_source.cpp | 66 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/ |
D | extract_source.cpp | 66 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 D | binary_parse_test.cpp | 55 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 D | binary_parse_test.cpp | 55 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/ |
D | binary_parse_test.cpp | 55 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/ |
D | instruction.h | 38 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 D | instruction.h | 38 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 D | instruction.h | 39 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 D | bin_to_dot.cpp | 54 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 D | bin_to_dot.cpp | 54 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/ |
D | bin_to_dot.cpp | 54 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()
|